Prev: 24518 Up: Map Next: 24553
24551: Raise Table Error
Used by the routines at Command04_SwitchTileSet and FindRoomData.
RST 8 with the "Invalid argument" error code.
Used when the table index >= 17 in FindRoomData, and when an invalid tile set is requested in Command04_SwitchTileSet.
Raise_Table_Error 24551 RST 8 Run the ERROR_1 routine: RST 8.
24552 DEFB 10 Error code: 10 ("Invalid argument").
Prev: 24518 Up: Map Next: 24553