diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-03-30 13:11:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 13:11:51 -0500 |
commit | a2d206665c6fffbd962375f262b7fbb05c7b7478 (patch) | |
tree | 6710109c4d9098b74da68ca8f18024d6c184ebc2 /include/friend_area.h | |
parent | 2fd4f339b42c010191c199772b09ac34c580de94 (diff) |
Move some data and Splitting (#32)
* move friend area settings to src
* split out playtime into different C file and decomp a few more funcs
* time -> play_time
* fix include
* split out more wonder mail stuff
* unify 203B2C0 and unkDungeon structs. snuck in a decomp func too
* split out more menu screens
* work some more on trade items
* doc a few more things
* add a close nonmatch and decomp nullsub and small func
* rollback struct attempt since it causes nonmatchings
* only one func left in asm
* death to trade_item asm and unify into one C file
* more docing and cleanup
* label main menu and trade items menu global menu struct
* doc itemMode
Diffstat (limited to 'include/friend_area.h')
-rw-r--r-- | include/friend_area.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/friend_area.h b/include/friend_area.h index a1234a7..f85cb66 100644 --- a/include/friend_area.h +++ b/include/friend_area.h @@ -4,11 +4,7 @@ struct FriendAreaSettings { s16 num_pokemon; - u8 unlock_condition; - // 0 - Shop (Story) - // 1 - Shop (Story Post-game) - // 2 - Wonder Mail - // 3 - Legendary Request (unlocks when lengendary joins) + u16 unlock_condition; u32 price; }; |