From ea382cd80017dd4adca35c5e31a04d327283fdf9 Mon Sep 17 00:00:00 2001 From: Andy Hefner Date: Sat, 2 Jan 2021 20:58:52 -0500 Subject: [PATCH] Fix commented address of ProcessSMInput C23C is the actually address of ProcessOWInput.. seemed to be duplicated for ProcessSMInput --- Final Fantasy Disassembly/bank_0F.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Final Fantasy Disassembly/bank_0F.asm b/Final Fantasy Disassembly/bank_0F.asm index 15b75fd..1e957e7 100644 --- a/Final Fantasy Disassembly/bank_0F.asm +++ b/Final Fantasy Disassembly/bank_0F.asm @@ -2296,7 +2296,7 @@ StandardMapLoop: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; -;; Process SM input [$C23C :: 0x3C24C] +;; Process SM input [$C9C4 :: 0x3C9D4] ;; ;; Updates joy data and does input processing for standard maps. Shouldn't ;; be called when player is in motion.