From 6e4ce456597cabaaa45aac83bbd2f4c90580dca8 Mon Sep 17 00:00:00 2001 From: Gericom Date: Wed, 12 Aug 2020 13:13:29 +0200 Subject: [PATCH] Added missing ; --- arm9/source/gamePatches.vram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/gamePatches.vram.cpp b/arm9/source/gamePatches.vram.cpp index f3d9cfd..44f0742 100644 --- a/arm9/source/gamePatches.vram.cpp +++ b/arm9/source/gamePatches.vram.cpp @@ -161,7 +161,7 @@ void gptc_patchRom() //Dragon Ball Z - Buu's Fury (USA) //Fix "game will not run on this hardware" error if (*(u16*)(MAIN_MEMORY_ADDRESS_ROM_DATA + 0x8B66) == 0x7032) - *(u16*)(MAIN_MEMORY_ADDRESS_ROM_DATA + 0x8B66) = 0 + *(u16*)(MAIN_MEMORY_ADDRESS_ROM_DATA + 0x8B66) = 0; if (*(u16*)(MAIN_MEMORY_ADDRESS_ROM_DATA + 0x8B6A) == 0x7072) *(u16*)(MAIN_MEMORY_ADDRESS_ROM_DATA + 0x8B6A) = 0;