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 /attacks/hop.gbasm | |
parent | a0cc9155572b22ac1afd4636593f72a18372187b (diff) |
Add freeze status on enemies near bunny when freeze used
Diffstat (limited to 'attacks/hop.gbasm')
-rw-r--r-- | attacks/hop.gbasm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/attacks/hop.gbasm b/attacks/hop.gbasm index 11f6095..e8bde55 100644 --- a/attacks/hop.gbasm +++ b/attacks/hop.gbasm @@ -94,7 +94,6 @@ Hop_Attack_Loading_VBlank: LD $mem_current_mode, A LD $mem_requested_mode, A LD A, $mem_bunny_direction - AND $07 OR $38 LD $mem_bunny_direction, A LD A, $mem_map_loading_flags |