diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 22:58:42 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 22:58:42 -0500 |
commit | a5e928eb984d8995d17e42d415f687f5affb2935 (patch) | |
tree | 987ca936c71a712feabbf831f306b79d1feac7bf /battle/core.asm | |
parent | 1df28a6beb1f25bba384e446febe833c68b17056 (diff) |
writebackup --> closewindow; game corner prize vendors; others
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/battle/core.asm b/battle/core.asm index 09ebefee9..dcc4fe31d 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -2932,7 +2932,7 @@ ForcePlayerMonChoice: ; 3d227 call ClearPalettes call DelayFrame call _LoadHPBar - call WriteBackup + call CloseWindow call GetMemSGBLayout call SetPalettes call SendOutPkmnText @@ -5368,7 +5368,7 @@ BattleMenuPKMN_Loop: call ClearPalettes call DelayFrame call _LoadHPBar - call WriteBackup + call CloseWindow call LoadTileMapToTempTileMap call GetMemSGBLayout call SetPalettes @@ -5451,7 +5451,7 @@ TryPlayerSwitch: ; 3e358 call DelayFrame call ClearSprites call _LoadHPBar - call WriteBackup + call CloseWindow call GetMemSGBLayout call SetPalettes ld a, [CurPartyMon] @@ -5464,7 +5464,7 @@ PlayerSwitch: ; 3e3ad jr z, .not_linked call LoadStandardMenuDataHeader call LinkBattleSendReceiveAction - call WriteBackup + call CloseWindow .not_linked call ParseEnemyAction |