mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 19:22:05 +00:00
rgbasm: remove option for random fill character
This commit is contained in:
@@ -724,8 +724,7 @@ void
|
||||
out_Skip(int skip)
|
||||
{
|
||||
checksection();
|
||||
if ((CurrentOptions.fillchar == -1)
|
||||
|| !((pCurrentSection->nType == SECT_HOME)
|
||||
if (!((pCurrentSection->nType == SECT_HOME)
|
||||
|| (pCurrentSection->nType == SECT_CODE))) {
|
||||
pCurrentSection->nPC += skip;
|
||||
nPC += skip;
|
||||
|
||||
Reference in New Issue
Block a user