Savoy, Ruddy, and Coral houses

This commit is contained in:
Llinos Evans 2024-12-30 16:31:54 +00:00
parent 288ca6e58f
commit e27b9c6200
25 changed files with 527 additions and 15 deletions

View 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