From 03f3c45affc5a38e4b6a8e06a6b038daa153bf70 Mon Sep 17 00:00:00 2001 From: Fenhl Date: Fri, 15 Mar 2024 21:29:41 +0000 Subject: [PATCH] Fix TCG key text ID with Key Appearance Matches Dungeon --- ASM/build/bundle.o | Bin 215852 -> 215852 bytes ASM/c/item_table.c | 2 +- data/generated/rom_patch.txt | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ASM/build/bundle.o b/ASM/build/bundle.o index 98b05f32083a43fe38936b168fd2fef43294658b..e3cea7850b92c8a595c581abbac5ca901692b469 100644 GIT binary patch delta 24 gcmZ28jd#s7-i9rVMXQ(?KDU>wV%%P`ifP9J0D~b4x&QzG delta 24 gcmZ28jd#s7-i9rVMXQ)5+O?OgV%%P`ifP9J0D>k8mH+?% diff --git a/ASM/c/item_table.c b/ASM/c/item_table.c index 633abcbd8..6d542eccc 100644 --- a/ASM/c/item_table.c +++ b/ASM/c/item_table.c @@ -326,7 +326,7 @@ item_row_t item_table[] = { [0x0115] = ITEM_ROW(0x53, SILVER_CHEST, 0x41, -1, 0x009F, 0x019F, 0x86, no_upgrade, give_small_key, GTG_ID, -1, resolve_text_small_keys), // Gerudo Training Small Key [0x0116] = ITEM_ROW(0x53, SILVER_CHEST, 0x41, -1, 0x00A0, 0x01A0, 0x87, no_upgrade, give_small_key, FORT_ID, -1, resolve_text_small_keys), // Thieves' Hideout Small Key [0x0117] = ITEM_ROW(0x53, SILVER_CHEST, 0x41, -1, 0x00A1, 0x01A1, 0x88, no_upgrade, give_small_key, CASTLE_ID, -1, resolve_text_small_keys), // Ganon's Castle Small Key - [0x0118] = ITEM_ROW(0x53, SILVER_CHEST, 0x41, -1, 0x913E, 0x01A2, 0x89, no_upgrade, give_small_key, TCG_ID, -1, resolve_text_small_keys_cmg), // Small Key (Chest Game) + [0x0118] = ITEM_ROW(0x53, SILVER_CHEST, 0x41, -1, 0x00F3, 0x01A2, 0x89, no_upgrade, give_small_key, TCG_ID, -1, resolve_text_small_keys_cmg), // Small Key (Chest Game) }; /* Determine which message to display based on the number of silver rupees collected. diff --git a/data/generated/rom_patch.txt b/data/generated/rom_patch.txt index dd475781b..c9705d8ed 100644 --- a/data/generated/rom_patch.txt +++ b/data/generated/rom_patch.txt @@ -31545,7 +31545,7 @@ fec1fc,9000000 34a0f44,dffff 34a0f48,ff000000 34a0f4c,80415ca0 -34a0f50,5341913e +34a0f50,534100f3 34a0f54,1a2890d 34a0f58,80415e80 34a0f5c,80415588