diff options
author | Astatin <[email protected]> | 2024-12-09 16:09:02 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-12-09 16:09:02 +0900 |
commit | 0aebab4bd7a436a0a20168c573b87cb77d86def9 (patch) | |
tree | 9b888a66a87f242958644dd30e172e38a02fe380 /gui.gbasm | |
parent | a0cc9155572b22ac1afd4636593f72a18372187b (diff) |
Add freeze status on enemies near bunny when freeze used
Diffstat (limited to 'gui.gbasm')
-rw-r--r-- | gui.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |