From e874af7e26e0a8d39a42a6e35458c5b7ad289348 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sat, 17 Aug 2019 18:12:04 -0400 Subject: [PATCH] ootw: remove unneeded includes to save space --- ootw/ootw_c2.s | 2 +- ootw/ootw_c3.s | 10 +++++----- ootw/ootw_c4.s | 2 +- ootw/ootw_c5.s | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ootw/ootw_c2.s b/ootw/ootw_c2.s index 603f292b..84a553fe 100644 --- a/ootw/ootw_c2.s +++ b/ootw/ootw_c2.s @@ -120,7 +120,7 @@ end_message: .include "gr_overlay.s" .include "gr_vlin.s" .include "gr_hlin.s" -.include "random16.s" +;.include "random16.s" .include "keyboard.s" .include "physicist.s" diff --git a/ootw/ootw_c3.s b/ootw/ootw_c3.s index ce0770e1..9d52d7ac 100644 --- a/ootw/ootw_c3.s +++ b/ootw/ootw_c3.s @@ -85,15 +85,15 @@ end_message: .include "gr_unrle.s" .include "gr_fast_clear.s" .include "gr_copy.s" -.include "gr_copy_offset.s" +;.include "gr_copy_offset.s" .include "gr_putsprite.s" -.include "gr_putsprite_flipped.s" +;.include "gr_putsprite_flipped.s" .include "gr_putsprite_crop.s" .include "gr_offsets.s" .include "gr_offsets_hl.s" -.include "gr_run_sequence.s" -.include "gr_overlay.s" -.include "random16.s" +;.include "gr_run_sequence.s" +;.include "gr_overlay.s" +;.include "random16.s" .include "keyboard.s" ; room backgrounds diff --git a/ootw/ootw_c4.s b/ootw/ootw_c4.s index 109be814..a6455a07 100644 --- a/ootw/ootw_c4.s +++ b/ootw/ootw_c4.s @@ -96,7 +96,7 @@ end_message: .include "gr_putsprite_flipped.s" .include "gr_putsprite_crop.s" .include "gr_offsets.s" -.include "random16.s" +;.include "random16.s" .include "keyboard.s" .include "physicist.s" diff --git a/ootw/ootw_c5.s b/ootw/ootw_c5.s index 1e94e60e..b5986a1b 100644 --- a/ootw/ootw_c5.s +++ b/ootw/ootw_c5.s @@ -88,7 +88,7 @@ end_message: .include "gr_offsets.s" .include "gr_offsets_hl.s" .include "gr_hlin.s" -.include "random16.s" +;.include "random16.s" .include "keyboard.s" .include "physicist.s"