mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-21 23:12:16 +13:00
Savoy, Ruddy, and Coral houses
This commit is contained in:
parent
288ca6e58f
commit
e27b9c6200
25 changed files with 527 additions and 15 deletions
33
maps/RuddyTownBigHouse2.asm
Normal file
33
maps/RuddyTownBigHouse2.asm
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
object_const_def
|
||||
const RUDDYTOWNBIGHOUSE2_FISHER
|
||||
|
||||
RuddyTownBigHouse2_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
RuddyTownBigHouse2FisherScript:
|
||||
jumptextfaceplayer RuddyTownBigHouse2FisherText
|
||||
|
||||
RuddyTownBigHouse2FisherText:
|
||||
text "I met the GURU in"
|
||||
line "CORAL CITY the"
|
||||
cont "other day."
|
||||
|
||||
para "He's something else!"
|
||||
line "I learned so much!"
|
||||
done
|
||||
|
||||
RuddyTownBigHouse2_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 4, 7, RUDDY_TOWN, 6
|
||||
warp_event 5, 7, RUDDY_TOWN, 6
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 1, 2, SPRITE_FISHER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 2, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, RuddyTownBigHouse2FisherScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue