diff options
author | dannye <33dannye@gmail.com> | 2020-12-14 13:03:18 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-12-14 13:03:18 -0600 |
commit | f4d31e19b0de7c9390f5645b551212ce2696b7b5 (patch) | |
tree | 64b7fa7f11b87b7c98bc1ea1b7bc171101c47ebc /src/wram.asm | |
parent | de98637af1bbb51d98cfdfc1555ce6f205f45401 (diff) |
Clean up some address comments
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wram.asm b/src/wram.asm index 9797034..ae6d10a 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -346,7 +346,7 @@ wBoosterTempNonEnergiesDrawn:: ; c400 ds $b wBoosterTempEnergiesDrawn:: ; c40b ds $b -wBoosterCardsDrawnEnd:: +wBoosterCardsDrawnEnd:: ; c416 ds $6a NEXTU @@ -1427,10 +1427,10 @@ wAIVenusaur2PlayAreaLocation:: ; ce05 wce06:: ; ce06 ; number of cards to be transferred by AI using Energy Trans. -wAINumberOfEnergyTransCards:: +wAINumberOfEnergyTransCards:: ; ce06 ; used for storing weakness of Player's Arena card ; in AI routine dealing with Shift Pkmn Power. -wAIDefendingPokemonWeakness:: +wAIDefendingPokemonWeakness:: ; ce06 ds $1 wce07:: ; ce07 @@ -2037,7 +2037,7 @@ NEXTU ; $00: passable (floor) ; $40: unpassable and talkable (NPC or talkable wall) ; $80: unpassable and untalkable (wall) -wPermissionMap:: +wPermissionMap:: ; d133 ds $100 ENDU @@ -2249,7 +2249,7 @@ wd3d0:: ; d3d0 wLoadedFlagBits:: ; d3d1 ds $1 -wEventFlags:: +wEventFlags:: ; d3d2 ds $40 ; 0 keeps looping, other values break the loop in RST20 |