diff options
Diffstat (limited to 'data/pokedex/entries/togetic.asm')
-rw-r--r-- | data/pokedex/entries/togetic.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/pokedex/entries/togetic.asm b/data/pokedex/entries/togetic.asm new file mode 100644 index 000000000..7d1519d73 --- /dev/null +++ b/data/pokedex/entries/togetic.asm @@ -0,0 +1,10 @@ +; TogeticPokedexEntry: ; 0x1cd402 + db "HAPPINESS@" ; species name + dw 200, 70 ; height, weight + + db "Although it does" + next "not flap its wings" + next "very much, it can" + page "stay up in the air" + next "as it tags along" + next "after its trainer.@" |