From 28f896faaecc3044efc453d358e79706c7bcabf8 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 22 Dec 2023 15:26:33 -0800 Subject: [PATCH] fix class name in Ep3 quest buffer code --- system/ppc/Episode3USAQuestBufferOverflow.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/ppc/Episode3USAQuestBufferOverflow.s b/system/ppc/Episode3USAQuestBufferOverflow.s index 89ed28e8..e444291b 100644 --- a/system/ppc/Episode3USAQuestBufferOverflow.s +++ b/system/ppc/Episode3USAQuestBufferOverflow.s @@ -148,7 +148,7 @@ handle_B2: stw [r1 + 0x44], r0 # Arguments: - # r3 = PSONetworkContext* ctx (we use this to call the send function) + # r3 = TProtocol* proto (we use this to call the send function) # r4 = void* data # Returns: void @@ -244,7 +244,7 @@ handle_B2_skip_code: mtctr r4 addi r4, r1, 0x08 li r5, 0x0C - bctrl # PSONetworkContext::send_command(ctx, &reply_data, 0x0C) + bctrl # TProtocol::send_command(ctx, &reply_data, 0x0C) # Clean up stack and return lwz r0, [r1 + 0x44]