diff options
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_play_hireso.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/z_play_hireso.c b/src/code/z_play_hireso.c index 76fb71192..2a182411b 100644 --- a/src/code/z_play_hireso.c +++ b/src/code/z_play_hireso.c @@ -371,8 +371,8 @@ void BombersNotebook_DrawColumns(Gfx** gfxP) { TexturePtr sBombersNotebookEventIconTextures[] = { gBombersNotebookEntryIconExclamationPointTex, - schedule_dma_static_yar_Blob_00AC00, - schedule_dma_static_yar_Blob_00AEA0, + gBombersNotebookEntryIconMaskTex, + gBombersNotebookEntryIconRibbonTex, }; s16 sBombersNotebookEntryIconColors[][3] = { { 255, 255, 0 }, @@ -550,7 +550,7 @@ void BombersNotebook_DrawEntries(Gfx** gfxP, s32 row, u32 rectTop) { *gfxP = gfx; } -#define DEFINE_PERSON(_enum, photo, _description, _metEnum, _metMessage, _metFlag) &photo, +#define DEFINE_PERSON(_enum, photo, _description, _metEnum, _metMessage, _metFlag) photo, TexturePtr sBombersNotebookPhotoTextures[] = { #include "tables/bombers_notebook/person_table.h" |
