[nostalgia/core] Replace puts loc param with column and row params

This commit is contained in:
2019-11-09 17:56:50 -06:00
parent 5dc74e6fd7
commit 71b38b243e
8 changed files with 37 additions and 30 deletions
+1 -1
View File
@@ -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);