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

This commit fixes the following bugs: - A guy in Celadon University was stuck in a tree due to being placed on the wrong tile. - It was possible to walk out of bounds in Mt. Moon Crater due to buggy collision near the bottom of the map - Hi Jump Kick had a slightly glitched animation - It was possible to walk into a specific rock in both Cerulean Cave and Garnet Cavern. This was a vanilla bug too, but I'm fixing it proper now. - There was no signpost outside Bill's Lighthouse where there should've been. - Fixed two errors in the README - The Fissure TM was not purchasable at the Citrine Rocket house - Even if you had picked one of the original starters, you could still get the Charmander and Squirtle gifts as the NPCs would show up regardless. - Trying to get the Squirtle gift with a full party and box would lock you out from getting it - Fixed a text issue in Celadon Uni where the professor states the wrong TM - Fixed two text issues in Silph Co
15 lines
421 B
NASM
15 lines
421 B
NASM
MtMoonCrater_Object:
|
|
db $41 ; border block
|
|
|
|
def_warp_events
|
|
warp_event 46, 46, MT_MOON_B1F, 14
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 33, 17, SPRITE_FOSSIL, STAY, NONE, 1, DOME_FOSSIL
|
|
object_event 32, 32, SPRITE_FOSSIL, STAY, NONE, 2, WING_FOSSIL
|
|
object_event 33, 16, SPRITE_FOSSIL, STAY, NONE, 3, HELIX_FOSSIL
|
|
object_event 45, 24, SPRITE_POKE_BALL, STAY, NONE, 4, MAX_ETHER
|
|
|
|
def_warps_to MT_MOON_CRATER |