mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Passport assets in subfolder
This commit is contained in:
@@ -44,9 +44,9 @@ void XTREME_ASSETS_UPDATE() {
|
||||
File* file = storage_file_alloc(storage);
|
||||
int i = 0;
|
||||
|
||||
swap_bmx_icon(&xtreme_assets->passport_happy, pack, "passport_happy.bmx", path, file, i++);
|
||||
swap_bmx_icon(&xtreme_assets->passport_okay, pack, "passport_okay.bmx", path, file, i++);
|
||||
swap_bmx_icon(&xtreme_assets->passport_angry, pack, "passport_angry.bmx", path, file, i++);
|
||||
swap_bmx_icon(&xtreme_assets->passport_happy, pack, "Passport/happy.bmx", path, file, i++);
|
||||
swap_bmx_icon(&xtreme_assets->passport_okay, pack, "Passport/okay.bmx", path, file, i++);
|
||||
swap_bmx_icon(&xtreme_assets->passport_angry, pack, "Passport/angry.bmx", path, file, i++);
|
||||
|
||||
storage_file_free(file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user