summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-08-21 16:27:04 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-08-21 16:27:04 -0400
commita775ff15062bedcd05d852ba62b711141f75e245 (patch)
treeaf21c3a8ffd93cd218b4968013e8aed284b60212 /main.asm
parent631393caae17541cbb363e5e019fb77a4a7f31a5 (diff)
Label some known WRAM labels from pokecrystal.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 56fd1730..3125b481 100644
--- a/main.asm
+++ b/main.asm
@@ -590,7 +590,7 @@ BugContest_SetCaughtContestMon:
GenerateBugContestMonStats: ; e781 (3:6781)
ld a, [wTempEnemyMonSpecies]
ld [wCurSpecies], a
- ld [wd004], a
+ ld [wCurPartySpecies], a
call GetBaseData
xor a
ld bc, PARTYMON_STRUCT_LENGTH