mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
240 B
NASM
11 lines
240 B
NASM
; GirafarigPokedexEntry: ; 0x1d0446
|
|
db "LONG NECK@" ; species name
|
|
dw 411, 910 ; height, weight
|
|
|
|
db "When it is in"
|
|
next "danger, its tail"
|
|
next "uses some sort of"
|
|
page "mysterious powers"
|
|
next "to drive away the"
|
|
next "enemy.@"
|