fix memory allocation start address

This commit is contained in:
Matteias Collet 2021-07-24 09:09:51 +02:00
parent 0c96876936
commit dd9a459693
3 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@ When adding new codes keep in mind that the English title/description are mandat
#### Reserved Memory
Some codes store some states in the games memory starting from address 0x81F70000. To avoid collisions use a memory range in the unallocated ranges:
Some codes store some states in the games memory starting from address 0x817F0000. To avoid collisions use a memory range in the unallocated ranges:
![](./docs/reserved_memory.png)

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 33 KiB