Skip to content

Commit

Permalink
fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanis002 committed Oct 17, 2024
1 parent 2057d86 commit 112daa9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions baseroms/hackeroot-mq/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@ assets:
start_offset: 0x780
end_offset: 0x4128
- name: overlays/ovl_file_choose
xml_path: assets/xml/overlays/ovl_file_choose_pal.xml
xml_path: assets/xml/overlays/ovl_file_choose_pal_gc.xml
start_offset: 0xDE70
end_offset: 0xE740
- name: overlays/ovl_Magic_Dark
Expand Down Expand Up @@ -988,7 +988,7 @@ assets:
- name: scenes/dungeons/ddan
xml_path: assets/xml/scenes/dungeons/ddan_mq.xml
- name: scenes/dungeons/ddan_boss
xml_path: assets/xml/scenes/dungeons/ddan_boss.xml
xml_path: assets/xml/scenes/dungeons/ddan_boss_v2.xml
- name: scenes/dungeons/FIRE_bs
xml_path: assets/xml/scenes/dungeons/FIRE_bs.xml
- name: scenes/dungeons/ganon
Expand Down Expand Up @@ -1160,7 +1160,7 @@ assets:
- name: scenes/overworld/spot15
xml_path: assets/xml/scenes/overworld/spot15.xml
- name: scenes/overworld/spot16
xml_path: assets/xml/scenes/overworld/spot16.xml
xml_path: assets/xml/scenes/overworld/spot16_v2.xml
- name: scenes/overworld/spot17
xml_path: assets/xml/scenes/overworld/spot17.xml
- name: scenes/overworld/spot18
Expand Down Expand Up @@ -1236,12 +1236,12 @@ assets:
- name: textures/nes_font_static
xml_path: assets/xml/textures/nes_font_static_v2.xml
- name: textures/nintendo_rogo_static
xml_path: assets/xml/textures/nintendo_rogo_static.xml
xml_path: assets/xml/textures/nintendo_rogo_static_v2.xml
- name: textures/parameter_static
xml_path: assets/xml/textures/parameter_static.xml
- name: textures/place_title_cards
xml_path: assets/xml/textures/place_title_cards_pal.xml
- name: textures/skyboxes
xml_path: assets/xml/textures/skyboxes.xml
- name: textures/title_static
xml_path: assets/xml/textures/title_static_pal.xml
xml_path: assets/xml/textures/title_static_pal_gc.xml
1 change: 1 addition & 0 deletions include/gfx.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ Gfx* Gfx_TwoTexScrollEnvColor(GraphicsContext* gfxCtx, s32 tile1, u32 x1, u32 y1
u32 x2, u32 y2, s32 width2, s32 height2, s32 r, s32 g, s32 b, s32 a);
Gfx* Gfx_EnvColor(GraphicsContext* gfxCtx, s32 r, s32 g, s32 b, s32 a);
void Gfx_SetupFrame(GraphicsContext* gfxCtx, s32 clearFB, u8 r, u8 g, u8 b);
void Gfx_ClearZBuffer(GraphicsContext* gfxCtx);
void func_80095974(GraphicsContext* gfxCtx);

void* Graph_Alloc(GraphicsContext* gfxCtx, size_t size);
Expand Down
1 change: 1 addition & 0 deletions spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ beginseg
name "boot"
address 0x80000460
include "$(BUILD_DIR)/src/boot/boot_main.o"
include "$(BUILD_DIR)/src/boot/vimodepal60lan1.o"
include "$(BUILD_DIR)/src/boot/idle.o"
#if OOT_VERSION >= PAL_1_0
include "$(BUILD_DIR)/src/boot/viconfig.o"
Expand Down
1 change: 0 additions & 1 deletion src/overlays/misc/ovl_kaleido_scope/z_kaleido_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,6 @@ void KaleidoScope_DrawWorldMap(PlayState* play, GraphicsContext* gfxCtx) {
POLY_OPA_DISP = gfx;
}

#if IS_DEBUG
if (HREG(15) == 2) {
HREG(15) = 1;
HREG(14) = 6100;
Expand Down

0 comments on commit 112daa9

Please sign in to comment.