mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
11 lines
234 B
NASM
11 lines
234 B
NASM
; RattataPokedexEntry: ; 0x181e3d
|
|
db "RAT@" ; species name
|
|
dw 100, 80 ; height, width
|
|
|
|
db "This #MON's"
|
|
next "impressive vital-"
|
|
next "ity allows it to"
|
|
page "live anywhere. It"
|
|
next "also multiplies"
|
|
next "very quickly.@"
|