mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
11 lines
233 B
NASM
11 lines
233 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.@"
|