aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp
index 6272f88..991995d 100644
--- a/src/NDS.cpp
+++ b/src/NDS.cpp
@@ -1548,7 +1548,8 @@ void debug(u32 param)
// printf("VRAM %c: %02X\n", 'A'+i, GPU::VRAMCNT[i]);
FILE*
- shit = fopen("debug/manic.bin", "wb");
+ shit = fopen("debug/party.bin", "wb");
+ fwrite(ARM9->ITCM, 0x8000, 1, shit);
for (u32 i = 0x02000000; i < 0x02400000; i+=4)
{
u32 val = ARM7Read32(i);