mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
91 lines
1.4 KiB
NASM
91 lines
1.4 KiB
NASM
const_value set 2
|
|
const DAYOFWEEKSIBLINGSHOUSE_POKEDEX
|
|
|
|
DayOfWeekSiblingsHouse_MapScripts:
|
|
.SceneScripts:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
PokedexScript_0x7b1e4:
|
|
opentext
|
|
writetext UnknownText_0x7b1f9
|
|
yesorno
|
|
iffalse UnknownText_0x7b1f7
|
|
writetext UnknownText_0x7b222
|
|
yesorno
|
|
iffalse UnknownText_0x7b1f7
|
|
writetext UnknownText_0x7b2b9
|
|
waitbutton
|
|
UnknownText_0x7b1f7:
|
|
closetext
|
|
end
|
|
|
|
UnknownText_0x7b1f9:
|
|
text "There's something"
|
|
line "written here."
|
|
|
|
para "Read it?"
|
|
done
|
|
|
|
UnknownText_0x7b222:
|
|
text "To my brothers and"
|
|
line "sisters:"
|
|
|
|
para "We take pride in"
|
|
line "serving #MON"
|
|
cont "trainers."
|
|
|
|
para "When trainers talk"
|
|
line "to you, give them"
|
|
cont "something useful."
|
|
|
|
para "Love,"
|
|
line "MONICA"
|
|
|
|
para "Keep reading?"
|
|
done
|
|
|
|
UnknownText_0x7b2b9:
|
|
text "Monday, MONICA"
|
|
line "ROUTE 40"
|
|
|
|
para "Tuesday, TUSCANY"
|
|
line "ROUTE 29"
|
|
|
|
para "Wednesday, WESLEY"
|
|
line "LAKE OF RAGE"
|
|
|
|
para "Thursday, ARTHUR"
|
|
line "ROUTE 36"
|
|
|
|
para "Friday, FRIEDA"
|
|
line "ROUTE 32"
|
|
|
|
para "Saturday, SANTOS"
|
|
line "BLACKTHORN CITY"
|
|
|
|
para "Sunday, SUNNY"
|
|
line "ROUTE 37"
|
|
done
|
|
|
|
DayOfWeekSiblingsHouse_MapEvents:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 2
|
|
warp_event 2, 7, 3, ROUTE_26
|
|
warp_event 3, 7, 3, ROUTE_26
|
|
|
|
.CoordEvents:
|
|
db 0
|
|
|
|
.BGEvents:
|
|
db 0
|
|
|
|
.ObjectEvents:
|
|
db 1
|
|
object_event 3, 3, SPRITE_POKEDEX, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PokedexScript_0x7b1e4, -1
|