mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 03:02:06 +00:00
Tell the user about "label"s instead of "relocatable"s
That's the common term, and even the manual uses it.
This commit is contained in:
@@ -177,7 +177,7 @@ void rpn_BankSymbol(struct Expression *expr, char const *tzSym)
|
||||
|
||||
rpn_Init(expr);
|
||||
if (sym && !sym_IsLabel(sym)) {
|
||||
yyerror("BANK argument must be a relocatable identifier");
|
||||
yyerror("BANK argument must be a label");
|
||||
} else {
|
||||
sym_Ref(tzSym);
|
||||
/* If the symbol didn't exist, `sym_Ref` created it */
|
||||
|
||||
Reference in New Issue
Block a user