@@ -903,7 +903,7 @@ void initAddressOverwrites()
903
903
void *AutoMashThroughText1Address = reinterpret_cast <void *>(0x80080FCC );
904
904
void *AutoMashThroughText2Address = reinterpret_cast <void *>(0x80080FF0 );
905
905
void *AutoMashThroughText3Address = reinterpret_cast <void *>(0x80084268 );
906
- void *FontDrawMessageMtxHandleColAddress = reinterpret_cast <void *>(0x800759E0 );
906
+ void *FontDrawMessageMtxHandleCommandAddress = reinterpret_cast <void *>(0x800759E0 );
907
907
#elif defined TTYD_JP
908
908
void *AllowRunningFromBattlesAddress = reinterpret_cast <void *>(0x8011E7DC );
909
909
void *ForceNPCItemDropAddress = reinterpret_cast <void *>(0x8004DFB0 );
@@ -932,7 +932,7 @@ void initAddressOverwrites()
932
932
void *AutoMashThroughText1Address = reinterpret_cast <void *>(0x8008047C );
933
933
void *AutoMashThroughText2Address = reinterpret_cast <void *>(0x800804A0 );
934
934
void *AutoMashThroughText3Address = reinterpret_cast <void *>(0x80083390 );
935
- void *FontDrawMessageMtxHandleColAddress = reinterpret_cast <void *>(0x8007471C );
935
+ void *FontDrawMessageMtxHandleCommandAddress = reinterpret_cast <void *>(0x8007471C );
936
936
#elif defined TTYD_EU
937
937
void *AllowRunningFromBattlesAddress = reinterpret_cast <void *>(0x80124BE4 );
938
938
void *ForceNPCItemDropAddress = reinterpret_cast <void *>(0x8004ECDC );
@@ -962,7 +962,7 @@ void initAddressOverwrites()
962
962
void *AutoMashThroughText1Address = reinterpret_cast <void *>(0x80082288 );
963
963
void *AutoMashThroughText2Address = reinterpret_cast <void *>(0x800822AC );
964
964
void *AutoMashThroughText3Address = reinterpret_cast <void *>(0x800855BC );
965
- void *FontDrawMessageMtxHandleColAddress = reinterpret_cast <void *>(0x80076C9C );
965
+ void *FontDrawMessageMtxHandleCommandAddress = reinterpret_cast <void *>(0x80076C9C );
966
966
void *JumpOnWaterAddress = reinterpret_cast <void *>(0x80093CF0 );
967
967
#endif
968
968
@@ -985,7 +985,7 @@ void initAddressOverwrites()
985
985
patch::writeBranchBL_Template (AutoMashThroughText1Address, autoMashText);
986
986
patch::writeBranchBL_Template (AutoMashThroughText2Address, autoMashText);
987
987
patch::writeBranchBL_Template (AutoMashThroughText3Address, autoMashText);
988
- patch::writeBranchBL_Template (FontDrawMessageMtxHandleColAddress, asmFontDrawMessageMtxHandleCol );
988
+ patch::writeBranchBL_Template (FontDrawMessageMtxHandleCommandAddress, asmFontDrawMessageMtxHandleCommand );
989
989
990
990
#ifdef TTYD_EU
991
991
patch::writeBranchBL_Template (JumpOnWaterAddress, asmJumpOnWater);
0 commit comments