misc core1 progress

This commit is contained in:
Banjo Kazooie
2022-10-14 21:18:41 -05:00
parent 59f32adc6b
commit 237a00e999
16 changed files with 770 additions and 318 deletions

View File

@@ -357,6 +357,7 @@ enum button_e{
};
#define FACE_BUTTON(button) (button - BUTTON_A)
#define SIDE_BUTTON(button) (button - BUTTON_Z)
enum joystick_e{
JOYSTICK_X = 0x0,