pokecrystal-board/maps/EcruteakItemfinderHouse.asm

181 lines
3.1 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
EcruteakItemfinderHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
CooltrainerMScript_0x9a5fb:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_ITEMFINDER
iftrue UnknownScript_0x9a614
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9a63c
yesorno
iffalse UnknownScript_0x9a61a
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9a6b5
keeptextopen
verbosegiveitem ITEMFINDER, 1
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_ITEMFINDER
2015-07-10 01:45:35 -07:00
UnknownScript_0x9a614:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9a70e
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x9a61a:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9a805
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
PokedexScript_0x9a620:
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9a826
yesorno
iftrue UnknownScript_0x9a62a
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x9a62a:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9a84c
yesorno
iftrue UnknownScript_0x9a633
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x9a633:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9a902
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
ItemFinderHouseRadio:
2015-06-23 14:02:58 -07:00
jumpstd radio2
2015-07-10 01:45:35 -07:00
UnknownText_0x9a63c:
text "Ah. You're on an"
line "adventure with"
cont "your #MON?"
para "Well, what's an"
line "adventure without"
cont "treasure hunting?"
para "Am I right, or am"
line "I right?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9a6b5:
text "Good! You under-"
line "stand the true"
para "spirit of adven-"
line "ture."
para "I like that! Take"
line "this with you."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9a70e:
text "There are many"
line "items lying about"
para "that aren't ob-"
line "vious."
para "Use ITEMFINDER to"
line "check if there is"
para "an item on the"
line "ground near you."
para "It doesn't show"
line "the exact spot,"
para "so you'll have to"
line "look yourself."
para "Oh yeah--I heard"
line "there are items"
para "in ECRUTEAK's"
line "BURNED TOWER."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9a805:
text "Ohā€¦ To each his"
line "own, I supposeā€¦"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9a826:
text "HISTORY OF"
line "ECRUTEAK"
para "Want to read it?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9a84c:
text "In ECRUTEAK, there"
line "were two towers."
para "Each tower was the"
line "roost of powerful"
cont "flying #MON."
para "But one of the"
line "towers burned to"
cont "the ground."
para "The two #MON"
line "haven't been seen"
cont "sinceā€¦"
para "Keep reading?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9a902:
text "ECRUTEAK was also"
line "home to three"
para "#MON that raced"
line "around the town."
para "They were said to"
line "have been born of"
para "water, lightning"
line "and fire."
para "But they could not"
line "contain their"
cont "excessive power."
para "So they say the"
line "three ran like the"
para "wind off into the"
line "grassland."
done
2015-07-10 01:45:35 -07:00
EcruteakItemfinderHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $3, 11, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
warp_def $7, $4, 11, GROUP_ECRUTEAK_CITY, MAP_ECRUTEAK_CITY
; xy triggers
db 0
; signposts
db 1
signpost 1, 2, SIGNPOST_READ, ItemFinderHouseRadio
; people-events
db 2
person_event SPRITE_COOLTRAINER_M, 7, 6, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, CooltrainerMScript_0x9a5fb, -1
person_event SPRITE_POKEDEX, 7, 7, OW_DOWN | $1, $0, -1, -1, $0, 0, PokedexScript_0x9a620, -1