Skip to content

Commit

Permalink
fix portable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
freshollie committed Jun 11, 2024
1 parent b1fb6fc commit bb14071
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/platform/shared/stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ extern void sub_8048C7C(void *boss);

// boss run
const u16 gUnknown_080D87E6[][2] = { { 0, 0 } };
void sub_80499D8(void) {};
void sub_8049D1C(void) {};
const u16 gUnknown_080D87D8[] = { 0 };
const u32 gUnknown_080D8808[][2] = { { 0, 0 } };

void sub_8049D20(void *vramTiles, void *boss) { }

// boss_9
Expand Down

0 comments on commit bb14071

Please sign in to comment.