mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-19 05:27:29 -05:00
* split adventure log menu out and decompile * add most adventure log matchings w/ 2 nonmatchings and move some relevant data * more work on other menus * fully decomp debug stuff around 203B3F0 * more debug menu work * fix CreatePartnerSelectionMenu nonmatch * move more data and clean some data up
9 lines
160 B
C
9 lines
160 B
C
#ifndef ADVENTURE_LOG_H
|
|
#define ADVENTURE_LOG_H
|
|
|
|
void CreateAdventureLogMenu(void);
|
|
void CleanAdventureLogMenu(void);
|
|
u32 UpdateAdventureLogMenu(void);
|
|
|
|
#endif
|