You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename some more maps
The Pokécom Center's .blk contains 1F and the Administration room, but the .asm script is just for the Admin room; 1F-related text and scripts are in GoldenrodPokecenter1F.asm. Presumably both map scripts shared the same .blk.
This commit is contained in:
90
maps/DayOfWeekSiblingsHouse.asm
Normal file
90
maps/DayOfWeekSiblingsHouse.asm
Normal file
@@ -0,0 +1,90 @@
|
||||
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_def 2, 7, 3, ROUTE_26
|
||||
warp_def 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
|
||||
Reference in New Issue
Block a user