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 | Remove c1x*/c2x* comments, use struct offset constants (diff) | |
| download | pokeyellow-b945988a0af9de9a37d95be8b117f395bc6e5592.tar.gz pokeyellow-b945988a0af9de9a37d95be8b117f395bc6e5592.tar.xz pokeyellow-b945988a0af9de9a37d95be8b117f395bc6e5592.zip | |
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 |
