[Maintenance] [th03] Remove trailing comma from `public` directive

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!
This commit is contained in:
nmlgc 2023-03-20 00:13:36 +01:00
parent 3afb73eada
commit 0685bd0885
1 changed files with 1 additions and 1 deletions

View File

@ -35890,7 +35890,7 @@ byte_220E0 db ?
byte_220E6 db ? byte_220E6 db ?
db 5 dup(?) db 5 dup(?)
word_220EC dw ? 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 public _collmap_tile_h, _collmap_bottomright, _collmap_pid, _collmap
_collmap_topleft label Point _collmap_topleft label Point
_collmap_center label Point _collmap_center label Point