diff options
author | Astatin <[email protected]> | 2025-05-13 15:52:37 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-05-13 15:52:37 +0200 |
commit | ef9de76cd0bc313385b7edac3659e03ab36d3c1e (patch) | |
tree | 4125a1ba04438d8e9db5262d24b525f370a41f2f /modes/dungeon.gbasm | |
parent | b0f9e2e6d53983faa9d213b40d2bd6a23473e134 (diff) |
Add bugs and poison
Diffstat (limited to 'modes/dungeon.gbasm')
-rw-r--r-- | modes/dungeon.gbasm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modes/dungeon.gbasm b/modes/dungeon.gbasm index 3d5b609..14d0381 100644 --- a/modes/dungeon.gbasm +++ b/modes/dungeon.gbasm @@ -168,6 +168,9 @@ Dungeon_VBLANK_Entrypoint: CALL =Display_Animation_List CALL =Display_Entities + LD A, $mem_bunny_status_tile + LD ($9d6f), A + LD A, $mem_loop_frame_timer INC A LD $mem_loop_frame_timer, A |