* fix more AES bugs

* fix ass-stupid bug with NWRAM mapping
This commit is contained in:
Arisotura
2019-06-20 01:36:10 +02:00
parent 95f4c1472b
commit 3d9e6c5c66
2 changed files with 41 additions and 11 deletions

View File

@ -52,8 +52,8 @@ u8 NWRAM_B[0x40000];
u8 NWRAM_C[0x40000];
u8* NWRAMMap_A[2][4];
u8* NWRAMMap_B[3][4];
u8* NWRAMMap_C[3][4];
u8* NWRAMMap_B[3][8];
u8* NWRAMMap_C[3][8];
u32 NWRAMStart[2][3];
u32 NWRAMEnd[2][3];