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 --- main.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.asm') diff --git a/main.asm b/main.asm index e36f755f..13ee5769 100755 --- a/main.asm +++ b/main.asm @@ -499,7 +499,7 @@ TestBattle: ld a, %10000000 ; EARTHBADGE ld [wObtainedBadges], a - ld hl, W_FLAGS_D733 + ld hl, wFlags_D733 set 0, [hl] ; Reset the party. @@ -2534,7 +2534,7 @@ ApplyOutOfBattlePoisonDamage: ; c3de (3:43de) ld a, $d0 ld [hSpriteIndexOrTextID], a call DisplayTextID - callab IsThisPartymonOurPikachu + callab IsThisPartymonStarterPikachu_Party jr nc, .curMonNotPlayerPikachu ld e, $3 callab PlayPikachuSoundClip -- cgit v1.3.1-sl0p