diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/event_flags.asm | 4 | ||||
-rw-r--r-- | constants/script_constants.asm | 9 |
2 files changed, 2 insertions, 11 deletions
diff --git a/constants/event_flags.asm b/constants/event_flags.asm index 2b75974e..6808cd8a 100644 --- a/constants/event_flags.asm +++ b/constants/event_flags.asm @@ -1961,8 +1961,8 @@ const EVENT_GOLDENROD_DEPT_STORE_5F_HAPPINESS_EVENT_LADY const EVENT_BURNED_TOWER_FIREBREATHER_DICK_NORMAL const EVENT_BURNED_TOWER_FIREBREATHER_DICK_ASHES - const EVENT_RANG_CLEAR_BELL_1 ; needs rename - const EVENT_RANG_CLEAR_BELL_2 ; needs rename + const EVENT_ECRUTEAK_TIN_TOWER_ENTRANCE_SAGE_LEFT + const EVENT_ECRUTEAK_TIN_TOWER_ENTRANCE_SAGE_RIGHT const EVENT_768 ; unused const EVENT_769 ; unused const EVENT_76A ; unused diff --git a/constants/script_constants.asm b/constants/script_constants.asm index 56e2a12b..e850d4fe 100644 --- a/constants/script_constants.asm +++ b/constants/script_constants.asm @@ -229,15 +229,6 @@ NUM_FRUIT_TREES EQU const_value - 1 const DECODESC_BIG_DOLL ; 3 const DECODESC_CONSOLE ; 4 -; swarm arguments -; StoreSwarmMapIndices arguments -; tentative/placeholder, this is just the order from swarm_grass.asm - const_def - const SWARM_YANMA ; 0 - const SWARM_SNUBBULL ; 1 - const SWARM_DUNSPARCE ; 2 - const SWARM_MARILL ; 3 - ; ActivateFishingSwarm setval arguments const_def const FISHSWARM_NONE ; 0 |