From f0915e2b664f3c045cdea710aeced219396db8bb Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 29 Dec 2015 14:53:57 -0500 Subject: More BankF documentation Also introduce bit direction constants and setpal macros --- engine/menu/status_screen.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/menu/status_screen.asm') 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 -- cgit v1.3.1-sl0p