diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-31 17:45:00 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-31 17:45:00 -0400 |
| commit | 2ba12f82413470ee8d277d636a4316f900ea24d3 (patch) | |
| tree | 5c8bf085c69229373b9895a1ad763daaed8f605e /engine/predefs.asm | |
| parent | AIGetTypeEffectiveness with Lorelei code (diff) | |
| download | pokeyellow-2ba12f82413470ee8d277d636a4316f900ea24d3.tar.gz pokeyellow-2ba12f82413470ee8d277d636a4316f900ea24d3.tar.xz pokeyellow-2ba12f82413470ee8d277d636a4316f900ea24d3.zip | |
Main menu functions, oak_speech.asm, some special warp functions with data, SetDebugTeam
Also change Func_3f0c6 to CopyUncompressedPicToTilemap
Diffstat (limited to 'engine/predefs.asm')
| -rwxr-xr-x | engine/predefs.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/predefs.asm b/engine/predefs.asm index ed588d9a..4a04b45d 100755 --- a/engine/predefs.asm +++ b/engine/predefs.asm @@ -54,7 +54,7 @@ PredefPointers:: ; f681d (3d:681d) ; they appear to be used in overworld map scripts. dr $f681d,$f7000 ;add_predef DrawPlayerHUDAndHPBar - ;add_predef Func_3f0c6 + ;add_predef CopyUncompressedPicToTilemap ;add_predef Func_3f073 ;add_predef ScaleSpriteByTwo ;add_predef LoadMonBackPic |
