mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
6ab1d028bb
Move some data into a pokemon/ subdirectory
11 lines
245 B
NASM
11 lines
245 B
NASM
; TyranitarPokedexEntry: ; 0x1d177b
|
|
db "ARMOR@" ; species name
|
|
dw 607, 4450 ; height, weight
|
|
|
|
db "In just one of its"
|
|
next "mighty hands, it"
|
|
next "has the power to"
|
|
page "make the ground"
|
|
next "shake and moun-"
|
|
next "tains crumble.@"
|