summaryrefslogtreecommitdiff
path: root/src/rom3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rom3.c')
-rw-r--r--src/rom3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rom3.c b/src/rom3.c
index efaa1d97f..34746c1a8 100644
--- a/src/rom3.c
+++ b/src/rom3.c
@@ -101,9 +101,9 @@ void setup_poochyena_battle(void)
#if DEBUG
if (gUnknown_02023A14_50 & 0x80)
{
- ewram[0x160fd] = 0;
- ewram[0x160fe] = 0;
- ewram[0x160ff] = 0;
+ gSharedMem[0x160fd] = 0;
+ gSharedMem[0x160fe] = 0;
+ gSharedMem[0x160ff] = 0;
((u32 *) gBattleBuffersTransferData)[64]++;
}
#endif