Use more LOCALID constants
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user