diff options
Diffstat (limited to 'stats/pokedex/entries/171.asm')
-rw-r--r-- | stats/pokedex/entries/171.asm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/stats/pokedex/entries/171.asm b/stats/pokedex/entries/171.asm index 2c91f950b..5ec3afdfc 100644 --- a/stats/pokedex/entries/171.asm +++ b/stats/pokedex/entries/171.asm @@ -1,8 +1,12 @@ ; LanturnPokedexEntry: ; 0x1cd1de db "LIGHT@" ; species name - dw 311, 500; height, width + dw 311, 500 ; height, width - db "This #MON uses", $4e, "the bright part of", $4e, "its body, which@" - db "changed from a", $4e, "dorsal fin, to", $4e, "lure prey.@" + db "This #MON uses" + next "the bright part of" + next "its body, which" + page "changed from a" + next "dorsal fin, to" + next "lure prey.@" ; 0x1cd243 |