diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm index 94f30850..5f34070e 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1452,10 +1452,10 @@ MapTextbox:: Call_a_de:: ; Call a:de. - ld [wBuffer], a + ld [wTempBank], a ldh a, [hROMBank] push af - ld a, [wBuffer] + ld a, [wTempBank] rst Bankswitch call .de |