mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
242 B
NASM
9 lines
242 B
NASM
|
; RattataPokedexEntry: ; 0x181e3d
|
||
|
db "RAT@" ; species name
|
||
|
dw 100, 80; height, width
|
||
|
|
||
|
db "This #MON's", $4e, "impressive vital-", $4e, "ity allows it to@"
|
||
|
db "live anywhere. It", $4e, "also multiplies", $4e, "very quickly.@"
|
||
|
; 0x181ea3
|
||
|
|