summaryrefslogtreecommitdiff
path: root/src/cutscene.c
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2023-06-24 00:19:33 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2023-06-24 00:19:33 +0200
commitf89bb66911372a067041b66d50ac8462b7e0bd97 (patch)
tree5c7516fcf3e30a3aaf4e63c4a28a42e7c66f4471 /src/cutscene.c
parentf9da6344273ac86d6fd9219fac2710c968eeab37 (diff)
Create enums for Vvvs and MetaTiles
Diffstat (limited to 'src/cutscene.c')
-rw-r--r--src/cutscene.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cutscene.c b/src/cutscene.c
index 2cd3755b..fbb2aa96 100644
--- a/src/cutscene.c
+++ b/src/cutscene.c
@@ -595,10 +595,10 @@ void sub_08053D34(void) {
if (gMenu.field_0xa != 0) {
gMenu.field_0xa = 0;
if (CheckLocalFlagByBank(FLAG_BANK_7, 0x3d)) {
- SetTileType(0x74, 0xc4, 1);
+ SetMetaTileType(0x74, 0xc4, 1);
}
if (CheckLocalFlagByBank(FLAG_BANK_7, 0x3e)) {
- SetTileType(0x74, 0xcc, 1);
+ SetMetaTileType(0x74, 0xcc, 1);
}
}
if (gFadeControl.active == 0) {