summaryrefslogtreecommitdiff
path: root/engine/std_scripts.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-19 04:58:31 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-19 04:58:31 -0400
commit94129b6b451fc7770ea75ffbdcbaab4967f513bd (patch)
tree71322ce7157f3c8a98e60aeeed825a3e06799c4e /engine/std_scripts.asm
parent60cd04b02300c288a01a2f78a44cb39cbe6861d1 (diff)
Finished the decoration attributes table
Interpretation of the Decoration Attributes table is complete. Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map.
Diffstat (limited to 'engine/std_scripts.asm')
-rw-r--r--engine/std_scripts.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/std_scripts.asm b/engine/std_scripts.asm
index 1dd4eb6bd..28e60bdbd 100644
--- a/engine/std_scripts.asm
+++ b/engine/std_scripts.asm
@@ -542,8 +542,8 @@ InitializeEventsScript:
setevent EVENT_KRISS_HOUSE_2F_DOLL_1
setevent EVENT_KRISS_HOUSE_2F_DOLL_2
setevent EVENT_KRISS_HOUSE_2F_BIG_DOLL
- setevent EVENT_2A4
- setevent EVENT_2AF
+ setevent EVENT_DECO_BED_1
+ setevent EVENT_DECO_PLANT_4
setevent EVENT_GOLDENROD_TRAIN_STATION_GENTLEMAN
setevent EVENT_OLIVINE_GYM_JASMINE
setevent EVENT_BLACKTHORN_CITY_GRAMPS_NOT_BLOCKING_DRAGONS_DEN
@@ -617,7 +617,7 @@ InitializeEventsScript:
setevent EVENT_MT_MOON_SQUARE_CLEFAIRY
setevent EVENT_SAFFRON_TRAIN_STATION_POPULATION
setevent EVENT_INDIGO_PLATEAU_POKECENTER_RIVAL
- setevent EVENT_036
+ setevent EVENT_INITIALIZED_EVENTS
return
AskNumber1MScript: