diff --git a/build/components/jackal.TWL/wram_regs/wram_regs.c b/build/components/jackal.TWL/wram_regs/wram_regs.c index 882e0644..31adc841 100644 --- a/build/components/jackal.TWL/wram_regs/wram_regs.c +++ b/build/components/jackal.TWL/wram_regs/wram_regs.c @@ -105,9 +105,9 @@ u32 HYENA_WramReg[0x30/sizeof(u32)] = // WRAM Lock (u32)( - (0x00 << 0) | - (0x00 << 8) | - (0x00 << 16) | + (0x0F << 0) | + (0xFF << 8) | + (0xF8 << 16) | // WRAM-0/1 (0 << 24) |