mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
83
maps/DayOfWeekSiblingsHouse.asm
Normal file
83
maps/DayOfWeekSiblingsHouse.asm
Normal file
|
|
@ -0,0 +1,83 @@
|
|||
object_const_def
|
||||
const DAYOFWEEKSIBLINGSHOUSE_POKEDEX
|
||||
|
||||
DayOfWeekSiblingsHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
DayOfWeekSiblingsHousePokedexScript:
|
||||
opentext
|
||||
writetext DayOfWeekSiblingsHousePokedexText1
|
||||
yesorno
|
||||
iffalse .End
|
||||
writetext DayOfWeekSiblingsHousePokedexText2
|
||||
yesorno
|
||||
iffalse .End
|
||||
writetext DayOfWeekSiblingsHousePokedexText3
|
||||
waitbutton
|
||||
.End:
|
||||
closetext
|
||||
end
|
||||
|
||||
DayOfWeekSiblingsHousePokedexText1:
|
||||
text "There's something"
|
||||
line "written here."
|
||||
|
||||
para "Read it?"
|
||||
done
|
||||
|
||||
DayOfWeekSiblingsHousePokedexText2:
|
||||
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
|
||||
|
||||
DayOfWeekSiblingsHousePokedexText3:
|
||||
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:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, ROUTE_26, 3
|
||||
warp_event 3, 7, ROUTE_26, 3
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 3, 3, SPRITE_POKEDEX, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, DayOfWeekSiblingsHousePokedexScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue