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
245 B
NASM
11 lines
245 B
NASM
; OctilleryPokedexEntry: ; 0x1d0d42
|
|
db "JET@" ; species name
|
|
dw 211, 630 ; height, weight
|
|
|
|
db "Its instinct is to"
|
|
next "bury itself in"
|
|
next "holes. It often"
|
|
page "steals the nesting"
|
|
next "holes of others to"
|
|
next "sleep in them.@"
|