diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-01 16:33:06 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 14:33:06 -0800 |
commit | 4fc272fea6bc7332fae031ebeb12362cff1c35de (patch) | |
tree | 88092c6da3a6bb741caceab54f5372aee4ad5bae /include/dungeon_global_data.h | |
parent | fd8720b75c56ef3f641e6c5abf6c446929c824b9 (diff) |
No wifi + 2 days on train = more decomp (#80)
* No wifi + 2 days on train = more decomp
* layin some more
* one func, one file
Diffstat (limited to 'include/dungeon_global_data.h')
-rw-r--r-- | include/dungeon_global_data.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dungeon_global_data.h b/include/dungeon_global_data.h index 4d8883f..254a195 100644 --- a/include/dungeon_global_data.h +++ b/include/dungeon_global_data.h @@ -40,7 +40,8 @@ struct DungeonGlobalData u16 unk66A; u8 fill66C[0x671 - 0x66C]; /* 0x671 */ bool8 monsterHouseActive; - u8 fill672[0x363C - 0x672]; + /* 0x672 */ u8 unk672; + u8 fill673[0x363C - 0x673]; /* 0x363C */ u8 expYieldRankings[NUM_SPECIES]; u8 fill37E3[0x37FC - 0x37D9]; /* 0x37FC */ bool8 decoyActive; |