From 74d7c48323c5402cc5fb93294b325b38fcd0f6d4 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 23 Mar 2021 09:57:50 -0400 Subject: [PATCH] ootw: c1: remove last of RLE code --- games/ootw/ootw_c1/NOTES | 1 + games/ootw/ootw_c1/ootw_c1.s | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/games/ootw/ootw_c1/NOTES b/games/ootw/ootw_c1/NOTES index 2ec6b46c..fa635890 100644 --- a/games/ootw/ootw_c1/NOTES +++ b/games/ootw/ootw_c1/NOTES @@ -5,3 +5,4 @@ 26200 -- convert pool 24568 -- convert end animation 24200 -- convert beast ending +24094 -- remove RLE code diff --git a/games/ootw/ootw_c1/ootw_c1.s b/games/ootw/ootw_c1/ootw_c1.s index 3c297dfd..0f0aa9ac 100644 --- a/games/ootw/ootw_c1/ootw_c1.s +++ b/games/ootw/ootw_c1/ootw_c1.s @@ -140,7 +140,6 @@ end_message: .include "earthquake.s" .include "../text_print.s" .include "../gr_pageflip.s" -.include "../gr_unrle.s" .include "../decompress_fast_v2.s" .include "../gr_fast_clear.s" .include "../gr_copy.s"