diff options
author | Evan <eroelke@gmail.com> | 2019-11-18 21:03:51 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-11-18 21:03:51 -0700 |
commit | 6fb437f9eb64e0df62a8b8ad7f28bfd92a2a986f (patch) | |
tree | 52c3213a28da277d953197be1aa1e4120bafd0c9 /include | |
parent | 186e17b7ebec8f5abcbcb4a7e06de5c87aa7162c (diff) |
matching rom
Diffstat (limited to 'include')
-rw-r--r-- | include/menu_helpers.h | 2 | ||||
-rw-r--r-- | include/strings.h | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h index 8d042825c..6ea771500 100644 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -12,7 +12,7 @@ struct YesNoFuncTable }; bool16 RunTextPrinters_CheckActive(u8 textPrinterId); -bool32 sub_80BF72C(void); +bool8 sub_80BF72C(void); bool8 sub_80BF748(void); bool8 MenuHelpers_LinkSomething(void); void SetVBlankHBlankCallbacksToNull(void); diff --git a/include/strings.h b/include/strings.h index bdef1b956..9f11d8fc2 100644 --- a/include/strings.h +++ b/include/strings.h @@ -749,6 +749,20 @@ extern const u8 gText_Sound[]; extern const u8 gText_ButtonMode[]; extern const u8 gText_Frame[]; extern const u8 gText_OptionMenuCancel[]; +extern const u8 gText_TextSpeedSlow[]; +extern const u8 gText_TextSpeedMid[]; +extern const u8 gText_TextSpeedFast[]; +extern const u8 gText_BattleSceneOn[]; +extern const u8 gText_BattleSceneOff[]; +extern const u8 gText_BattleStyleShift[]; +extern const u8 gText_BattleStyleSet[]; +extern const u8 gText_SoundMono[]; +extern const u8 gText_SoundStereo[]; +extern const u8 gText_ButtonTypeNormal[]; +extern const u8 gText_ButtonTypeLR[]; +extern const u8 gText_ButtonTypeLEqualsA[]; +extern const u8 gText_MenuOptionOption[]; +extern const u8 gText_FrameType[]; extern const u8 gText_PickSwitchCancel[]; |