Skip to content

Commit 3f3b2dd

Browse files
committed
Merge remote-tracking branch 'origin/asar_2_beta' into asar_2_beta
2 parents c0cede9 + b139b07 commit 3f3b2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h3>Deprecated features:</h3>
118118
<li><code>rep</code> to repeat commands: Use while loops or unrolled loops instead.</li>
119119
<li>Windows-specific paths (e.g. <code>incsrc dir\file.asm</code>): Use cross-platform paths instead (<code>incsrc dir/file.asm</code>).</li>
120120
<li><code>table</code> command: Assign characters directly instead, like <code>'a' = $00</code>.</li>
121-
<li>Labels in <code>padbyte</code> or <code>fillbyte</code> commands.</li>
121+
<li>Non-static labels in <code>padbyte</code> or <code>fillbyte</code> commands.</li>
122122
<li><code>fastrom</code>: Has never actually worked and can be removed.</li>
123123
<li><code>header</code>: Doesn't do anything and can be removed.</li>
124124
<li>Non-UTF-8 source files: Re-save your source files as UTF-8 in a text editor of choice.</li>

0 commit comments

Comments
 (0)