kep-hack/data/maps/objects/MtMoonSquare.asm
MementoMartha 6d4b0f7a4e Small edits
- 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)
2023-05-25 23:54:19 +01:00

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