mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
9 lines
250 B
NASM
9 lines
250 B
NASM
|
; MeowthPokedexEntry: ; 0x182c08
|
||
|
db "SCRATCHCAT@" ; species name
|
||
|
dw 104, 90; height, width
|
||
|
|
||
|
db "It loves things", $4e, "that sparkle. When", $4e, "it sees a shiny@"
|
||
|
db "object, the gold", $4e, "coin on its head", $4e, "shines too.@"
|
||
|
; 0x182c78
|
||
|
|