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
|
db 65, 70, 75, 100, 95, 80
|
||||||
; hp atk def spd sat sdf
|
; hp atk def spd sat sdf
|
||||||
|
|
||||||
db FAIRY, FAIRY ; type
|
db FAIRY, GRASS ; type
|
||||||
db 45 ; catch rate ; PLACEHOLDER
|
db 45 ; catch rate ; PLACEHOLDER
|
||||||
db 64 ; base exp ; PLACEHOLDER
|
db 64 ; base exp ; PLACEHOLDER
|
||||||
db NO_ITEM, NO_ITEM ; items
|
db NO_ITEM, NO_ITEM ; items
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
db "HEARING@" ; species name
|
db "APPLE@" ; species name
|
||||||
dw 311, 191 ; height, weight - placeholder
|
dw 311, 191 ; height, weight - placeholder
|
||||||
|
|
||||||
db "Flies using its"
|
db "It glides across"
|
||||||
next "ears. Its hearing"
|
next "fields, leaving"
|
||||||
next "is impeccable,"
|
next "apple seeds as it"
|
||||||
|
|
||||||
page "so it's popular"
|
page "goes. The groves"
|
||||||
next "with detectives."
|
next "are considered"
|
||||||
next "Loves sweets.@"
|
next "sacred by many.@"
|
||||||
|
|
|
@ -375,7 +375,7 @@ PokemonNames::
|
||||||
db "KITSEN@@@@"
|
db "KITSEN@@@@"
|
||||||
db "WISPIRIT@@"
|
db "WISPIRIT@@"
|
||||||
db "COATL@@@@@"
|
db "COATL@@@@@"
|
||||||
db "MIMEAR@@@@"
|
db "AVALOP@@@@"
|
||||||
db "INOSHIKA@@"
|
db "INOSHIKA@@"
|
||||||
db "RUDDERNAUT"
|
db "RUDDERNAUT"
|
||||||
db "XYLODON@@@"
|
db "XYLODON@@@"
|
||||||
|
|
Loading…
Reference in a new issue