Skip to content

Commit

Permalink
Add table assert for OverworldMap_CursorTransitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Nov 12, 2023
1 parent 945dffe commit 40dd307
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/overworld_map/cursor_transitions.asm
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
OverworldMap_CursorTransitions:
table_width 4, OverworldMap_CursorTransitions

; unused
db OWMAP_SCIENCE_CLUB ; NORTH
db OWMAP_SCIENCE_CLUB ; EAST
Expand Down Expand Up @@ -76,3 +78,5 @@ OverworldMap_CursorTransitions:
db OWMAP_PSYCHIC_CLUB ; EAST
db OWMAP_FIGHTING_CLUB ; SOUTH
db OWMAP_ROCK_CLUB ; WEST

assert_table_length NUM_OWMAPS

0 comments on commit 40dd307

Please sign in to comment.