summaryrefslogtreecommitdiff
path: root/engine/mon_stats.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/mon_stats.asm')
-rw-r--r--engine/mon_stats.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/mon_stats.asm b/engine/mon_stats.asm
index 1a08b2be5..a297b7760 100644
--- a/engine/mon_stats.asm
+++ b/engine/mon_stats.asm
@@ -174,7 +174,7 @@ Predef_GetGender: ; 50bdd
; sBoxMon data is read directly from SRAM.
ld a, [MonType]
cp BOXMON
- ld a, 1
+ ld a, BANK(sBox)
call z, GetSRAMBank
; Attack DV