Document and decompile more of frontier pass.

This commit is contained in:
DizzyEggg
2019-01-26 14:50:24 +01:00
parent 08a3533682
commit 0688725afb
8 changed files with 546 additions and 1395 deletions

7
include/frontier_pass.h Normal file
View File

@@ -0,0 +1,7 @@
#ifndef GUARD_FRONTIER_PASS_H
#define GUARD_FRONTIER_PASS_H
void ShowFrontierPass(void (*callback)(void));
void CB2_ReshowFrontierPass(void);
#endif // GUARD_FRONTIER_PASS_H