Skip to content

Commit

Permalink
Make asm export section names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDisk committed Apr 23, 2023
1 parent a000d8b commit 9681bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.pas
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ procedure RenderSongToRGBDSAsm(Song: TSong; DescriptorName: String; Filename: st

OutSL.Add('include "include/hUGE.inc"');
OutSL.Add('');
OutSL.Add('SECTION "Song Data", ROMX');
OutSL.Add('SECTION "'+DescriptorName+' Song Data", ROMX');
OutSL.Add('');

// Render song descriptor
Expand Down

0 comments on commit 9681bd0

Please sign in to comment.