summaryrefslogtreecommitdiff
path: root/data/scripts
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-02 13:52:16 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-03-02 13:52:16 -0500
commitdd5f3c3c3d8c0b9ee3229f408e2d30d60f5b3306 (patch)
tree8217f42381f083a291d1ffa96dad9071232616ab /data/scripts
parent40af0d130236cccd5127c2f175006168466b405d (diff)
Add missing script labels
Diffstat (limited to 'data/scripts')
-rw-r--r--data/scripts/cable_club.inc2
-rw-r--r--data/scripts/fame_checker.inc12
-rw-r--r--data/scripts/trainer_card.inc8
3 files changed, 11 insertions, 11 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc
index e7eda5271..ad41b1afb 100644
--- a/data/scripts/cable_club.inc
+++ b/data/scripts/cable_club.inc
@@ -19,7 +19,7 @@ CableClub_EventScript_MysteryGiftMan:: @ 81BB1D2
execram
@ Unused
-EventScript_1BB1E4:: @ 81BB1E4
+EventScript_MysteryGiftThankYou:: @ 81BB1E4
msgbox Text_ThankYouForAccessingMysteryGift, MSGBOX_NPC
end
diff --git a/data/scripts/fame_checker.inc b/data/scripts/fame_checker.inc
index c7dab5b52..76b5d5c81 100644
--- a/data/scripts/fame_checker.inc
+++ b/data/scripts/fame_checker.inc
@@ -8,7 +8,7 @@ ViridianCity_House2_EventScript_PokemonJournal:: @ 81ACD65
release
end
-EventScript_1ACD8D:: @ 81ACD8D
+EventScript_PokemonJournalUnused1:: @ 81ACD8D
lock
faceplayer
famechecker FAMECHECKER_DAISY, 1
@@ -18,7 +18,7 @@ EventScript_1ACD8D:: @ 81ACD8D
release
end
-EventScript_1ACDB5:: @ 81ACDB5
+EventScript_PokemonJournalUnused2:: @ 81ACDB5
lock
faceplayer
famechecker FAMECHECKER_DAISY, 4
@@ -135,11 +135,11 @@ CinnabarIsland_Gym_EventScript_BlaineFujiPhoto:: @ 81ACF07
releaseall
end
-FiveIsland_ResortGorgeous_House_EventScript_1ACF2C:: @ 81ACF2C
+FiveIsland_ResortGorgeous_House_EventScript_PokemonJournal:: @ 81ACF2C
lockall
famechecker FAMECHECKER_BLAINE, 5
textcolor 3
- msgbox gUnknown_81B17E9
+ msgbox PokemonJournal_Text_SpecialFeatureBlaine
releaseall
end
@@ -203,7 +203,7 @@ SixIsland_Mart_EventScript_OldWoman:: @ 81ACFEF
release
end
-EventScript_1AD008:: @ 81AD008
+EventScript_LanceUnused:: @ 81AD008
lock
faceplayer
famechecker FAMECHECKER_LANCE, 0
@@ -211,7 +211,7 @@ EventScript_1AD008:: @ 81AD008
release
end
-EventScript_1AD021:: @ 81AD021
+SaffronCity_EventScript_BattleGirlUnused:: @ 81AD021
lock
faceplayer
famechecker FAMECHECKER_LANCE, 1
diff --git a/data/scripts/trainer_card.inc b/data/scripts/trainer_card.inc
index 39589cffa..8d441606f 100644
--- a/data/scripts/trainer_card.inc
+++ b/data/scripts/trainer_card.inc
@@ -68,7 +68,7 @@ FourIsland_House2_EventScript_StickerMan:: @ 81B2938
lock
specialvar VAR_0x8008, StickerManGetBragFlags
goto_if_unset FLAG_MET_STICKER_MAN, FourIsland_House2_EventScript_MeetStickerMan
- goto_if_set FLAG_MET_STICKER_MAN, EventScript_1B2994
+ goto_if_set FLAG_MET_STICKER_MAN, FourIsland_House2_EventScript_StickerManAskForBrag
end
FourIsland_House2_EventScript_MeetStickerMan:: @ 81B2951
@@ -88,19 +88,19 @@ FourIsland_House2_EventScript_MeetStickerMan:: @ 81B2951
goto FourIsland_House2_EventScript_ChooseBrag
end
-EventScript_1B2994:: @ 81B2994
+FourIsland_House2_EventScript_StickerManAskForBrag:: @ 81B2994
applymovement 1, Movement_FacePlayer
waitmovement 0
goto_if_questlog EventScript_ReleaseEnd
special sub_8112364
compare VAR_0x8008, 0
- goto_if_eq EventScript_1B29C6
+ goto_if_eq FourIsland_House2_EventScript_NothingToBragAbout
message FourIsland_House2_Text_BragAboutWhatToday
waitmessage
goto FourIsland_House2_EventScript_ChooseBrag
end
-EventScript_1B29C6:: @ 81B29C6
+FourIsland_House2_EventScript_NothingToBragAbout:: @ 81B29C6
msgbox FourIsland_House2_Text_BragAboutSomethingForMe
release
end