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

Well, 'unique' is VERY loose here. He looks and behaves identically to a Black Belt still, just with a proper name and a higher payout. He replaces the unused Junior class. In addition, I've brought back the text on the scrolls on the back wall in the Fighting Dojo that were accidentally inaccessible for a while.
19 lines
633 B
NASM
19 lines
633 B
NASM
SilphGauntlet2F_Object:
|
|
db $3 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 7, 5, SILPH_GAUNTLET_1F, 2
|
|
warp_event 3, 13, SILPH_GAUNTLET_3F, 1
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 13, 5, SPRITE_COOLTRAINER_F, STAY, DOWN, 1, OPP_LASS, 19
|
|
object_event 21, 9, SPRITE_HIKER, STAY, UP, 2, OPP_HIKER, 15
|
|
object_event 24, 13, SPRITE_SUPER_NERD, STAY, RIGHT, 3, OPP_SUPER_NERD, 8
|
|
object_event 23, 19, SPRITE_SUPER_NERD, STAY, UP, 4, OPP_POKEMANIAC, 8
|
|
object_event 11, 16, SPRITE_BEAUTY, STAY, DOWN, 5, OPP_BEAUTY, 11
|
|
object_event 2, 16, SPRITE_HIKER, STAY, RIGHT, 6, OPP_BLACKBELT, 9
|
|
|
|
def_warps_to SILPH_GAUNTLET_2F
|