summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTal Hayon <talhayon1@gmail.com>2022-05-09 00:45:02 +0300
committerTal Hayon <talhayon1@gmail.com>2022-05-09 00:45:02 +0300
commit617ec1b4842d477455cac51cf512fc0bd95a522a (patch)
tree7faaf347ac71fac68fb2f153f4974cf02db9ceac /src
parentd92737285e54cfbf87bac8591069fcbcea72ade0 (diff)
Match sub_08018AB4
Diffstat (limited to 'src')
-rw-r--r--src/kinstone.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/kinstone.c b/src/kinstone.c
index f1600ba4..5d0cceef 100644
--- a/src/kinstone.c
+++ b/src/kinstone.c
@@ -4,6 +4,25 @@
#include "common.h"
#include "flags.h"
+void sub_08018AB4(int param_1) {
+ u32 i;
+ int iVar2;
+ u32 j;
+ int iVar6;
+
+ iVar2 = 0x1e8;
+ iVar6 = 500;
+
+ for (i = 0; i < 3; i++) {
+ j = 0;
+ for (; j < 4; j++) {
+ SetTileType(iVar2++, param_1 + j, 1);
+ SetTileType(iVar6++, param_1 - 0x40 + j, 2);
+ }
+ param_1 += 0x40;
+ }
+}
+
void sub_08018B10(int param_1) {
int iVar1;
u32 index;