aboutsummaryrefslogtreecommitdiff
path: root/gui.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-06-10 18:27:13 +0200
committerAstatin <[email protected]>2025-06-10 18:27:13 +0200
commita9142d0163f41c89196ea201ce8245899c701b82 (patch)
treefee05913dc30343798c4ccc9062ece30bdacbbec /gui.gbasm
parent9690f6f39bdabcaa62211fd10027c3dba3169e94 (diff)
Add support for multi bank data
Diffstat (limited to 'gui.gbasm')
-rw-r--r--gui.gbasm5
1 files changed, 4 insertions, 1 deletions
diff --git a/gui.gbasm b/gui.gbasm
index 0e1098a..a3e89e1 100644
--- a/gui.gbasm
+++ b/gui.gbasm
@@ -64,6 +64,9 @@ Init_Attack_Menu:
ADC D
LD H, A
+ LD A, (HL+)
+ .CHANGE_BANK_TO_A
+
; Printing txt into dialogue buffer
LD A, (HL+)
LD B, A
@@ -222,7 +225,7 @@ Reload_EP_Cost:
LD H, A
LD A, L
- ADD $04
+ ADD $05
LD L, A
LD A, H
ADC $00