diff options
author | tustin2121 <tustin2121@gmail.com> | 2019-09-08 11:28:36 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-09-08 10:44:43 -0500 |
commit | 258784f263d7834696db552a1b47cf6bd1dfd6b4 (patch) | |
tree | c664ae10b57207f92ded223684f74da34ef3456f | |
parent | 95b805a425844175663f7f10b1b92df690a8b2c0 (diff) |
Add supported but unused buttons to charmap.txt
These buttons are supported by the game but unused by vanilla. We should include them for use by hacks.
-rw-r--r-- | charmap.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/charmap.txt b/charmap.txt index 43ff737a0..c449d12b0 100644 --- a/charmap.txt +++ b/charmap.txt @@ -990,7 +990,16 @@ PH_NURSE_SOLO = 61 02 A_BUTTON = F8 00 B_BUTTON = F8 01 +L_BUTTON = F8 02 +R_BUTTON = F8 03 +START_BUTTON = F8 04 +SELECT_BUTTON = F8 05 +DPAD_UP = F8 06 +DPAD_DOWN = F8 07 +DPAD_LEFT = F8 08 +DPAD_RIGHT = F8 09 DPAD_UPDOWN = F8 0A +DPAD_LEFTRIGHT = F8 0B DPAD_NONE = F8 0C UP_ARROW_2 = F9 00 |