diff options
Diffstat (limited to 'data/pokemon/dex_entries/lapras.asm')
-rw-r--r-- | data/pokemon/dex_entries/lapras.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokemon/dex_entries/lapras.asm b/data/pokemon/dex_entries/lapras.asm new file mode 100644 index 000000000..550d6e12c --- /dev/null +++ b/data/pokemon/dex_entries/lapras.asm @@ -0,0 +1,10 @@ +; LaprasPokedexEntry: ; 0x1cc0cd + db "TRANSPORT@" ; species name + dw 802, 4850 ; height, weight + + db "This gentle" + next "#MON loves to" + next "give people rides" + page "and provides a ve-" + next "ry comfortable way" + next "to get around.@" |