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 /constants | |
| 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 'constants')
| -rw-r--r-- | constants/predef_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/predef_constants.asm b/constants/predef_constants.asm index a17525dc..425c7b67 100644 --- a/constants/predef_constants.asm +++ b/constants/predef_constants.asm @@ -1,7 +1,7 @@ const_value = 0 predef_const DrawPlayerHUDAndHPBar - predef_const Func_3f0c6 + predef_const CopyUncompressedPicToTilemap predef_const Func_3f073 predef_const ScaleSpriteByTwo predef_const LoadMonBackPic |
