aboutsummaryrefslogtreecommitdiff
path: root/gui.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-12-09 16:09:02 +0900
committerAstatin <[email protected]>2024-12-09 16:09:02 +0900
commit0aebab4bd7a436a0a20168c573b87cb77d86def9 (patch)
tree9b888a66a87f242958644dd30e172e38a02fe380 /gui.gbasm
parenta0cc9155572b22ac1afd4636593f72a18372187b (diff)
Add freeze status on enemies near bunny when freeze used
Diffstat (limited to 'gui.gbasm')
-rw-r--r--gui.gbasm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.gbasm b/gui.gbasm
index 6406536..e9e6402 100644
--- a/gui.gbasm
+++ b/gui.gbasm
@@ -47,7 +47,7 @@ Init_Menu:
LD A, C
LD (HL+), A
- LD BC, =Nothing
+ LD BC, =Freeze_Attack
LD A, B
LD (HL+), A
LD A, C