diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-09-10 21:36:50 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-09-10 21:36:50 -0600 |
commit | 53926402f8ca40a63bc7243755aba10fedbff912 (patch) | |
tree | 95823204320ec2fdb085160bfba0933290ca2e47 /wram.asm | |
parent | 3501a0be8cfda7505743051668451b17a0b5337d (diff) |
Confirmed: this RAM location represents link battle.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +SECTION "linkbattle",BSS[$c2dc] + +InLinkBattle: ; 0xc2dc + ds 1 ; nonzero when in a link battle + SECTION "BattleMons",BSS[$c62a] BattleMonSpecies: ; c62a |