Labelling the Itemfinder guy's house. #426

This commit is contained in:
surskitty
2017-12-25 12:55:26 -05:00
parent ec8c9688ce
commit d64669c297

View File

@@ -9,47 +9,47 @@ EcruteakItemfinderHouse_MapScriptHeader:
.MapCallbacks: .MapCallbacks:
db 0 db 0
CooltrainerMScript_0x9a5fb: EcruteakItemfinderGuy:
faceplayer faceplayer
opentext opentext
checkevent EVENT_GOT_ITEMFINDER checkevent EVENT_GOT_ITEMFINDER
iftrue UnknownScript_0x9a614 iftrue .itemfinder
writetext UnknownText_0x9a63c writetext EcruteakItemfinderAdventureText
yesorno yesorno
iffalse UnknownScript_0x9a61a iffalse .no
writetext UnknownText_0x9a6b5 writetext EcruteakItemfinderTrueSpiritText
buttonsound buttonsound
verbosegiveitem ITEMFINDER verbosegiveitem ITEMFINDER
setevent EVENT_GOT_ITEMFINDER setevent EVENT_GOT_ITEMFINDER
UnknownScript_0x9a614: .itemfinder:
writetext UnknownText_0x9a70e writetext ItemfinderExplanationText
waitbutton waitbutton
closetext closetext
end end
UnknownScript_0x9a61a: .no:
writetext UnknownText_0x9a805 writetext EcruteakItemfinderToEachHisOwnText
waitbutton waitbutton
closetext closetext
end end
PokedexScript_0x9a620: EcruteakHistoryBook:
opentext opentext
writetext UnknownText_0x9a826 writetext EcruteakHistoryBookText
yesorno yesorno
iftrue UnknownScript_0x9a62a iftrue .ReadBook
closetext closetext
end end
UnknownScript_0x9a62a: .ReadBook:
writetext UnknownText_0x9a84c writetext EcruteakTwoTowersText
yesorno yesorno
iftrue UnknownScript_0x9a633 iftrue .KeepReading
closetext closetext
end end
UnknownScript_0x9a633: .KeepReading:
writetext UnknownText_0x9a902 writetext EcruteakThreeMonText
waitbutton waitbutton
closetext closetext
end end
@@ -57,7 +57,7 @@ UnknownScript_0x9a633:
ItemFinderHouseRadio: ItemFinderHouseRadio:
jumpstd radio2 jumpstd radio2
UnknownText_0x9a63c: EcruteakItemfinderAdventureText:
text "Ah. You're on an" text "Ah. You're on an"
line "adventure with" line "adventure with"
cont "your #MON?" cont "your #MON?"
@@ -70,7 +70,7 @@ UnknownText_0x9a63c:
line "I right?" line "I right?"
done done
UnknownText_0x9a6b5: EcruteakItemfinderTrueSpiritText:
text "Good! You under-" text "Good! You under-"
line "stand the true" line "stand the true"
@@ -81,7 +81,7 @@ UnknownText_0x9a6b5:
line "this with you." line "this with you."
done done
UnknownText_0x9a70e: ItemfinderExplanationText:
text "There are many" text "There are many"
line "items lying about" line "items lying about"
@@ -107,19 +107,19 @@ UnknownText_0x9a70e:
line "BURNED TOWER." line "BURNED TOWER."
done done
UnknownText_0x9a805: EcruteakItemfinderToEachHisOwnText:
text "Oh… To each his" text "Oh… To each his"
line "own, I suppose…" line "own, I suppose…"
done done
UnknownText_0x9a826: EcruteakHistoryBookText:
text "HISTORY OF" text "HISTORY OF"
line "ECRUTEAK" line "ECRUTEAK"
para "Want to read it?" para "Want to read it?"
done done
UnknownText_0x9a84c: EcruteakTwoTowersText:
text "In ECRUTEAK, there" text "In ECRUTEAK, there"
line "were two towers." line "were two towers."
@@ -138,7 +138,7 @@ UnknownText_0x9a84c:
para "Keep reading?" para "Keep reading?"
done done
UnknownText_0x9a902: EcruteakThreeMonText:
text "ECRUTEAK was also" text "ECRUTEAK was also"
line "home to three" line "home to three"
@@ -180,5 +180,5 @@ EcruteakItemfinderHouse_MapEventHeader:
.ObjectEvents: .ObjectEvents:
db 2 db 2
object_event SPRITE_COOLTRAINER_M, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CooltrainerMScript_0x9a5fb, -1 object_event SPRITE_COOLTRAINER_M, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, EcruteakItemfinderGuy, -1
object_event SPRITE_POKEDEX, 3, 3, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokedexScript_0x9a620, -1 object_event SPRITE_POKEDEX, 3, 3, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakHistoryBook, -1