From 3fed02851e20fa366c44e85b94e7c74585ab8048 Mon Sep 17 00:00:00 2001 From: Isaac0-dev <62234577+Isaac0-dev@users.noreply.github.com> Date: Tue, 14 Jan 2025 09:35:33 +1000 Subject: [PATCH] whoops --- src/pc/rom_assets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc/rom_assets.h b/src/pc/rom_assets.h index dd45e2911..e562ee68d 100644 --- a/src/pc/rom_assets.h +++ b/src/pc/rom_assets.h @@ -64,7 +64,7 @@ __attribute__((constructor)) static void _ptr ## _rom_assets_queue () { \ #define ROM_ASSET_LOAD_DEMO(_name, _ptr, _physicalAddress, _physicalSize, _segmentedAddress, _segmentedSize) \ __attribute__((constructor)) static void _name ## _rom_assets_queue () { \ - rom_assets_queue(_ptr, ROM_ASSET_DIALOG, _physicalAddress, _physicalSize, _segmentedAddress, _segmentedSize); \ + rom_assets_queue(_ptr, ROM_ASSET_DEMO, _physicalAddress, _physicalSize, _segmentedAddress, _segmentedSize); \ } void rom_assets_load(void);