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

This adds gym scaling for every leader, plus Koichi of the Fighting Dojo. Me and Ema decided to give Koichi scaling, as he is a gym leader in everything but class. I will likely give Yujirou the same treatment once he's all set up. The parties have not been set up, assuming Martha is working on them. An important note: space is somewhat limited on trainers now, so the leaders will need implementing incrementally. You will most likely have to remove unnecessary trainers to make this work.
20 lines
670 B
NASM
20 lines
670 B
NASM
FightingDojo_Object:
|
|
db $3 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 4, 11, LAST_MAP, 2
|
|
warp_event 5, 11, LAST_MAP, 2
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 5, 3, SPRITE_HIKER, STAY, DOWN, 1, OPP_BLACKBELT, 1 ; koichi
|
|
object_event 3, 4, SPRITE_HIKER, STAY, RIGHT, 2, OPP_BLACKBELT, 9
|
|
object_event 3, 6, SPRITE_HIKER, STAY, RIGHT, 3, OPP_BLACKBELT, 10
|
|
object_event 5, 5, SPRITE_HIKER, STAY, LEFT, 4, OPP_BLACKBELT, 11
|
|
object_event 5, 7, SPRITE_HIKER, STAY, LEFT, 5, OPP_BLACKBELT, 12
|
|
object_event 4, 1, SPRITE_POKE_BALL, STAY, NONE, 6 ; person
|
|
object_event 5, 1, SPRITE_POKE_BALL, STAY, NONE, 7 ; person
|
|
|
|
def_warps_to FIGHTING_DOJO
|