From 32bb74b61936ba5e007eda113a60c6baa18950ad Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 15 May 2019 09:58:43 -0400 Subject: Name some std scripts, dism some Celadon text --- data/event_scripts.s | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'data/event_scripts.s') diff --git a/data/event_scripts.s b/data/event_scripts.s index 1eebf3df8..cff61440b 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -45,16 +45,16 @@ gSpecialVars:: @ 815FD0C .align 2 gStdScripts:: @ 8160450 - .4byte gStdScript_81A667B - .4byte gStdScript_81A67B3 - .4byte gStdScript_81A4E3F - .4byte gStdScript_81A4E4A - .4byte gStdScript_81A4E54 - .4byte gStdScript_81A4E5C - .4byte gStdScript_81A501F - .4byte gStdScript_81A676C - .4byte gStdScript_81A8E58 - .4byte gStdScript_81A4E66 + .4byte gStdScript_0 + .4byte gStdScript_1 + .4byte gStdScript_2 + .4byte gStdScript_3 + .4byte gStdScript_4 + .4byte gStdScript_5 + .4byte gStdScript_Message_WaitButton_AndRelease + .4byte gStdScript_7 + .4byte gStdScript_8 + .4byte gStdScript_ItemMessageAndFanfare gStdScriptsEnd:: .include "data/map_event_scripts.inc" -- cgit v1.2.3 From 247608c3b33ba0865d8504e69e0139ba52c2f82b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 16 May 2019 13:51:22 -0400 Subject: Disassemble spawn points array --- data/event_scripts.s | 1 + 1 file changed, 1 insertion(+) (limited to 'data/event_scripts.s') diff --git a/data/event_scripts.s b/data/event_scripts.s index cff61440b..7f03adfc2 100644 --- a/data/event_scripts.s +++ b/data/event_scripts.s @@ -9,6 +9,7 @@ #include "constants/trainer_classes.h" #include "constants/vars.h" #include "constants/battle.h" +#include "constants/spawn_points.h" .include "asm/macros.inc" .include "asm/macros/event.inc" @ .include "constants/constants.inc" -- cgit v1.2.3