mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Add items to Mt Moon Crater
Adds fossils, Black Augurite, and a few other neat items to Mt. Moon Crater, given it's where the "ancient" Paradox Pokemon are. Seemed cool to me. Also does a few misc things
This commit is contained in:
parent
597dc62f2e
commit
0a1075f66a
8 changed files with 38 additions and 6 deletions
|
|
@ -8,5 +8,16 @@ MtMoonCrater_Object:
|
|||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 20, 17, SPRITE_POKE_BALL, STAY, NONE, 1, BLK_AUGURITE
|
||||
object_event 33, 17, SPRITE_FOSSIL, STAY, NONE, 2, DOME_FOSSIL
|
||||
object_event 25, 21, SPRITE_FOSSIL, STAY, NONE, 3, WING_FOSSIL
|
||||
object_event 33, 16, SPRITE_FOSSIL, STAY, NONE, 4, HELIX_FOSSIL
|
||||
object_event 26, 20, SPRITE_FOSSIL, STAY, NONE, 5, OLD_AMBER
|
||||
object_event 25, 4, SPRITE_POKE_BALL, STAY, NONE, 6, HYPER_POTION
|
||||
object_event 45, 24, SPRITE_POKE_BALL, STAY, NONE, 7, MAX_ETHER
|
||||
object_event 44, 17, SPRITE_POKE_BALL, STAY, NONE, 8, MAX_REVIVE
|
||||
object_event 17, 20, SPRITE_POKE_BALL, STAY, NONE, 9, HEART_STONE
|
||||
object_event 20, 20, SPRITE_POKE_BALL, STAY, NONE, 10, POISON_STONE
|
||||
object_event 32, 45, SPRITE_POKE_BALL, STAY, NONE, 11, MAX_ETHER
|
||||
|
||||
def_warps_to MT_MOON_CRATER
|
||||
|
|
@ -994,7 +994,7 @@ BlottleEvosMoves:
|
|||
FarfetchdEvosMoves:
|
||||
; Evolutions
|
||||
db EV_LEVEL, 24, MADAAMU
|
||||
db EV_ITEM, HEART_STONE, 1, SIRFETCHD
|
||||
; db EV_ITEM, HEART_STONE, 1, SIRFETCHD
|
||||
db 0
|
||||
; Learnset
|
||||
db 7, LEER
|
||||
|
|
|
|||
|
|
@ -498,7 +498,7 @@ BlackbeltData:
|
|||
; Fighting Dojo Trainers
|
||||
db 31, CHEEP, CHEEP, JABETTA, 0
|
||||
db 32, MACHOKE, MACHAMP, 0
|
||||
db 36, SIRFETCHD, 0
|
||||
db 36, MACHAMP, 0 ; should be sirfetch'd
|
||||
db 31, MACHOP, MANKEY, PRIMEAPE, 0
|
||||
; Viridian Gym - changed to fit the Ground-type gym theme
|
||||
db 40, GRAVELER, GOLEM, 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue