pokecrystal-board/maps/Route2NuggetSpeechHouse.asm

70 lines
1.2 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
Route2NuggetSpeechHouse_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
FisherScript_0x9b847:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent $00c8
iftrue UnknownScript_0x9b85c
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9b865
keeptextopen
verbosegiveitem NUGGET, 1
iffalse UnknownScript_0x9b860
2013-09-24 00:48:58 -07:00
setevent $00c8
2015-07-10 01:45:35 -07:00
UnknownScript_0x9b85c:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x9b8e5
closetext
2015-07-10 01:45:35 -07:00
UnknownScript_0x9b860:
loadmovesprites
end
2015-06-25 21:01:08 -07:00
Route2NuggetSpeechHouseBookshelf:
; unused
jumpstd difficultbookshelf
2015-07-10 01:45:35 -07:00
UnknownText_0x9b865:
text "Hi! Wow, I'm glad"
line "to see you."
para "You're the first"
line "visitor I've had"
cont "in a long time."
para "I'm super-happy!"
line "Let me give you a"
cont "little present."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x9b8e5:
text "That's a NUGGET."
para "I can't give you"
line "any nuggets of"
para "wisdom, so that'll"
line "have to do!"
done
2015-07-10 01:45:35 -07:00
Route2NuggetSpeechHouse_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $7, $2, 1, GROUP_ROUTE_2, MAP_ROUTE_2
warp_def $7, $3, 1, GROUP_ROUTE_2, MAP_ROUTE_2
; xy triggers
db 0
; signposts
db 0
; people-events
db 1
2013-07-12 14:06:11 -07:00
person_event SPRITE_FISHER, 8, 6, $4, $20, 255, 255, $90, 0, FisherScript_0x9b847, $ffff