mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
239 B
NASM
11 lines
239 B
NASM
; MeganiumPokedexEntry: ; 0x1cca54
|
|
db "HERB@" ; species name
|
|
dw 511, 2220 ; height, width
|
|
|
|
db "Anyone who stands"
|
|
next "beside it becomes"
|
|
next "refreshed, just as"
|
|
page "if they were"
|
|
next "relaxing in a"
|
|
next "sunny forest.@"
|