diff options
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 e67847b..b747375 100644 --- a/modes/dungeon.gbasm +++ b/modes/dungeon.gbasm @@ -11,6 +11,9 @@ Update_Animation_Steps: BIT 3, A JR Z, =.update_mode + LD A, $mem_map_loading_flags + SET 0, A + LD $mem_map_loading_flags, A LD A, $mem_moving_animation_step INC A AND $0f |