From 7cc348d2c40c2a009cf88027a13cded3c0ed78ca Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:04:12 +0800 Subject: [PATCH] [saco] Implement/match `UpdatePads()` --- saco/game/game.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/saco/game/game.cpp b/saco/game/game.cpp index 7a81a18..728e2f0 100644 --- a/saco/game/game.cpp +++ b/saco/game/game.cpp @@ -173,6 +173,12 @@ void DIResetMouse() _asm call edx } +void UpdatePads() +{ + _asm mov edx, 0x541DD0 + _asm call edx +} + void CGame::InitGame() { // Create a buffer for game text.