diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-02-18 17:37:29 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-02-18 17:37:29 -0600 |
commit | 5388d28bf33b38bb8dbb825564491feaa89c1787 (patch) | |
tree | 3fc340e68d9f0409ae19470cba24786af3037031 /src/field/party_menu.c | |
parent | 605c4b66f0d53198413a3ebe69171eefa193f3b0 (diff) |
decompile more debug code
Diffstat (limited to 'src/field/party_menu.c')
-rw-r--r-- | src/field/party_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/party_menu.c b/src/field/party_menu.c index c492307d3..9caaa05b9 100644 --- a/src/field/party_menu.c +++ b/src/field/party_menu.c @@ -726,7 +726,7 @@ bool8 InitPartyMenu(void) SetVBlankCallback(VBlankCB_PartyMenu); #if DEBUG if (gLinkOpen == TRUE) - debug_sub_8008218((void *)(VRAM + 0xE5E0), (void *)0x8000, (void *)(VRAM + 0x7800), 2); + debug_sub_8008218((void *)(VRAM + 0xE5E0), 0x8000, (void *)(VRAM + 0x7800), 2); #endif return TRUE; } |