mirror of https://github.com/pret/pokeemerald.git
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.
This commit is contained in:
parent
95b805a425
commit
258784f263
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue