Skip to content

Commit

Permalink
Fixes with generated files in map_name_popup
Browse files Browse the repository at this point in the history
  • Loading branch information
estellarc committed Jan 30, 2025
1 parent 8d09ab0 commit b304633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/overlay005/map_name_popup.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <string.h>

#include "constants/heap.h"
#include "generated/text_banks.h"

#include "field/field_system.h"
#include "field/field_system_sub2_t.h"
Expand Down Expand Up @@ -241,7 +242,7 @@ MapNamePopUp *MapNamePopUp_Create(BgConfig *bgConfig)
MapNamePopUp_SetBgConfig(mapPopUp, bgConfig);
MapNamePopUp_CreateWindow(mapPopUp);

mapPopUp->msgLoader = MessageLoader_Init(MESSAGE_LOADER_NARC_HANDLE, NARC_INDEX_MSGDATA__PL_MSG, message_bank_location_names, HEAP_ID_FIELD);
mapPopUp->msgLoader = MessageLoader_Init(MESSAGE_LOADER_NARC_HANDLE, NARC_INDEX_MSGDATA__PL_MSG, TEXT_BANK_LOCATION_NAMES, HEAP_ID_FIELD);
return mapPopUp;
}

Expand Down

0 comments on commit b304633

Please sign in to comment.