diff options
author | yenatch <yenatch@gmail.com> | 2013-04-29 16:32:05 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-29 16:32:05 -0400 |
commit | 94cdb091c9dc09da8efab21c0676471b0d38d96a (patch) | |
tree | eed6e8d2398cd9af3ccc421a16a672d61cd37b39 /wram.asm | |
parent | 620d5c09c70d85a07bc9c55875db971ac3cd7097 (diff) |
i have a clue what most of this does
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1104,6 +1104,7 @@ EnemyMonMaxHPHi: ; d218 EnemyMonMaxHPLo: ; d219 ds 1 +EnemyMonStats: EnemyMonAtk: ; d21a ds 2 EnemyMonDef: ; d21c @@ -1114,6 +1115,7 @@ EnemyMonSpclAtk: ; d220 ds 2 EnemyMonSpclDef: ; d222 ds 2 +EnemyMonStatsEnd EnemyMonType1: ; d224 ds 1 |