diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-09-10 20:40:19 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-09-10 20:40:19 -0700 |
commit | f570fb7fb69f1b3ad7c6a9031d7f4a71df72d207 (patch) | |
tree | cb02287efeca37f005bb66bc0cbbc94604b39478 /wram.asm | |
parent | 8d020f6e9f6cc3bd9bab43c3d2dfe8bfe439ffbc (diff) | |
parent | 53926402f8ca40a63bc7243755aba10fedbff912 (diff) |
Merge pull request #28 from iimarckus/battlemusic
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 |