diff options
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index c8eca267..4c3917c8 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -1,3 +1,5 @@ +; InputType: ; c2c7 +AUTO_INPUT EQU $ff ; MonType: ; cf5f PARTYMON EQU 0 @@ -72,11 +74,29 @@ SATURDAY EQU 6 ; MapObjects: ; d71e PLAYER_OBJECT EQU 0 - -NUM_OBJECTS EQU $10 - -; InputType: ; c2c7 -AUTO_INPUT EQU $ff +NUM_OBJECTS EQU 16 + +; wStatusFlags:: + const_def + const STATUSFLAGS_POKEDEX_F ; 0 + const STATUSFLAGS_UNOWN_DEX_F ; 1 + const STATUSFLAGS_FLASH_F ; 2 + const STATUSFLAGS_CAUGHT_POKERUS_F ; 3 + const STATUSFLAGS_ROCKET_SIGNAL_F ; 4 + const STATUSFLAGS_NO_WILD_ENCOUNTERS_F ; 5 + const STATUSFLAGS_HALL_OF_FAME_F ; 6 + const STATUSFLAGS_MAIN_MENU_MOBILE_CHOICES_F ; 7 + +; wStatusFlags2:: + const_def + const STATUSFLAGS2_ROCKETS_IN_RADIO_TOWER_F ; 0 + const STATUSFLAGS2_SAFARI_GAME_F ; 1 + const STATUSFLAGS2_BUG_CONTEST_TIMER_F ; 2 + const STATUSFLAGS2_UNUSED_3_F ; 3 + const STATUSFLAGS2_BIKE_SHOP_CALL_F ; 4 + const STATUSFLAGS2_UNUSED_5_F ; 5 + const STATUSFLAGS2_REACHED_GOLDENROD_F ; 6 + const STATUSFLAGS2_ROCKETS_IN_MAHOGANY_F ; 7 ; wJohtoBadges: ; d57c const_def |