mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
13 lines
258 B
NASM
13 lines
258 B
NASM
; SentretPokedexEntry: ; 0x1ccd6b
|
|
db "SCOUT@" ; species name
|
|
dw 207, 130 ; height, width
|
|
|
|
db "When acting as a"
|
|
next "lookout, it warns"
|
|
next "others of danger"
|
|
page "by screeching and"
|
|
next "hitting the ground"
|
|
next "with its tail.@"
|
|
; 0x1ccddd
|
|
|