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
242 B
NASM
11 lines
242 B
NASM
; MeowthPokedexEntry: ; 0x182c08
|
|
db "SCRATCHCAT@" ; species name
|
|
dw 104, 90 ; height, weight
|
|
|
|
db "It loves things"
|
|
next "that sparkle. When"
|
|
next "it sees a shiny"
|
|
page "object, the gold"
|
|
next "coin on its head"
|
|
next "shines too.@"
|