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 | Start using text predef macros (diff) | |
| parent | Update sram.asm (diff) | |
| download | pokeyellow-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-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" |
