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:
Llinos Evans 2024-10-26 15:33:02 +01:00
parent 20519d700f
commit 9ee78dbf5a
3 changed files with 9 additions and 9 deletions

View file

@ -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

View file

@ -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.@"

View file

@ -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@@@"