From 48a346320dc512b7574e3167c3d8814e55d9c93a Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Tue, 10 Oct 2023 02:10:46 -0300 Subject: [PATCH] contquery --- src/main/contquery.c | 5 +++++ yamls/us/main.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/main/contquery.c diff --git a/src/main/contquery.c b/src/main/contquery.c new file mode 100644 index 00000000..9d38dc9f --- /dev/null +++ b/src/main/contquery.c @@ -0,0 +1,5 @@ +#include "common.h" + +#pragma GLOBAL_ASM("asm/us/nonmatchings/main/contquery/func_80020870.s") + +#pragma GLOBAL_ASM("asm/us/nonmatchings/main/contquery/func_800208F4.s") diff --git a/yamls/us/main.yaml b/yamls/us/main.yaml index 8d3fb625..2ef0ad88 100644 --- a/yamls/us/main.yaml +++ b/yamls/us/main.yaml @@ -34,7 +34,7 @@ - [0x20F80, c, contreaddata] - [0x211E0, c, recvmesg] - [0x21320, c, sendmesg] - - [0x21470, asm, contquery] + - [0x21470, c, contquery] - [0x21520, asm] - [0x21B40, asm, perspective] - [0x21DD0, c, lookat]