mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
13 lines
448 B
NASM
13 lines
448 B
NASM
BugCatchingContestantEventFlagTable:
|
|
; there are NUM_BUG_CONTESTANTS entries
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_1A
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_2A
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_3A
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_4A
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_5A
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_6A
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_7A
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_8A
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_9A
|
|
dw EVENT_BUG_CATCHING_CONTESTANT_10A
|