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:
Llinos Evans 2024-08-04 02:27:27 +01:00
parent 88390e8282
commit 0dd22ececa
20 changed files with 301 additions and 6 deletions

View file

@ -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

View file

@ -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)