mirror of
https://github.com/pret/pokepinball.git
synced 2026-04-26 07:47:07 -05:00
* Included more Joypad constants and new Pokedex constants * Fixed a few mistakes. * Added bit constants into the catchem mode.
3 lines
64 B
NASM
3 lines
64 B
NASM
DEF BIT_POKEDEX_MON_SEEN EQU 0
|
|
DEF BIT_POKEDEX_MON_CAUGHT EQU 1
|