aboutsummaryrefslogtreecommitdiffstats
path: root/sram.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-11 15:45:24 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-11 15:45:24 -0500
commit269f2c3ba72776e975f5b00d9a1361cadbda42a7 (patch)
tree459220542fcbfbd48b9725b48597b5740ee1ec0f /sram.asm
parentClean up main.asm (diff)
downloadpokeyellow-269f2c3ba72776e975f5b00d9a1361cadbda42a7.tar.gz
pokeyellow-269f2c3ba72776e975f5b00d9a1361cadbda42a7.tar.xz
pokeyellow-269f2c3ba72776e975f5b00d9a1361cadbda42a7.zip
Sync with pokered
from August 29, 2015 to April 6, 2016
Diffstat (limited to 'sram.asm')
-rw-r--r--sram.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/sram.asm b/sram.asm
index 9f49d9ca..3e7b3e16 100644
--- a/sram.asm
+++ b/sram.asm
@@ -1,8 +1,8 @@
SECTION "Sprite Buffers", SRAM, BANK[0]
-S_SPRITEBUFFER0:: ds SPRITEBUFFERSIZE ; a000
-S_SPRITEBUFFER1:: ds SPRITEBUFFERSIZE ; a188
-S_SPRITEBUFFER2:: ds SPRITEBUFFERSIZE ; a310
+sSpriteBuffer0:: ds SPRITEBUFFERSIZE ; a000
+sSpriteBuffer1:: ds SPRITEBUFFERSIZE ; a188
+sSpriteBuffer2:: ds SPRITEBUFFERSIZE ; a310
ds $100