From 258784f263d7834696db552a1b47cf6bd1dfd6b4 Mon Sep 17 00:00:00 2001 From: tustin2121 Date: Sun, 8 Sep 2019 11:28:36 -0400 Subject: [PATCH] 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. --- charmap.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/charmap.txt b/charmap.txt index 43ff737a0f..c449d12b0e 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