diff options
author | yenatch <yenatch@gmail.com> | 2017-06-25 00:02:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 00:02:59 -0400 |
commit | 45b4b7ed85022c7771ee1adab8336f2b438b845e (patch) | |
tree | 9bcb35cfef25ddd2be992333dbff92c232b36d3d /include/global.h | |
parent | 5e786fcdd9f414eb9614331ea13af21de6f667d0 (diff) | |
parent | 2f31720f6b58f0d929adb3cf69f257f30621c03c (diff) |
Merge pull request #329 from camthesaxman/decompile_choose_party
decompile choose_party
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 9da4bd57c..d172cfa25 100755 --- a/include/global.h +++ b/include/global.h @@ -625,10 +625,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; |