From d9883945954a30e4b753ecbd5d807f4b6cd2a38a Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Thu, 12 Aug 2021 17:26:01 -0700 Subject: More data dumping and some code cleaning (#46) * more data dumping and some code cleaning * split out cutscene scripts * initial start at script conversion * more script work * use correct type * clearer up struct field names * split known scripts into seperate files * no need to preproc pure ascii strings in debug * more cutscene work * split out personality test scripts * solidify text macros and doc some dungeon fields * more scripting work --- asm/code_8098BDC.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm/code_8098BDC.s') diff --git a/asm/code_8098BDC.s b/asm/code_8098BDC.s index e068e60..1f43a87 100644 --- a/asm/code_8098BDC.s +++ b/asm/code_8098BDC.s @@ -632,7 +632,7 @@ _080994B0: movs r1, 0x1 movs r2, 0x1 bl sub_800641C - bl sub_80A4AEC + bl GroundMap_Reset bl sub_809D0BC mov r0, r10 bl GroundMap_Select -- cgit v1.2.3