diff options
author | padz <yenatch@github.com> | 2012-04-19 00:54:46 -0400 |
---|---|---|
committer | padz <yenatch@github.com> | 2012-04-19 00:54:46 -0400 |
commit | 0784a952afbd2dea5bdfaafa052134c37ae01467 (patch) | |
tree | 79ec008a5a8e5b7f440c23ef738df28fb791e90d | |
parent | 534469658c2b4ac1227dd3f2bc76b9d9b02d9d59 (diff) |
accidentally repeated some labels
-rw-r--r-- | wram.asm | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |