Skip to content

Commit

Permalink
exoption REL support (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ComplexPlane authored Nov 20, 2023
1 parent 9fe851e commit 3dd712a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/java/supermonkeyballtools/GameModuleIndex.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ private void ensureRegionMemoryList(Program program) {
new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.tennis_.data2", new RelSection(19, 4), 0x1375L, 0x809e2c04L, 0x80911160L, null),
new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.tennis_.data3", new RelSection(19, 5), 0x952fL, 0x809e3f79L, 0x809124d8L, null),
new GameMemoryRegion(RegionType.BSS, "mkb2.tennis_.uninitialized0", new RelSection(19, 6), 0x1118L, 0x809ed4a8L, 0x8092caa0L, null),
// new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.text0", 0x2ec4L, 0x809ee5c0L, RAMADDR, null),
// new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.data0", 0x4L, 0x809f1484L, RAMADDR, null),
// new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.data1", 0x4L, 0x809f1488L, RAMADDR, null),
// new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.data2", 0x100L, 0x809f148cL, RAMADDR, null),
// new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.data3", 0x51eL, 0x809f158cL, RAMADDR, null),
// new GameMemoryRegion(RegionType.BSS, "mkb2.exoption_.uninitialized0", 0x80L, 0x809f1ab0L, RAMADDR, null),
new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.text0", new RelSection(20, 1), 0x2ec4L, 0x809ee5c0L, 0x808f40b0L, null),
new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.data0", new RelSection(20, 2), 0x4L, 0x809f1484L, 0x808f6f74L, null),
new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.data1", new RelSection(20, 3), 0x4L, 0x809f1488L, 0x808f6f78L, null),
new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.data2", new RelSection(20, 4), 0x100L, 0x809f148cL, 0x808f6f80L, null),
new GameMemoryRegion(RegionType.INITIALIZED, "mkb2.exoption_.data3", new RelSection(20, 5), 0x51eL, 0x809f158cL, 0x808f7080L, null),
new GameMemoryRegion(RegionType.BSS, "mkb2.exoption_.uninitialized0", new RelSection(20, 6), 0x80L, 0x809f1ab0L, 0x808f759eL, null),
new GameMemoryRegion(RegionType.HARDWARE, "CP", null, 0x80L, 0xcc000000L, 0xcc000000L, null),
new GameMemoryRegion(RegionType.HARDWARE, "PE", null, 0x100L, 0xcc001000L, 0xcc001000L, null),
new GameMemoryRegion(RegionType.HARDWARE, "VI", null, 0x100L, 0xcc002000L, 0xcc002000L, null),
Expand Down

0 comments on commit 3dd712a

Please sign in to comment.