aboutsummaryrefslogtreecommitdiffstats
path: root/data/baseStats/rhydon.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-26 23:23:05 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-26 23:23:05 -0500
commitd7c5c8cf22c857830aae4da285c91e5e58c2cc02 (patch)
treee68f0dda79eda3f9bfe8aa69297cd58cc077e14a /data/baseStats/rhydon.asm
parentyet more naming (diff)
parentUse more wram labels and other constants (diff)
downloadpokeyellow-d7c5c8cf22c857830aae4da285c91e5e58c2cc02.tar.gz
pokeyellow-d7c5c8cf22c857830aae4da285c91e5e58c2cc02.tar.xz
pokeyellow-d7c5c8cf22c857830aae4da285c91e5e58c2cc02.zip
Merge branch 'master' of https://github.com/xCrystal/pokered
Diffstat (limited to 'data/baseStats/rhydon.asm')
-rwxr-xr-xdata/baseStats/rhydon.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/baseStats/rhydon.asm b/data/baseStats/rhydon.asm
index 9f005b84..2d844a3d 100755
--- a/data/baseStats/rhydon.asm
+++ b/data/baseStats/rhydon.asm
@@ -1,3 +1,4 @@
+MonBaseStats:
RhydonBaseStats: ; 39002 (e:5002)
db DEX_RHYDON ; pokedex id
db 105 ; base hp
@@ -27,3 +28,4 @@ db %10100010
db %10001000
db %00110010
db 0 ; padding
+MonBaseStatsEnd: