diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 19:28:43 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-09 19:28:43 -0400 |
commit | 9c61b495da446c2216bcd8c56aaa55fffdbf3d61 (patch) | |
tree | 7f8706e0e174bffa26dad81fb08af5c6a98f99a1 /home.asm | |
parent | b2002fdf4abee435a879522980425913c51dc9e5 (diff) |
Fix bank1c errors and a few missed bank0 errors.
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2573,7 +2573,7 @@ TalkToTrainer:: ; 3168 (0:3168) call ReadTrainerHeaderInfo ; print after battle text jp PrintText .trainerNotYetFought ; 0x31ed - ld a, $1 + ld a, $4 call ReadTrainerHeaderInfo ; print before battle text call PrintText ld a, $a @@ -3770,8 +3770,8 @@ WaitForTextScrollButtonPress:: ; 3865 (0:3865) push de push bc callab TownMapSpriteBlinkingAnimation ; 1c:5753 - pop de - pop bc + pop bc + pop de .skipAnimation coord hl, 18, 16 call HandleDownArrowBlinkTiming @@ -5014,7 +5014,7 @@ SetMapTextPointer:: ; 3f54 (0:3f54) ret TextPredefs:: ; 3f67 (0:3f67) - ;dr $3f67,$4000 + dr $3f67,$4000 ; add_tx_pre CardKeySuccessText ; 01 ; add_tx_pre CardKeyFailText ; 02 ; add_tx_pre RedBedroomPC ; 03 |