diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-29 14:53:57 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-29 14:53:57 -0500 |
commit | f0915e2b664f3c045cdea710aeced219396db8bb (patch) | |
tree | 791dd3a4cc749f482593f2bd3746f904304430d0 /engine/menu/status_screen.asm | |
parent | 47979336e29d7e22d524e35ddc50576874ead009 (diff) |
More BankF documentation
Also introduce bit direction constants and setpal macros
Diffstat (limited to 'engine/menu/status_screen.asm')
-rwxr-xr-x | engine/menu/status_screen.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menu/status_screen.asm b/engine/menu/status_screen.asm index e91d3b31..719cacd1 100755 --- a/engine/menu/status_screen.asm +++ b/engine/menu/status_screen.asm @@ -175,11 +175,11 @@ StatusScreen: ; 114cc (4:54cc) jr z, .playRegularCry cp BOX_DATA jr z, .checkBoxData - callab IsThisPartymonOurPikachu + callab IsThisPartymonStarterPikachu_Party jr nc, .playRegularCry jr .playPikachuSoundClip .checkBoxData - callab Func_fce0d + callab IsThisPartymonStarterPikachu_Box jr nc, .playRegularCry .playPikachuSoundClip ld e, 16 |