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

This adds the Mega Punch & Mega Kick guys from FireRed and LeafGreen. Given Mega Punch was in Mt. Moon, and GF replaced it with Thief in FRLG, I decided to change the TM to the Wing Fossil, which currently isn't obtainable outside of Mt. Moon Crater.
22 lines
679 B
NASM
22 lines
679 B
NASM
Route4_Object:
|
|
db $2c ; border block
|
|
|
|
def_warp_events
|
|
warp_event 11, 5, MT_MOON_POKECENTER, 1
|
|
warp_event 18, 5, MT_MOON_1F, 1
|
|
warp_event 24, 5, MT_MOON_B1F, 8
|
|
|
|
def_bg_events
|
|
bg_event 12, 5, 6 ; PokeCenterSignText
|
|
bg_event 17, 7, 7 ; Route4Text5
|
|
bg_event 27, 7, 8 ; Route4Text6
|
|
|
|
def_object_events
|
|
object_event 9, 8, SPRITE_COOLTRAINER_F, WALK, ANY_DIR, 1 ; person
|
|
object_event 63, 3, SPRITE_COOLTRAINER_F, STAY, RIGHT, 2, OPP_LASS, 4
|
|
object_event 57, 3, SPRITE_POKE_BALL, STAY, NONE, 3, TM_WHIRLWIND
|
|
object_event 39, 3, SPRITE_HIKER, STAY, RIGHT, 4 ; Mega Punch Guy
|
|
object_event 42, 3, SPRITE_HIKER, STAY, LEFT, 5 ; Mega Kick Guy
|
|
|
|
def_warps_to ROUTE_4
|