mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

Took them down a bit from Level 70 to 65, and mostly increased their learnset levels, so going to Citrine first to catch them shouldn't make Silph Gauntlet WAY easier. In order to stay consistent with the number of moves they were each given, I've added Psychic to Garticuno's level up learnset.
15 lines
326 B
NASM
15 lines
326 B
NASM
BrunswickGrotto_Object:
|
|
db $2 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 24, 23, BRUNSWICK_GLADE, 3
|
|
warp_event 25, 23, BRUNSWICK_GLADE, 4
|
|
|
|
def_bg_events
|
|
bg_event 22, 10, 2 ; signage
|
|
|
|
def_object_events
|
|
object_event 5, 5, SPRITE_BIRD, STAY, LEFT, 1, ZAPDOS_G, 65 | OW_POKEMON ; person
|
|
|
|
def_warps_to BRUNSWICK_GROTTO
|