diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-12 15:36:04 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-12 15:36:04 +0200 |
commit | 8731a8caa5602a516972329f7aa0624794b29ff2 (patch) | |
tree | f9d0733b980746e11cafc31993a1ab6aebcc03dc /include | |
parent | 0fe703023011421d9686ab0666904ae594906e7b (diff) |
one more function in pokemon1
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 32c13d86c..2dfabeb6a 100644 --- a/include/global.h +++ b/include/global.h @@ -184,7 +184,8 @@ struct SaveBlock2 // All below could be a one giant struct /*0x64C*/ u8 field_64C[1629]; - /*0xCA9*/ u8 frontierChosenLvl; + /*0xCA9*/ u8 frontierChosenLvl : 2; + /*0xCA9*/ u8 field_CA9_a : 6; /*0xCAA*/ u8 field_CAA[368]; /*0xE1A*/ u16 battlePyramidFloor; // possibly? /*0xE1C*/ u8 field_E1C[16]; |