diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-08 16:06:13 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-08 16:06:13 -0500 |
commit | 5b7fc7b0fabec8461c9931cc31a15bf0b28cfe86 (patch) | |
tree | 535a2270f8b01f98f5d00db0a5c8c5dd17d66b11 /wram.asm | |
parent | 0549e3413f61e1166441f1630f4d5f2be25e9974 (diff) |
More battle tower shenanigans
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -213,7 +213,7 @@ wCurTrackDuty:: ds 1 wCurTrackIntensity:: ds 1 wCurTrackFrequency:: dw wc296:: ds 1 ; used only in an unused function -wc297:: ds 1 +wc297:: ds 1 ; used in MusicE0 and LoadNote CurMusicByte:: ; c298 ds 1 @@ -306,7 +306,7 @@ wc2be:: ds 1 CurSFX:: ; c2bf ; id of sfx currently playing ds 1 -wc2c0:: + wMapMusic:: ; c2c0 ds 1 @@ -1257,6 +1257,7 @@ wcd47:: ds 1 BGMapPalBuffer:: ; cd48 ds 1 ; 40 +wBTTempOTSprite:: wcd49:: ds 1 wcd4a:: ds 1 wcd4b:: ds 1 @@ -1365,6 +1366,7 @@ CurMove:: wNamedObjectTypeBuffer:: ds 1 ds 1 wJumptableIndex:: +wBattleTowerBattleEnded:: wcf63:: ds 1 wNrOfBeatenBattleTowerTrainers:: wMomBankDigitCursorPosition:: @@ -3039,7 +3041,9 @@ w3_d742:: battle_tower_struct w3_d742 ds -$22 wBTChoiceOfLvlGroup:: -w3_d800:: ds $400 +w3_d800:: ds $69 +w3_d869:: ds $2c +w3_d895:: ds $36b w3_dc00:: ds $168 w3_dd68:: ds $294 w3_dffc:: ds 4 |