mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +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
|
|
@ -373,6 +373,7 @@ ENDM
|
|||
map_const FUCHSIA_POKECENTER_2F_BETA, 8, 4 ; 11
|
||||
map_const SAFARI_ZONE_WARDENS_HOME, 5, 4 ; 12
|
||||
map_const ROUTE_15_FUCHSIA_GATE, 5, 4 ; 13
|
||||
map_const SUMMER_BEACH_HOUSE, 7, 4 ; 13
|
||||
endgroup
|
||||
|
||||
newgroup LAVENDER ; 18
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@
|
|||
const SPRITE_CHANNELER
|
||||
const SPRITE_BALDING_GUY
|
||||
const SPRITE_GAMEBOY_GIRL
|
||||
const SPRITE_OVERWORLD_PIKACHU
|
||||
DEF NUM_OVERWORLD_SPRITES EQU const_value - 1
|
||||
|
||||
; SpriteMons indexes (see data/sprites/sprite_mons.asm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue