-
Notifications
You must be signed in to change notification settings - Fork 1
Heaps
Seeky edited this page Dec 27, 2024
·
3 revisions
The game's memory is split into 9 main heaps, or 10 in Korean:
Id | Name | Notes |
---|---|---|
0 | Main | |
1 | Map | Cleared on map change |
2 | Unused | |
3 | Ext | Seems linked to the graphical effect for showing many NPCs at once (Dimentio clones, cutscene audiences, ...) |
4 | Effect | Visual effects such as footsteps |
5 | WPAD | Given to SDK controller library |
6 | Sound | Given to NW4R sound |
7 | Smart | Automatically compacted and garbage collected |
8 | Unused | (Non-Korean only) |
8 | Font | (Korean only) |
9 | Unused | (Korean only) |
The sizes and locations of these vary by version