diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 14:45:24 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-07 14:45:24 -0400 |
commit | b945988a0af9de9a37d95be8b117f395bc6e5592 (patch) | |
tree | 7829c1ddbfd3ebc4d9538c3cf2332df49efac687 /wram.asm | |
parent | 1e593d8f8cd07e1072992dc1fc962b6de7508aad (diff) |
Names for more SECTIONs
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ INCLUDE "macros/wram.asm" INCLUDE "vram.asm" -SECTION "WRAM Bank 0", WRAM0 +SECTION "WRAM", WRAM0 wUnusedC000:: ds 1 |