mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Avalop update
This turns Mimear into Avalop, but doesn't refactor the internal reference (so you see Mimear everywhere except in the names).
This commit is contained in:
parent
20519d700f
commit
9ee78dbf5a
|
@ -3,7 +3,7 @@
|
|||
db 65, 70, 75, 100, 95, 80
|
||||
; hp atk def spd sat sdf
|
||||
|
||||
db FAIRY, FAIRY ; type
|
||||
db FAIRY, GRASS ; type
|
||||
db 45 ; catch rate ; PLACEHOLDER
|
||||
db 64 ; base exp ; PLACEHOLDER
|
||||
db NO_ITEM, NO_ITEM ; items
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
db "HEARING@" ; species name
|
||||
db "APPLE@" ; species name
|
||||
dw 311, 191 ; height, weight - placeholder
|
||||
|
||||
db "Flies using its"
|
||||
next "ears. Its hearing"
|
||||
next "is impeccable,"
|
||||
db "It glides across"
|
||||
next "fields, leaving"
|
||||
next "apple seeds as it"
|
||||
|
||||
page "so it's popular"
|
||||
next "with detectives."
|
||||
next "Loves sweets.@"
|
||||
page "goes. The groves"
|
||||
next "are considered"
|
||||
next "sacred by many.@"
|
||||
|
|
|
@ -375,7 +375,7 @@ PokemonNames::
|
|||
db "KITSEN@@@@"
|
||||
db "WISPIRIT@@"
|
||||
db "COATL@@@@@"
|
||||
db "MIMEAR@@@@"
|
||||
db "AVALOP@@@@"
|
||||
db "INOSHIKA@@"
|
||||
db "RUDDERNAUT"
|
||||
db "XYLODON@@@"
|
||||
|
|
Loading…
Reference in a new issue