[nostalgia/core] Replace puts loc param with column and row params
This commit is contained in:
@@ -65,7 +65,7 @@ ox::Error model(T *io, NostalgiaGraphic *ng) {
|
||||
|
||||
ox::Error loadTileSheet(Context *ctx, ox::FileAddress file);
|
||||
|
||||
void puts(Context *ctx, int loc, const char *str);
|
||||
void puts(Context *ctx, int column, int row, const char *str);
|
||||
|
||||
void setTile(Context *ctx, int layer, int column, int row, uint8_t tile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user