Merge pull request #385 from Cuyler36/master

Fix .text symbol file alignment, add ALL_NPC_NUM define
This commit is contained in:
Cuyler36
2024-07-29 14:40:09 -04:00
committed by GitHub
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