11 lines
239 B
NASM
11 lines
239 B
NASM
; MeganiumPokedexEntry: ; 0x1cca54
|
|
db "HERB@" ; species name
|
|
dw 511, 2220 ; height, weight
|
|
|
|
db "Anyone who stands"
|
|
next "beside it becomes"
|
|
next "refreshed, just as"
|
|
page "if they were"
|
|
next "relaxing in a"
|
|
next "sunny forest.@"
|