move asm in TUs to files, add diff.py

This commit is contained in:
Pheenoh
2020-12-26 13:03:37 -05:00
parent 715ba1304a
commit bf0bb4b851
14 changed files with 1781 additions and 268 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef D_ITEM_H_
#define D_ITEM_H_
#include "global.h"
int checkItemGet(u8, int);
extern int (*item_func_ptr[256])(void);