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
234 B
NASM
11 lines
234 B
NASM
; SnorlaxPokedexEntry: ; 0x1cc5cf
|
|
db "SLEEPING@" ; species name
|
|
dw 611, 10140 ; height, weight
|
|
|
|
db "This #MON's"
|
|
next "stomach is so"
|
|
next "strong, even"
|
|
page "eating moldy or"
|
|
next "rotten food will"
|
|
next "not affect it.@"
|