summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/wram.asm b/wram.asm
index 644617fd..0321545c 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1778,7 +1778,7 @@ wEnemyNumAttacksLeft:: ; d06f
wEnemyConfusedCounter:: ; d070
ds 1
-wEnemyToxcCounter:: ; d071
+wEnemyToxicCounter:: ; d071
ds 1
wEnemyDisabledMove:: ; d072
@@ -2637,21 +2637,21 @@ wPlayerDirection:: ; d52a
; if the player is not moving, the last the direction in which the player moved
ds 1
-wTileSetBank:: ; d52b
+wTilesetBank:: ; d52b
ds 1
-wTileSetBlocksPtr:: ; d52c
+wTilesetBlocksPtr:: ; d52c
; maps blocks (4x4 tiles) to tiles
ds 2
-wTileSetGFXPtr:: ; d52e
+wTilesetGfxPtr:: ; d52e
ds 2
-wTileSetCollisionPtr:: ; d530
+wTilesetCollisionPtr:: ; d530
; list of all walkable tiles
ds 2
-wTileSetTalkingOverTiles:: ; d532
+wTilesetTalkingOverTiles:: ; d532
ds 3
wGrassTile:: ; d535