aboutsummaryrefslogtreecommitdiffstats
path: root/wram.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-05 03:49:31 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-05 03:49:31 -0500
commit063900c7d707dd5bfc3ba2f1c45b1d2b5d83fb14 (patch)
treed1d1198692f2d06653ff6022ba4ca7345a46bebe /wram.asm
parentStart using text predef macros (diff)
parentUpdate sram.asm (diff)
downloadpokeyellow-063900c7d707dd5bfc3ba2f1c45b1d2b5d83fb14.tar.gz
pokeyellow-063900c7d707dd5bfc3ba2f1c45b1d2b5d83fb14.tar.xz
pokeyellow-063900c7d707dd5bfc3ba2f1c45b1d2b5d83fb14.zip
Merge pull request https://github.com/iimarckus/pokered/pull/95 from luckytyphlosion/master
and related bug fixes
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm10
1 files changed, 1 insertions, 9 deletions
diff --git a/wram.asm b/wram.asm
index 5f425d4f..6d201fc8 100755
--- a/wram.asm
+++ b/wram.asm
@@ -2296,12 +2296,4 @@ wStack:: ; dfff
ds -$100
-SECTION "Sprite Buffers", SRAM, BANK[0]
-
-S_SPRITEBUFFER0:: ds SPRITEBUFFERSIZE ; a000
-S_SPRITEBUFFER1:: ds SPRITEBUFFERSIZE ; a188
-S_SPRITEBUFFER2:: ds SPRITEBUFFERSIZE ; a310
-
- ds $100
-
-sHallOfFame:: ds HOF_TEAM * NUM_HOF_TEAMS ; a598
+INCLUDE "sram.asm"