diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/region_map.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/include/region_map.h b/include/region_map.h index 79e217f1f..1f1f218f5 100644 --- a/include/region_map.h +++ b/include/region_map.h @@ -252,7 +252,7 @@ struct RegionMap { /*0x079*/ u8 unk_079; /*0x07a*/ s8 unk_07a; /*0x07b*/ s8 unk_07b; - /*0x07c*/ u8 unk_07c; + /*0x07c*/ s8 unk_07c; /*0x07d*/ u8 unk_07d; /*0x07e*/ u8 unk_07e; /*0x07f*/ u8 unk_07f; @@ -265,6 +265,16 @@ struct RegionMap { /*0x284*/ u8 unk_284[0x600]; }; // size = 0x884 +enum +{ + INPUT_EVENT_NONE, + INPUT_EVENT_MOVE_START, + INPUT_EVENT_MOVE_CONT, + INPUT_EVENT_MOVE_END, + INPUT_EVENT_A_BUTTON, + INPUT_EVENT_B_BUTTON, +}; + // Exported RAM declarations // Exported ROM declarations |