snes_tile housekeeping
This commit is contained in:
@@ -68,7 +68,8 @@ class OAMTile {
|
|||||||
public:
|
public:
|
||||||
int x, y, mx, my, pal;
|
int x, y, mx, my, pal;
|
||||||
ushort tile;
|
ushort tile;
|
||||||
OAMTile(int x, int y, ushort tile, byte pal, bool upper = false, int mx = 0,
|
OAMTile() {}
|
||||||
|
OAMTile(int x, int y, ushort tile, int pal, bool upper = false, int mx = 0,
|
||||||
int my = 0) {
|
int my = 0) {
|
||||||
x = x;
|
x = x;
|
||||||
y = y;
|
y = y;
|
||||||
|
|||||||
Reference in New Issue
Block a user