Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
grunt-lucas committed Aug 30, 2023
1 parent 3f8c2a8 commit f3fc062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/decompiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ std::unique_ptr<DecompiledTileset> decompile(PtContext &ctx, const CompiledTiles
const GBATile &gbaTile = compiledTileset.tiles.at(assignment.tileIndex);
RGBATile rgbTile =
makeTile(gbaTile, compiledTileset.palettes.at(assignment.paletteIndex), assignment.hFlip, assignment.vFlip);
// TODO : fill in rgbTile attributes here
decompiled->tiles.push_back(rgbTile);
}

Expand Down

0 comments on commit f3fc062

Please sign in to comment.