mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
Summer Beach House (buggy!)
This adds the Summer Beach House from Pokemon Yellow to Route 19, in an effort to make Kanto a bit more interesting. The code for teaching Pikachu is very buggy right now and someone should check it out. I usually throw code out if it isn't functional but this seems extremely close to working.
This commit is contained in:
parent
88390e8282
commit
0dd22ececa
20 changed files with 301 additions and 6 deletions
|
|
@ -232,17 +232,27 @@ CarefulSwimmingSignText:
|
|||
para "FUCHSIA POLICE"
|
||||
done
|
||||
|
||||
BeachHouseSignScript:
|
||||
jumptext BeachHouseSignText
|
||||
|
||||
BeachHouseSignText:
|
||||
text "SUMMER BEACH HOUSE"
|
||||
line "#MON welcome!"
|
||||
done
|
||||
|
||||
Route19_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 7, 3, ROUTE_19_FUCHSIA_GATE, 3
|
||||
warp_event 5, 9, SUMMER_BEACH_HOUSE, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 11, 13, BGEVENT_READ, Route19Sign
|
||||
bg_event 11, 1, BGEVENT_READ, CarefulSwimmingSign
|
||||
bg_event 7, 11, BGEVENT_READ, BeachHouseSignScript
|
||||
|
||||
def_object_events
|
||||
object_event 9, 23, SPRITE_SWIMMER_GIRL, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_TRAINER, 0, TrainerSwimmerfDawn, -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue