diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-08-21 16:27:04 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-08-21 16:27:04 -0400 |
commit | a775ff15062bedcd05d852ba62b711141f75e245 (patch) | |
tree | af21c3a8ffd93cd218b4968013e8aed284b60212 /main.asm | |
parent | 631393caae17541cbb363e5e019fb77a4a7f31a5 (diff) |
Label some known WRAM labels from pokecrystal.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |