From d5ce6f389452931b329f80d8bcd7843fe736f04b Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Fri, 10 May 2024 12:00:11 +0100 Subject: [PATCH] Make Let's Go Jungle Rev A Work --- src/lindbergh/config.c | 5 +++-- src/lindbergh/patch.c | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lindbergh/config.c b/src/lindbergh/config.c index 1b6de97..90c8f29 100644 --- a/src/lindbergh/config.c +++ b/src/lindbergh/config.c @@ -334,8 +334,9 @@ static int detectGame(uint32_t elf_crc) case LETS_GO_JUNGLE_REVA: { - config.gameTitle = "Lets Go Jungle Rev A"; - config.gameStatus = NOT_WORKING; + config.gameTitle = "Let's Go Jungle! Lost on the Island of Spice! Rev A"; + config.gameDVP = "DVP-0011A"; + config.gameStatus = WORKING; return 0; } break; diff --git a/src/lindbergh/patch.c b/src/lindbergh/patch.c index c356edf..741135d 100644 --- a/src/lindbergh/patch.c +++ b/src/lindbergh/patch.c @@ -686,6 +686,7 @@ case VIRTUA_FIGHTER_5_FINAL_SHOWDOWN_REVA: // setVariable(0x082e1323, 0x00000550); // Set ResX // setVariable(0x082e1330, 0x00000300); // Set ResY } + break; case LETS_GO_JUNGLE: {