mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
e39c8afbf2
Some people suggested this would be a good idea, and make management of the files easier. I'm inclined to agree.
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.@"
|