From cc460a17b0b99208592ca31de99f526fce2bf5ad Mon Sep 17 00:00:00 2001 From: Rangi Date: Wed, 17 Jun 2020 17:03:38 -0400 Subject: Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM) To do: engine/{menus, overworld} --- engine/battle_anims/anim_commands.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engine/battle_anims') diff --git a/engine/battle_anims/anim_commands.asm b/engine/battle_anims/anim_commands.asm index c4846a334..14396f385 100644 --- a/engine/battle_anims/anim_commands.asm +++ b/engine/battle_anims/anim_commands.asm @@ -950,7 +950,7 @@ BattleAnimCmd_RaiseSub: ldh [rSVBK], a xor a ; BANK(sScratch) - call GetSRAMBank + call OpenSRAM GetSubstitutePic: ; used only for BANK(GetSubstitutePic) ld hl, sScratch @@ -1025,7 +1025,7 @@ BattleAnimCmd_MinimizeOpp: ldh [rSVBK], a xor a ; BANK(sScratch) - call GetSRAMBank + call OpenSRAM call GetMinimizePic call Request2bpp call CloseSRAM @@ -1081,7 +1081,7 @@ BattleAnimCmd_Minimize: ldh [rSVBK], a xor a ; BANK(sScratch) - call GetSRAMBank + call OpenSRAM call GetMinimizePic ld hl, vTiles0 tile $00 call Request2bpp -- cgit v1.2.3