Skip to content

Commit

Permalink
Format code.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhlexPlexico committed Mar 8, 2024
1 parent 9b36513 commit c474797
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/source/rnd/savefile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ namespace rnd {
saveData.activate_dungeon_skip_portal_0xF0_for_all = 0xF0;
SaveFile_FillOverWorldMapData();
saveData.inventory.collect_register.oath_to_order = 1;

// Boss Remains
saveData.inventory.collect_register.odolwas_remains = 1;
saveData.inventory.collect_register.gohts_remains = 1;
Expand Down Expand Up @@ -998,8 +998,6 @@ namespace rnd {

// }



extern "C" u16 CurrentMasksInInventory() {
// I can see why the original devs did this, because they did not want to count specific masks (transform + FD)
u16 count = 0;
Expand Down

0 comments on commit c474797

Please sign in to comment.