pokecrystal-board/maps/Route12SuperRodHouse.asm

93 lines
1.7 KiB
NASM
Raw Normal View History

2018-01-31 08:38:45 -08:00
const_def 2 ; object constants
2015-11-26 21:22:14 -08:00
const ROUTE12SUPERRODHOUSE_FISHING_GURU
Route12SuperRodHouse_MapScripts:
db 0 ; scene scripts
db 0 ; callbacks
2015-07-10 01:45:35 -07:00
FishingGuruScript_0x7f484:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_SUPER_ROD
iftrue UnknownScript_0x7f4a0
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7f4af
yesorno
iffalse UnknownScript_0x7f4a6
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7f52f
2015-11-29 19:29:45 -08:00
buttonsound
2015-11-04 17:20:14 -08:00
verbosegiveitem SUPER_ROD
iffalse UnknownScript_0x7f4aa
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_SUPER_ROD
2015-07-10 01:45:35 -07:00
UnknownScript_0x7f4a0:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7f57c
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x7f4a6:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7f5ec
2015-11-25 07:16:29 -08:00
waitbutton
2015-07-10 01:45:35 -07:00
UnknownScript_0x7f4aa:
2015-11-25 07:16:29 -08:00
closetext
end
2015-06-25 21:01:08 -07:00
SuperRodHouseBookshelf:
; unused
jumpstd picturebookshelf
2015-07-10 01:45:35 -07:00
UnknownText_0x7f4af:
text "I'm the FISHING"
line "GURU's younger"
cont "brother."
para "I can see that you"
line "like fishing."
para "There's no doubt"
line "in my mind at all!"
para "So? I know I'm"
line "right."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7f52f:
text "Yes, yes. Just as"
line "I thought!"
para "Here, fishing fan!"
line "Take this--it's a"
cont "SUPER ROD."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7f57c:
text "Try your hand at"
line "fishing wherever"
cont "there is water."
para "Remember--you can"
line "catch different"
para "#MON using"
line "different RODS."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7f5ec:
text "Huh? My own eyes"
line "deceived me?"
done
Route12SuperRodHouse_MapEvents:
db 0, 0 ; filler
db 2 ; warp events
2018-02-01 19:22:07 -08:00
warp_event 2, 7, ROUTE_12, 1
warp_event 3, 7, ROUTE_12, 1
db 0 ; coord events
db 0 ; bg events
db 1 ; object events
2018-02-01 19:22:07 -08:00
object_event 5, 3, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, FishingGuruScript_0x7f484, -1