diff options
| author | dannye <33dannye@gmail.com> | 2021-05-31 17:01:33 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2021-05-31 17:01:33 -0500 |
| commit | 25b568cb984a3a115c957df45738472da6aeafa0 (patch) | |
| tree | 2980222de85eb7e0e2b79da46a68c83f54e5e6c5 /layout.link | |
| parent | Merge branch 'master' of https://github.com/pret/pokered (diff) | |
| parent | Use more WRAM sections (diff) | |
| download | pokeyellow-25b568cb984a3a115c957df45738472da6aeafa0.tar.gz pokeyellow-25b568cb984a3a115c957df45738472da6aeafa0.tar.xz pokeyellow-25b568cb984a3a115c957df45738472da6aeafa0.zip | |
Merge branch 'master' of https://github.com/pret/pokered
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 605425e0..e29a1f91 100644 --- a/layout.link +++ b/layout.link @@ -227,13 +227,19 @@ ROMX $3F "Overworld Pikachu" "NPC Sprites 3" WRAM0 - "WRAM" + "Audio RAM" org $c100 "Sprite State Data" org $c300 "OAM Buffer" + "Tilemap" + "Overworld Map" + "WRAM" WRAMX $1 "WRAM Bank 1" + "Party Data" + "Main Data" + "Current Box Data" org $df15 "Stack" VRAM $0 |
