diff options
Diffstat (limited to 'data/scripts/trainer_card.inc')
-rw-r--r-- | data/scripts/trainer_card.inc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/data/scripts/trainer_card.inc b/data/scripts/trainer_card.inc index 253e2837a..6b702f1a6 100644 --- a/data/scripts/trainer_card.inc +++ b/data/scripts/trainer_card.inc @@ -1,3 +1,5 @@ +.set LOCALID_STICKER_MAN, 1 + CeladonCity_GameCorner_EventScript_PhotoPrinter:: @ 81B2867 lockall showmoneybox 0, 0, 0 @@ -74,12 +76,12 @@ FourIsland_House2_EventScript_StickerMan:: @ 81B2938 FourIsland_House2_EventScript_MeetStickerMan:: @ 81B2951 setflag FLAG_MET_STICKER_MAN msgbox FourIsland_House2_Text_WishICouldShowOffStickers - applymovement 1, Movement_FacePlayer + applymovement LOCALID_STICKER_MAN, Movement_FacePlayer waitmovement 0 playse SE_PIN - applymovement 1, Movement_ExclamationMark + applymovement LOCALID_STICKER_MAN, Movement_ExclamationMark waitmovement 0 - applymovement 1, Movement_Delay48 + applymovement LOCALID_STICKER_MAN, Movement_Delay48 waitmovement 0 compare VAR_0x8008, 0 goto_if_eq FourIsland_House2_EventScript_StickerManNothingToBrag @@ -89,7 +91,7 @@ FourIsland_House2_EventScript_MeetStickerMan:: @ 81B2951 end FourIsland_House2_EventScript_StickerManAskForBrag:: @ 81B2994 - applymovement 1, Movement_FacePlayer + applymovement LOCALID_STICKER_MAN, Movement_FacePlayer waitmovement 0 goto_if_questlog EventScript_ReleaseEnd special QuestLog_CutRecording |