diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-07-05 03:49:31 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-07-05 03:49:31 -0500 |
commit | 063900c7d707dd5bfc3ba2f1c45b1d2b5d83fb14 (patch) | |
tree | d1d1198692f2d06653ff6022ba4ca7345a46bebe /wram.asm | |
parent | f702fc7840e30f00c840ce619a1ea15d763438de (diff) | |
parent | b97d571e8e3de28f705b709d1446e0748678eb8c (diff) |
Merge pull request https://github.com/iimarckus/pokered/pull/95 from luckytyphlosion/master
and related bug fixes
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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" |