diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-11-18 18:29:24 -0500 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-11-18 18:29:24 -0500 |
| commit | dcaca64f5e4ab1e39a9004585c9223173611eaf2 (patch) | |
| tree | 027519dc8c9e60cd36d2bbb8606da426e43914e7 /wram.asm | |
| parent | Fix spritestatedata macros to be prefixed with w. (diff) | |
| download | pokeyellow-dcaca64f5e4ab1e39a9004585c9223173611eaf2.tar.gz pokeyellow-dcaca64f5e4ab1e39a9004585c9223173611eaf2.tar.xz pokeyellow-dcaca64f5e4ab1e39a9004585c9223173611eaf2.zip | |
Clean up pre-linkerscript remnants.
Diffstat (limited to 'wram.asm')
| -rwxr-xr-x | wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -205,7 +205,7 @@ wTempoModifier:: ; c0f2 ds 13 -SECTION "Sprite State Data", WRAM0[$c100] +SECTION "Sprite State Data", WRAM0 wSpriteDataStart:: @@ -318,7 +318,7 @@ wSprite15StateData2:: spritestatedata2 wSprite15StateData2 wSpriteDataEnd:: -SECTION "OAM Buffer", WRAM0[$c300] +SECTION "OAM Buffer", WRAM0 wOAMBuffer:: ; c300 ; buffer for OAM data. Copied to OAM by DMA @@ -3197,9 +3197,9 @@ wBoxMonNicksEnd:: ; dee2 wBoxDataEnd:: +; dee2 -SECTION "Stack", WRAM0[$df00] - ds $ff +SECTION "Stack", WRAM0 wStack:: ; dfff |
