Actor Nametag System (#3083)

* initial nametag system

* add debug name tags in actor viewer
This commit is contained in:
Adam Bird 2023-08-20 13:59:23 -04:00 committed by GitHub
commit f19f303651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 449 additions and 5 deletions

View file

@ -2447,6 +2447,8 @@ void Heaps_Free(void);
CollisionHeader* BgCheck_GetCollisionHeader(CollisionContext* colCtx, s32 bgId);
void Interface_CreateQuadVertexGroup(Vtx* vtxList, s32 xStart, s32 yStart, s32 width, s32 height, u8 flippedH);
// Exposing these methods to leverage them from the file select screen to render messages
void Message_OpenText(PlayState* play, u16 textId);
void Message_Decode(PlayState* play);