summaryrefslogtreecommitdiff
path: root/data/pokemon/base_stats/shellder.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi@gmail.com>2018-05-29 18:28:09 -0400
committerRangi <remy.oukaour+rangi@gmail.com>2018-05-29 18:28:09 -0400
commit4dae251976d69eed7ea81478ea87cec032e58410 (patch)
tree2aa38895b6600222727c09303df4ec5e729c3bb4 /data/pokemon/base_stats/shellder.asm
parent22c1315dd51eb90be491b8a7f6a73c5d15127737 (diff)
parent8ef0fc660d3be9378175efed2450d8c1d979e01e (diff)
Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworld
Diffstat (limited to 'data/pokemon/base_stats/shellder.asm')
-rw-r--r--data/pokemon/base_stats/shellder.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/pokemon/base_stats/shellder.asm b/data/pokemon/base_stats/shellder.asm
index 4d160f6..6b20b37 100644
--- a/data/pokemon/base_stats/shellder.asm
+++ b/data/pokemon/base_stats/shellder.asm
@@ -10,9 +10,10 @@
db GENDER_50_50 ; gender ratio
db 100, 4, 70 ; unknown
dn 5, 5 ; sprite dimensions
- dw $63b0, $64ba ; sprites
+ dw ShellderPicFront, dw ShellderPicBack ; sprites
db GROWTH_SLOW ; growth rate
; tm/hm learnset
tmhm 6, 9, 10, 11, 12, 13, 14, 20, 30, 31, 32, 33, 34, 36, 39, 44, 47, 49, 50, 53
; end
+