summaryrefslogtreecommitdiff
path: root/src/code_0808091C.c
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2021-11-06 21:42:53 -0700
committertheo3 <arisstephenson2@gmail.com>2021-11-06 21:42:53 -0700
commite6eeeefc50d5e7e4578443ea1f976de694fdb852 (patch)
tree0d6c4bc01a628fa11bb3330327b48604321af35b /src/code_0808091C.c
parent3592e47cd6167082e866b1a391781995df253c3b (diff)
merge entity.c
Diffstat (limited to 'src/code_0808091C.c')
-rw-r--r--src/code_0808091C.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_0808091C.c b/src/code_0808091C.c
index 9fc8718f..49c654d7 100644
--- a/src/code_0808091C.c
+++ b/src/code_0808091C.c
@@ -8,7 +8,7 @@ extern void sub_08080BC4(void);
extern u32 gUnk_0200B650;
extern u32 gUnk_02025EB0;
-extern u8 gUnk_02000070;
+extern u8 gUpdateVisibleTiles;
void sub_080808D8(void) {
gScreenTransition.transitionType = 0;
@@ -89,7 +89,7 @@ void sub_08080974(u32 arg0, u32 arg1) {
}
sub_080809D4();
- gUnk_02000070 = 1;
+ gUpdateVisibleTiles = 1;
}
void sub_080809D4(void) {
@@ -128,5 +128,5 @@ void sub_080809D4(void) {
}
sub_08080BC4();
- gUnk_02000070 = 1;
+ gUpdateVisibleTiles = 1;
}