Fix .text symbol file alignment, add ALL_NPC_NUM define

This commit is contained in:
Cuyler36
2024-07-29 14:39:31 -04:00
parent 4944d85c5d
commit d4a8d6a099
2 changed files with 1995 additions and 1994 deletions
+1994 -1994
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -141,6 +141,7 @@ typedef struct offset_table_s {
/* TODO: these should be calculated via definitions later */
#define NPC_NUM 236
#define NPC_ISLANDER_NUM 18
#define ALL_NPC_NUM NPC_NUM + 2 // include the two test villagers
#define TICKET_STACK_MAX 5
#define WISP_STACK_MAX 5