diff options
author | Astatin <[email protected]> | 2024-10-10 17:42:11 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-10-10 17:42:11 +0900 |
commit | 10aed52daf8f06032342504c4a5fffa81031a90e (patch) | |
tree | a3ccd072f40cfcffcb63c51e444926481ec8da5d /entity/init.gbasm | |
parent | 1a0271bd1fc52361643bd95319f651ffbc05c4ef (diff) |
Fox not getting stuck on walls when following
Diffstat (limited to 'entity/init.gbasm')
-rw-r--r-- | entity/init.gbasm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/entity/init.gbasm b/entity/init.gbasm index 9a2aeb4..65f841f 100644 --- a/entity/init.gbasm +++ b/entity/init.gbasm @@ -42,6 +42,9 @@ Initialize_Entities: INC HL CALL =Initialize_Fox + CALL =Initialize_Fox + CALL =Initialize_Fox + CALL =Initialize_Fox Fix_Bunny_screen: LD A, $mem_bunny_x |