diff options
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index d4d94d06..391894f0 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -98,6 +98,13 @@ DAY_CARE_DEPOSIT EQU 3 const PLAYERSTEP_STOP_F ; 6 const PLAYERSTEP_START_F ; 7 +; wInitListType:: ; d14e +INIT_ENEMYOT_LIST EQU 1 +INIT_BAG_ITEM_LIST EQU 2 +INIT_OTHER_ITEM_LIST EQU 3 +INIT_PLAYEROT_LIST EQU 4 +INIT_MON_LIST EQU 5 + ; wTimeOfDay:: ; d157 const_def const MORN_F ; 0 |