From ed1a8f1bdb2e093e721312431b2b44a75dac0507 Mon Sep 17 00:00:00 2001 From: cassidoxa Date: Sat, 12 Aug 2023 10:21:34 -0400 Subject: [PATCH] Update ROM version Breaking changes: Dungeon prize table at $81C6FC uses receipt id instead of vanilla index Removed Gfx pointers from tables.asm --- LTTP_RND_GeneralBugfixes.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LTTP_RND_GeneralBugfixes.asm b/LTTP_RND_GeneralBugfixes.asm index ed34992..2182470 100644 --- a/LTTP_RND_GeneralBugfixes.asm +++ b/LTTP_RND_GeneralBugfixes.asm @@ -34,7 +34,7 @@ db $20, $19, $08, $31 ; year/month/day ;================================================================================ !ROM_VERSION_LOW ?= 1 ; ROM version (two 16-bit integers) -!ROM_VERSION_HIGH ?= 3 ; +!ROM_VERSION_HIGH ?= 4 ; org $80FFE0 ; Unused hardware vector RomVersion: