summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorpadz <yenatch@github.com>2012-04-19 00:54:46 -0400
committerpadz <yenatch@github.com>2012-04-19 00:54:46 -0400
commit0784a952afbd2dea5bdfaafa052134c37ae01467 (patch)
tree79ec008a5a8e5b7f440c23ef738df28fb791e90d /wram.asm
parent534469658c2b4ac1227dd3f2bc76b9d9b02d9d59 (diff)
accidentally repeated some labels
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/wram.asm b/wram.asm
index 77137d29d..66f57fd4d 100644
--- a/wram.asm
+++ b/wram.asm
@@ -407,12 +407,12 @@ PartyMon6Happiness: ; 0xddea
ds 1
PartyMon6PokerusStatus: ; 0xddeb
ds 1
-PartyMon5CaughtData: ; 0xddec
-PartyMon5CaughtTime: ; 0xddec
-PartyMon5CaughtLevel ; 0xddec
+PartyMon6CaughtData: ; 0xddec
+PartyMon6CaughtTime: ; 0xddec
+PartyMon6CaughtLevel ; 0xddec
ds 1
-PartyMon5CaughtGender: ; 0xdded
-PartyMon5CaughtLocation: ; 0xdded
+PartyMon6CaughtGender: ; 0xdded
+PartyMon6CaughtLocation: ; 0xdded
ds 1
PartyMon6Level: ; 0xddee
ds 1