diff options
Diffstat (limited to 'data/pokedex/entries/lugia.asm')
-rw-r--r-- | data/pokedex/entries/lugia.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/lugia.asm b/data/pokedex/entries/lugia.asm new file mode 100644 index 000000000..c15345300 --- /dev/null +++ b/data/pokedex/entries/lugia.asm @@ -0,0 +1,10 @@ +; LugiaPokedexEntry: ; 0x1d17e9 + db "DIVING@" ; species name + dw 1701, 4760 ; height, weight + + db "It has an incred-" + next "ible ability to" + next "calm raging sto-" + page "rms. It is said" + next "that LUGIA appears" + next "when storms start.@" |