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 | Merge pull request #325 from CelestialAmber/master (diff) | |
| download | pokeyellow-234aa7d4096ba1bd5ef7783f34ec2405e9c665a5.tar.gz pokeyellow-234aa7d4096ba1bd5ef7783f34ec2405e9c665a5.tar.xz pokeyellow-234aa7d4096ba1bd5ef7783f34ec2405e9c665a5.zip | |
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 |
