diff options
author | iimarckus <iimarckus@gmail.com> | 2021-04-12 12:35:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 14:35:13 -0400 |
commit | 87faa77b5b2838cd2fd873e2ed87f1ddf37683c1 (patch) | |
tree | a68b2bc9ff05fa440b42a835e0253616f9d492bb /layout.link | |
parent | 2fe0cbbb19df504723934f39473064033c64ef6f (diff) |
Remove some unnecessary padding allocations
Diffstat (limited to 'layout.link')
-rw-r--r-- | layout.link | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layout.link b/layout.link index 88a950622..54c832dc9 100644 --- a/layout.link +++ b/layout.link @@ -311,6 +311,7 @@ WRAM0 "Stack" "Audio RAM" "WRAM" + align 8 "wSpriteAnims" align 8 "Sprites" @@ -318,6 +319,7 @@ WRAM0 "Miscellaneous" align 8 "Overworld Map" + align 4 "Video" WRAMX 1 "WRAM 1" |