Skip to content

Commit

Permalink
d_com_inf_game: fix JP hack
Browse files Browse the repository at this point in the history
  • Loading branch information
magcius committed Sep 13, 2023
1 parent 4a6e203 commit 5b18db6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions include/d/d_com_inf_game.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ class dComIfG_play_c {
/* 0x479C */ JKRArchive* mpDmsgArchive;
/* 0x47A0 */ JKRArchive* mpTmsgArchive;
/* 0x47A4 */ JKRArchive* mpMenuArchive;
/* 0x47A8 */ JKRArchive* mpFontArchive;
/* 0x47AC */ u8 field_0x47AC[0x47B0 - 0x47AC];
/* 0x47A8 */ JKRArchive* mpFont0Archive;
/* 0x47AC */ JKRArchive* mpFont1Archive;
/* 0x47B0 */ JKRArchive* mpAnmArchive;
/* 0x47B4 */ JKRArchive* mpLkDArc;
/* 0x47B8 */ JKRArchive* mpFMapArchive;
Expand All @@ -183,8 +183,9 @@ class dComIfG_play_c {
#if VERSION != VERSION_JP
/* 0x47F8 */ JKRArchive* mpEnglishTextArchive;
/* 0x47FC */ JKRArchive* mpHyruleTextArchive;
/* 0x4800 */ u8 mCARDHeap0[0x04];
#endif
/* 0x4800 */ u8 mpCARDHeap[0x24];
/* 0x4804 */ u8 mCARDHeap1[0x20];
/* 0x4824 */ dPa_control_c* mParticle;
/* 0x4828 */ dDemo_manager_c* mDemo;
/* 0x482C */ dMagma_packet_c* mpMagmaPacket;
Expand Down

0 comments on commit 5b18db6

Please sign in to comment.