summaryrefslogtreecommitdiff
path: root/data/scripts/trainer_card.inc
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/trainer_card.inc
parent40af0d130236cccd5127c2f175006168466b405d (diff)
Add missing script labels
Diffstat (limited to 'data/scripts/trainer_card.inc')
-rw-r--r--data/scripts/trainer_card.inc8
1 files changed, 4 insertions, 4 deletions
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