mirror of
https://github.com/pret/poketcg.git
synced 2026-04-26 00:12:05 -05:00
Add table assert for OverworldMap_CursorTransitions
This commit is contained in:
parent
945dffed48
commit
40dd3071d1
|
|
@ -1,4 +1,6 @@
|
|||
OverworldMap_CursorTransitions:
|
||||
table_width 4, OverworldMap_CursorTransitions
|
||||
|
||||
; unused
|
||||
db OWMAP_SCIENCE_CLUB ; NORTH
|
||||
db OWMAP_SCIENCE_CLUB ; EAST
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user