summaryrefslogtreecommitdiff
path: root/src/engine/effect_functions.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2021-02-20 15:40:48 -0600
committerGitHub <noreply@github.com>2021-02-20 15:40:48 -0600
commit8a37415c695b81b3bf434d3a2fe2a911f68acc28 (patch)
tree19f01560633eb9c043d1359f273e4a99cd1d2ed6 /src/engine/effect_functions.asm
parent9183d47cdb013347a5b178d4fbc93201554599cb (diff)
parent3010ae180480dea7ae8e7f4416235ae10aaf786f (diff)
Merge pull request #100 from ElectroDeoxys/master
Finishing bank $20 and some debug functions
Diffstat (limited to 'src/engine/effect_functions.asm')
-rw-r--r--src/engine/effect_functions.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/effect_functions.asm b/src/engine/effect_functions.asm
index cfed469..b8b4914 100644
--- a/src/engine/effect_functions.asm
+++ b/src/engine/effect_functions.asm
@@ -1335,8 +1335,8 @@ HandleColorChangeScreen: ; 2c588 (b:4588)
ld a, [wConsole]
cp CONSOLE_CGB
jr nz, .skip_vram1
- pop hl ; unnecessary
- push hl ; unnecessary
+ pop hl
+ push hl
call BankswitchVRAM1
ld a, [hl]
lb hl, 0, 0