You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
11 lines
254 B
NASM
11 lines
254 B
NASM
; TogeticPokedexEntry: ; 0x1cd402
|
|
db "HAPPINESS@" ; species name
|
|
dw 200, 70 ; height, weight
|
|
|
|
db "Although it does"
|
|
next "not flap its wings"
|
|
next "very much, it can"
|
|
page "stay up in the air"
|
|
next "as it tags along"
|
|
next "after its trainer.@"
|