diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-08 16:03:53 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-08 16:03:53 -0500 |
commit | de95a703b0350996ca26f245392c3a1dae34ea63 (patch) | |
tree | b9737d91ea96c51c1d09ad3a071092acdd76ddf5 /include/strings.h | |
parent | caf5d136b97c17c614d7186a5524d6ea7a1b142b (diff) | |
parent | 387dbf48d0bbb22dc16158a1ee0d373c166c8438 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_item_menu
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index a8ea7ee46..6d569e57a 100644 --- a/include/strings.h +++ b/include/strings.h @@ -215,6 +215,9 @@ extern const u8 gText_ButtonMode[]; extern const u8 gText_MaleSymbol[]; extern const u8 gText_FemaleSymbol[]; +extern const u8 gText_SelectorArrow3[]; +extern const u8 gText_YesNo[]; + // mystery event menu text extern const u8 gText_EventSafelyLoaded[]; extern const u8 gText_LoadErrorEndingSession[]; |