From 27fa19fd343635fa8ef41587f91f54f6b3a3bb38 Mon Sep 17 00:00:00 2001 From: ikaros14 <70622899+ikaros14@users.noreply.github.com> Date: Mon, 4 Apr 2022 18:01:46 +0900 Subject: [PATCH] add "Coin Unlock" --- popn22lapistoria.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/popn22lapistoria.html b/popn22lapistoria.html index 94f085e..8f4e9bb 100644 --- a/popn22lapistoria.html +++ b/popn22lapistoria.html @@ -528,6 +528,10 @@ name : "Remove Timer", patches : [{offset : 0xF2EC6, off: [0x0F, 0x85], on : [0x90, 0xE9]}] }, + { + name : "Coin Unlock", + patches : [{offset : 0x132866, off: [0x00], on : [0x01]}] + }, ]), ]); });