diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-30 23:37:15 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-30 23:50:43 -0400 |
commit | 03bc01bf4efea42661600089af1a8ff787a093a5 (patch) | |
tree | cade8dc8d5d3aff4d849d0275d5f7b99022f3d13 /constants/wram_constants.asm | |
parent | 35f6c55eac49c0357bb7939f0e4c2667f09821d3 (diff) |
Add engine/link/link.asm and engine/link/mystery_gift.asm
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 |