mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
244 B
NASM
9 lines
244 B
NASM
|
; WartortlePokedexEntry: ; 0x181993
|
||
|
db "TURTLE@" ; species name
|
||
|
dw 303, 500; height, width
|
||
|
|
||
|
db "Its long, furry", $4e, "tail is a symbol", $4e, "of longevity,@"
|
||
|
db "making it quite", $4e, "popular among", $4e, "older people.@"
|
||
|
; 0x1819f9
|
||
|
|