mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
9 lines
236 B
NASM
9 lines
236 B
NASM
|
; SpearowPokedexEntry: ; 0x181f03
|
||
|
db "TINY BIRD@" ; species name
|
||
|
dw 100, 40; height, width
|
||
|
|
||
|
db "To protect its", $4e, "territory, it", $4e, "flies around@"
|
||
|
db "ceaselessly,", $4e, "making high-", $4e, "pitched cries.@"
|
||
|
; 0x181f64
|
||
|
|