From 0685bd08855d3474669b228fafac16bc38028fb6 Mon Sep 17 00:00:00 2001 From: nmlgc Date: Mon, 20 Mar 2023 00:13:36 +0100 Subject: [PATCH] [Maintenance] [th03] Remove trailing comma from `public` directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These break the build on TASM32 version 5.0… which means that th03_main.asm didn't assemble on that version ever since 3072208. Thanks to mu021 for telling me about the resulting crash! --- th03_main.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/th03_main.asm b/th03_main.asm index 2317c577..f32c8bc3 100644 --- a/th03_main.asm +++ b/th03_main.asm @@ -35890,7 +35890,7 @@ byte_220E0 db ? byte_220E6 db ? db 5 dup(?) word_220EC dw ? -public _collmap_topleft, _collmap_center, _collmap_stripe_tile_w, +public _collmap_topleft, _collmap_center, _collmap_stripe_tile_w public _collmap_tile_h, _collmap_bottomright, _collmap_pid, _collmap _collmap_topleft label Point _collmap_center label Point