Skip to content

Commit

Permalink
Bit serves dual use in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Sep 29, 2024
1 parent e8e9114 commit 76aaef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/battle/core.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2820,6 +2820,9 @@ SelectMenuItem_CursorDown:
jp SelectMenuItem

Func_3d4f5:
IF DEF(_DEBUG)
ASSERT BIT_START == BIT_TRAINER_BATTLE
ENDC
bit BIT_TRAINER_BATTLE, a
ld a, $0
jr nz, .asm_3d4fd
Expand Down

0 comments on commit 76aaef7

Please sign in to comment.