NO0: deduplication of prim_helpers and popup functions (#1724)

This commit is contained in:
Aleksandr Shabelnikov 2024-10-03 19:29:45 +02:00 committed by GitHub
parent 2fe2e117f3
commit c29c0c6fe8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 24 deletions

View File

@ -1,4 +1,2 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
#include "common.h"
INCLUDE_ASM("st/no0/nonmatchings/popup", BottomCornerText);
#include "../popup.h"

View File

@ -1,22 +1,3 @@
// SPDX-License-Identifier: AGPL-3.0-or-later
#include "common.h"
INCLUDE_ASM("st/no0/nonmatchings/prim_helpers", UnkPrimHelper);
INCLUDE_ASM("st/no0/nonmatchings/prim_helpers", UpdateAnimation);
INCLUDE_ASM("st/no0/nonmatchings/prim_helpers", FindFirstUnkPrim);
INCLUDE_ASM("st/no0/nonmatchings/prim_helpers", FindFirstUnkPrim2);
INCLUDE_ASM("st/no0/nonmatchings/prim_helpers", PrimToggleVisibility);
INCLUDE_ASM("st/no0/nonmatchings/prim_helpers", PrimResetNext);
INCLUDE_ASM("st/no0/nonmatchings/prim_helpers", UnkPolyFunc2);
INCLUDE_ASM("st/no0/nonmatchings/prim_helpers", UnkPolyFunc0);
INCLUDE_ASM("st/no0/nonmatchings/prim_helpers", PrimDecreaseBrightness);
INCLUDE_RODATA("st/no0/nonmatchings/prim_helpers", g_UnkPrimHelperRot);
#include <game.h>
#include "../prim_helpers.h"