diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-16 17:46:13 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-16 17:46:13 -0500 |
commit | 0de38858f641934699ce934e2bdb3dc1495baec9 (patch) | |
tree | 14bc0cd17133422b7d9aee984fdc7453a7ce0d1f /include/global.h | |
parent | dda361afb7e2abafc15a498968580be6d1a83cfe (diff) |
decompile sub_8121E10 - sub_8122838
Diffstat (limited to 'include/global.h')
-rwxr-xr-x | include/global.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index 0e7c43437..433169c21 100755 --- a/include/global.h +++ b/include/global.h @@ -610,10 +610,11 @@ struct Pokedex struct SaveBlock2_Sub { - /*0x0000, 0x00A4*/ u8 filler_000[0x3D8]; + /*0x0000, 0x00A8*/ u8 filler_000[0x3D8]; /*0x03D8, 0x0480*/ u16 var_480; /*0x03DA, 0x0482*/ u16 var_482; - /*0x03DC, 0x0484*/ u8 filler_3DC[0xD1]; + /*0x03DC, 0x0484*/ u8 filler_3DC[0xD0]; + /*0x04AC, 0x0554*/ u8 var_4AC; /*0x04AD, 0x0555*/ u8 var_4AD; /*0x04AE, 0x0556*/ u8 var_4AE; /*0x04AF, 0x0557*/ u8 var_4AF; |