Files
pokecrystal/maps/Route26DayofWeekSiblingsHouse.asm
PikalaxALT 432df825d4 Replaced GROUP_, MAP_ references with the map macro
Updated macros that rely on the GROUP_, MAP_ constants to use the map macro

Added GROUP_NONE and MAP_NONE for the sake of compatibility with this new scheme

Added new macro elevfloor to simplify the definition of elevators under this new scheme
2015-07-23 12:59:19 -04:00

88 lines
1.3 KiB
NASM

Route26DayofWeekSiblingsHouse_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
PokedexScript_0x7b1e4:
loadfont
writetext UnknownText_0x7b1f9
yesorno
iffalse UnknownText_0x7b1f7
writetext UnknownText_0x7b222
yesorno
iffalse UnknownText_0x7b1f7
writetext UnknownText_0x7b2b9
closetext
UnknownText_0x7b1f7:
loadmovesprites
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
Route26DayofWeekSiblingsHouse_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 3, ROUTE_26
warp_def $7, $3, 3, ROUTE_26
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 1
person_event SPRITE_POKEDEX, 7, 7, OW_DOWN | $1, $0, -1, -1, $0, 0, PokedexScript_0x7b1e4, -1