mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-29 00:00:30 +13: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)
27 lines
987 B
NASM
27 lines
987 B
NASM
MtMoonB2F_Object:
|
|
db $3 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 25, 9, MT_MOON_B1F, 2
|
|
warp_event 21, 17, MT_MOON_B1F, 5
|
|
warp_event 15, 27, MT_MOON_B1F, 6
|
|
warp_event 5, 7, MT_MOON_B1F, 7
|
|
warp_event 29, 7, MT_MOON_B1F, 9
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 12, 8, SPRITE_SUPER_NERD, STAY, RIGHT, 1, OPP_SUPER_NERD, 2
|
|
object_event 9, 3, SPRITE_JESSIE, STAY, LEFT, 2
|
|
object_event 15, 22, SPRITE_ROCKET, STAY, DOWN, 3, OPP_ROCKET, 2
|
|
object_event 11, 16, SPRITE_ROCKET, STAY, DOWN, 4, OPP_ROCKET, 3
|
|
object_event 29, 17, SPRITE_ROCKET, STAY, LEFT, 5, OPP_ROCKET, 1
|
|
object_event 9, 4, SPRITE_JAMES, STAY, LEFT, 6
|
|
object_event 12, 6, SPRITE_FOSSIL, STAY, NONE, 7 ; person
|
|
object_event 13, 6, SPRITE_FOSSIL, STAY, NONE, 8 ; person
|
|
object_event 25, 21, SPRITE_POKE_BALL, STAY, NONE, 9, HP_UP
|
|
object_event 35, 6, SPRITE_FOSSIL, STAY, NONE, 10, WING_FOSSIL
|
|
object_event 29, 8, SPRITE_SCIENTIST, STAY, NONE, 11, ; Crater Guard
|
|
|
|
def_warps_to MT_MOON_B2F
|