Finish Cinnabar Island scripts

This commit is contained in:
GriffinR
2020-01-17 14:56:44 -05:00
parent 3101657e97
commit 009595b4df
11 changed files with 332 additions and 320 deletions
+5 -5
View File
@@ -11,7 +11,7 @@ Route2_House_EventScript_16F602:: @ 816F602
setvar VAR_0x8008, INGAME_TRADE_MR_MIME
call EventScript_GetInGameTradeSpeciesInfo
goto_if_set FLAG_DID_MIMIEN_TRADE, EventScript_16F674
msgbox gUnknown_81A597B, MSGBOX_YESNO
msgbox Trade_Text_LookingForMonWannaTradeForMon, MSGBOX_YESNO
compare VAR_RESULT, NO
goto_if_eq EventScript_16F65C
call EventScript_ChooseMonForInGameTrade
@@ -21,23 +21,23 @@ Route2_House_EventScript_16F602:: @ 816F602
compare VAR_RESULT, VAR_0x8009
goto_if_ne EventScript_16F666
call EventScript_DoInGameTrade
msgbox gUnknown_81A59DA
msgbox Trade_Text_HeyThanks
setflag FLAG_DID_MIMIEN_TRADE
release
end
EventScript_16F65C:: @ 816F65C
msgbox gUnknown_81A59B6
msgbox Trade_Text_AwwOhWell
release
end
EventScript_16F666:: @ 816F666
getspeciesname 0, VAR_0x8009
msgbox gUnknown_81A59C6
msgbox Trade_Text_WhatThatsNoMon
release
end
EventScript_16F674:: @ 816F674
msgbox gUnknown_81A59E7
msgbox Trade_Text_IsntMyOldMonGreat
release
end