core2/code_935F0.c done

This commit is contained in:
Banjo Kazooie
2022-08-17 23:03:46 -05:00
parent 1b417fb873
commit 51284af959
36 changed files with 787 additions and 527 deletions

View File

@@ -351,6 +351,13 @@ enum button_e{
BUTTON_C_RIGHT = 0xD
};
#define FACE_BUTTON(button) (button - BUTTON_A)
enum joystick_e{
JOYSTICK_X = 0x0,
JOYSTICK_Y = 0x1
};
enum map_e
{
MAP_1_SM_SPIRAL_MOUNTAIN = 0x01,