diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-31 17:17:03 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-05-31 17:17:03 -0400 |
commit | 234aa7d4096ba1bd5ef7783f34ec2405e9c665a5 (patch) | |
tree | cef610bc10c8fba66684c4160a3dd16bea97b645 /layout.link | |
parent | f3dbec09a89d1ef816da83228e67a27c8df0be89 (diff) |
Use more WRAM sections
Diffstat (limited to 'layout.link')
-rw-r--r-- | layout.link | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/layout.link b/layout.link index 1ac07b3f..0c7096cb 100644 --- a/layout.link +++ b/layout.link @@ -178,10 +178,16 @@ ROMX $2B ROMX $2C "Move Names" WRAM0 - "WRAM" + "Audio RAM" org $c100 "Sprite State Data" "OAM Buffer" + "Tilemap" + "Overworld Map" + "WRAM" + "Party Data" + "Main Data" + "Current Box Data" org $df00 "Stack" VRAM |