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

- Attempted to fix the Mt. Moon J&J encounter (did not work, will look at the script file) - Fixed a few bugged warps relating to Mt. Moon Square/Crater - Fixed the credits text layout (just need to figure out how to decrease the delay between them, so it still matches the music...) - Added the Crater guard back - Changed the silhouettes in the credits to be more prominent Pokemon (Leader and E4 aces, plus some postgame teasers in Omega for the Chief fight, and the legendary wings)
18 lines
460 B
NASM
18 lines
460 B
NASM
MtMoonSquare_Object:
|
|
db $2C ; border block
|
|
|
|
def_warp_events
|
|
warp_event 16, 3, MT_MOON_B1F, 10
|
|
warp_event 22, 1, MT_MOON_CRATER, 1
|
|
warp_event 11, 5, MT_MOON_SQUARE_HOUSE, 1
|
|
|
|
def_bg_events
|
|
bg_event 15, 5, 4 ; Sign
|
|
|
|
def_object_events
|
|
object_event 7, 5, SPRITE_FAIRY, WALK, ANY_DIR, 1 ; person
|
|
object_event 5, 4, SPRITE_FAIRY, WALK, ANY_DIR, 2 ; person
|
|
object_event 4, 6, SPRITE_FAIRY, WALK, ANY_DIR, 3 ; person
|
|
|
|
def_warps_to MT_MOON_SQUARE
|