Fix FRLG comment oversight in `script_cmd_table.inc` (#9043)

This commit is contained in:
Bassoonian 2026-01-28 22:37:48 +01:00 committed by GitHub
parent 9afdd698d9
commit b3b56b3767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -252,7 +252,7 @@ gScriptCmdTable::
script_cmd_table_entry SCR_OP_DYNMULTICHOICE ScrCmd_dynmultichoice, requests_effects=1 @ 0xe3
script_cmd_table_entry SCR_OP_DYNMULTIPUSH ScrCmd_dynmultipush, requests_effects=1 @ 0xe4
script_cmd_table_entry SCR_OP_HIDEFOLLOWER ScrCmd_hidefollower, requests_effects=1 @ 0xe5
script_cmd_table_entry SCR_OP_GETBRAILLESTRINGWIDTH ScrCmd_getbraillestringwidth, requests_effects=1 @ 0xe5
script_cmd_table_entry SCR_OP_GETBRAILLESTRINGWIDTH ScrCmd_getbraillestringwidth, requests_effects=1 @ 0xe6
.if ALLOCATE_SCRIPT_CMD_TABLE
gScriptCmdTableEnd::