Prev: 5FC6 Up: Map Next: 5FE9
5FE7: Raise Table Error
Used by the routines at Command04_SwitchTileSet and FindRoomData.
RST 08 with the "Invalid argument" error code.
Used when the table index >= 11 in FindRoomData, and when an invalid tile set is requested in Command04_SwitchTileSet.
Raise_Table_Error 5FE7 RST $08 Run the ERROR_1 routine: RST 08.
5FE8 DEFB $0A Error code: 0A ("Invalid argument").
Prev: 5FC6 Up: Map Next: 5FE9