pokepinball/constants/pokedex_constants.asm
Xillicis 10bbb3a823
Include more Joypad constants in the Pokedex and new Pokedex constants (#61)
* Included more Joypad constants and new Pokedex constants

* Fixed a few mistakes.

* Added bit constants into the catchem mode.
2025-01-11 08:47:09 -06:00

3 lines
64 B
NASM

DEF BIT_POKEDEX_MON_SEEN EQU 0
DEF BIT_POKEDEX_MON_CAUGHT EQU 1