diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-09 22:04:01 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-09 22:04:01 -0500 |
commit | 5e9e52e3a95f4d7301565ad86084907f2d8a94e6 (patch) | |
tree | f7fe33335554ba2084b7429091e0793bb668ec20 /data | |
parent | 7309b13cb34400e0256c09fd54664a3f918b4e3d (diff) |
more renaming/refactoring
Diffstat (limited to 'data')
-rw-r--r-- | data/scripts/maps/Route101.inc | 2 | ||||
-rw-r--r-- | data/specials.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/Route101.inc b/data/scripts/maps/Route101.inc index 8462603a6..1acd4b598 100644 --- a/data/scripts/maps/Route101.inc +++ b/data/scripts/maps/Route101.inc @@ -224,7 +224,7 @@ Route101_EventScript_14EA7F:: @ 814EA7F movesprite 255, 6, 13 move 255, Route101_Movement_1A083F waitmove 0 - special ChooseStarter + special ScrSpecial_ChooseStarter waitstate move 2, Route101_Movement_14EAD7 waitmove 0 diff --git a/data/specials.inc b/data/specials.inc index 61670a867..891d2cfd7 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -163,7 +163,7 @@ gSpecials:: def_special sub_8053E90 def_special StartWallClock def_special sub_810D6B8 - def_special ChooseStarter + def_special ScrSpecial_ChooseStarter def_special StartBattle_WallyTutorial def_special sub_80BF9F8 def_special sub_80F9A0C |