From 99fa1454ff0bbaa0090297102ad4e2844e8eebf4 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 28 Jun 2020 19:49:11 -0400 Subject: Link libsyscall (arm9.lsf prep) --- arm9/Makefile | 20 ++- arm9/arm9.lcf | 3 +- arm9/asm/secure.s | 413 ---------------------------------------------- arm9/lib/syscall/secure.s | 413 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 425 insertions(+), 424 deletions(-) delete mode 100644 arm9/asm/secure.s create mode 100644 arm9/lib/syscall/secure.s diff --git a/arm9/Makefile b/arm9/Makefile index 7938646e..2d74cd67 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -49,7 +49,7 @@ LD_TEMPLATE := ARM9-TS.lcf.template # Directories containing source files SRC_DIRS := src lib lib/src $(wildcard modules/*/src) -ASM_DIRS := asm data files $(wildcard modules/*/asm) +ASM_DIRS := asm lib/syscall data files $(wildcard modules/*/asm) C_FILES := $(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.c)) CXX_FILES := $(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.cpp)) @@ -187,7 +187,9 @@ ASFLAGS = -proc arm5te -i ../include -i .. -D$(GAME_VERSION) -D$(GAME_LANGUAGE) CFLAGS = -O4,p -gccext,on -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -i ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) CXXFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -i ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) LDFLAGS = -nodead -w off -proc v5te -interworking -map closure,unused -symtab sort -m _start -# LIBS := -Llib -lsyscall +LIBS := -L$(BUILD_DIR)/lib -lsyscall +ARFLAGS = rcS +STATIC_LIBS := $(addprefix $(BUILD_DIR)/lib/,libsyscall.a) ####################### Other Tools ######################### @@ -223,19 +225,16 @@ NODEP := 1 endif .PRECIOUS: $(ROM) -.PHONY: all libs clean mostlyclean tidy tools $(TOOLDIRS) patch_mwasmarm +.PHONY: all clean mostlyclean tidy tools $(TOOLDIRS) patch_mwasmarm MAKEFLAGS += --no-print-directory -all: libs $(ROM) +all: $(ROM) ifeq ($(COMPARE),1) @$(SHA1SUM) -c $(BUILD_TARGET).sha1 @echo $(ROM): OK endif -libs: - $(MAKE) -C lib - clean: mostlyclean $(MAKE) -C $(TOOLS_DIR)/mwasmarm_patcher clean @@ -261,7 +260,7 @@ ALL_DIRS := $(BUILD_DIR) $(addprefix $(BUILD_DIR)/,$(SRC_DIRS) $(ASM_DIRS)) ######################## Special Rules ######################## # TODO: Move out to lib/Makefile -$(BUILD_DIR)/lib/src/%.o: MWCCVERSION = 1.2/sp2p3 +$(BUILD_DIR)/lib/%.o: MWCCVERSION = 1.2/sp2p3 ####################### Everything Else ###################### @@ -286,10 +285,13 @@ $(S_OBJS): $(BUILD_DIR)/%.o: %.s $$(dep) $(BUILD_DIR)/$(LD_SCRIPT): $(LD_SCRIPT) $(CPP) $(VERSION_CFLAGS) -MMD -MP -MT $@ -MF $@.d -I include/ -I . -DBUILD_DIR=$(BUILD_DIR) -o $@ $< -$(ROM): $(O_FILES) $(BUILD_DIR)/$(LD_SCRIPT) $(BIN_FILES) +$(ROM): $(O_FILES) $(BUILD_DIR)/$(LD_SCRIPT) $(BIN_FILES) $(STATIC_LIBS) $(LD) $(LDFLAGS) $(LIBS) $(BUILD_DIR)/$(LD_SCRIPT) -o $(ELF) $(O_FILES) $(BIN_FILES) $(OBJCOPY) --update-section arm9=$@ -j arm9 $(foreach ov,$(OVERLAYS),--update-section $(ov)=$(BUILD_DIR)/$(ov).sbin -j $(ov)) $(ELF) 2>/dev/null +$(BUILD_DIR)/lib/libsyscall.a: $(BUILD_DIR)/lib/syscall/secure.o + $(AR) $(ARFLAGS) -o $@ $^ + # Make sure build directory exists before compiling anything DUMMY != mkdir -p $(ALL_DIRS) diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf index ccb65a8d..6e0adcbe 100644 --- a/arm9/arm9.lcf +++ b/arm9/arm9.lcf @@ -117,8 +117,7 @@ SECTIONS { ALIGNALL(4); . = ALIGN(32); SDK_STATIC_START = .; SDK_STATIC_TEXT_START = .; - /* libsyscall.a (.text) */ - secure.o (.text) /* is actually libsyscall with nitro encryption */ + libsyscall.a (.text) crt0.o (.text) crt0.o (.rodata) * (.version) diff --git a/arm9/asm/secure.s b/arm9/asm/secure.s deleted file mode 100644 index 588b942e..00000000 --- a/arm9/asm/secure.s +++ /dev/null @@ -1,413 +0,0 @@ -/* secure.s TODO: Disassemble */ - .include "asm/macros.inc" - -.section .text - -.ifdef DIAMOND - .byte 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0x42, 0x6E - .byte 0xF9, 0xCC, 0x54, 0x4B, 0x74, 0x53, 0x91, 0x91, 0xBC, 0x95, 0xD2, 0x12, 0xE1, 0xD0, 0xF0, 0x41 - .byte 0xE5, 0xB6, 0x47, 0xA4, 0x23, 0x18, 0x61, 0xE9, 0xC4, 0x0A, 0xA2, 0xAD, 0xF8, 0x77, 0xB5, 0x6E - .byte 0x4C, 0x8D, 0x57, 0x83, 0x2F, 0x99, 0x16, 0x1A, 0x51, 0x4A, 0x6A, 0x1F, 0x07, 0x78, 0x92, 0xD3 - .byte 0xDF, 0x3D, 0x25, 0x0E, 0xF5, 0xA5, 0x93, 0x29, 0x1D, 0xC4, 0xA5, 0x97, 0x54, 0xA0, 0xA8, 0xB2 - .byte 0x1B, 0x9B, 0x58, 0x3C, 0xA5, 0xA4, 0x9D, 0x8B, 0x9F, 0x13, 0xAB, 0xF8, 0x09, 0x0D, 0x63, 0xE9 - .byte 0xAC, 0xF0, 0x80, 0x2D, 0xA7, 0x87, 0x5F, 0x1C, 0xDC, 0x1B, 0x0C, 0x6D, 0xED, 0xB5, 0x46, 0x60 - .byte 0x04, 0x1C, 0x11, 0xDF, 0x70, 0x47, 0xEC, 0xA5, 0x91, 0x81, 0x4D, 0xFF, 0x9E, 0x6D, 0x24, 0x87 - .byte 0x2E, 0x74, 0xAB, 0x34, 0x55, 0x7A, 0x0C, 0xA4, 0xC7, 0x66, 0xB7, 0x5A, 0xA7, 0x14, 0x64, 0xDE - .byte 0xFD, 0xC7, 0x24, 0xF7, 0xD9, 0xE0, 0x2D, 0x67, 0x16, 0x72, 0xD3, 0x68, 0x8A, 0xA0, 0xE1, 0xD2 - .byte 0x09, 0x2A, 0x35, 0xD5, 0x40, 0x75, 0x41, 0xFC, 0xA3, 0xCA, 0xEB, 0x03, 0xDA, 0x58, 0x31, 0x72 - .byte 0x00, 0xFF, 0x46, 0xC7, 0xBA, 0xDF, 0xEE, 0x29, 0xC5, 0xE1, 0xDB, 0x7D, 0x1C, 0x37, 0x87, 0x63 - .byte 0x9A, 0x5A, 0x23, 0xCA, 0x8C, 0x38, 0x5E, 0x98 - .thumb - .global SVC_GetCRC16 -SVC_GetCRC16: ; 0x020000C8 - swi 14 - bx lr - thumb_func_end SVC_GetCRC16 - - .byte 0x27, 0x2C, 0x80, 0x42, 0xAA, 0x04, 0x05, 0x4F, 0x89, 0xDD, 0x4D, 0x3A, 0xAB, 0xF0, 0xC9, 0x2F - .byte 0xA0, 0xAF, 0x40, 0x64, 0x08, 0xF4, 0xD8, 0x2A, 0x5D, 0xB2, 0x38, 0xD2, 0xBB, 0x11, 0xE9, 0xDA - .byte 0x6F, 0x72, 0x75, 0x37, 0x66, 0x7C, 0x31, 0xB1, 0xAF, 0x8E, 0xD1, 0x97, 0xC6, 0x7F, 0x7C, 0x4A - .byte 0xEA, 0xE7, 0xF6, 0x4D, 0x6D, 0x83, 0x7F, 0xAA, 0xA3, 0x0C, 0x78, 0xF6, 0x1B, 0xF7, 0x13, 0xDD - .byte 0x71, 0x23, 0x45, 0x1B, 0xFB, 0x8D, 0x6E, 0x65, 0x13, 0xB3, 0x08, 0x71, 0x2C, 0xD8, 0xEE, 0x3C - .byte 0x99, 0xB7, 0xC1, 0xA7, 0x2E, 0xDA, 0xA9, 0x58, 0x55, 0x26, 0xAB, 0xC8, 0xBE, 0x0B, 0xD9, 0xCC - .byte 0x0F, 0x9B, 0xE5, 0x3C, 0x83, 0x54, 0x80, 0xF8, 0xCF, 0x0A, 0x15, 0xDF, 0x70, 0x47, 0x26, 0xB5 - .byte 0x77, 0xA0, 0x8A, 0x8B, 0xC1, 0x8F, 0xD7, 0x8A, 0xA5, 0xBC, 0xB5, 0x48, 0xD9, 0xC9, 0x29, 0x97 - .byte 0x33, 0xAC, 0x12, 0x04, 0x81, 0x8F, 0x99, 0x51, 0x78, 0x77, 0xB3, 0xED, 0xF0, 0x2F, 0x34, 0xE4 - .byte 0x30, 0x45, 0x97, 0x29, 0xF7, 0xCC, 0x1B, 0xCF, 0x15, 0x64, 0x9E, 0x7C, 0x94, 0xF0, 0x4A, 0x98 - .byte 0x5D, 0x28, 0x94, 0x12, 0x62, 0x2D, 0xE6, 0x82, 0x0D, 0xB4, 0x98, 0xC6, 0x16, 0xD8, 0xB8, 0x94 - .byte 0xFE, 0x65, 0xED, 0x31, 0xE5, 0x88, 0xA5, 0xF0, 0xF6, 0xD6, 0x8F, 0xE6, 0x42, 0x7F, 0xF1, 0xBC - .byte 0xA2, 0xD5, 0x0E, 0x50, 0xFC, 0x83, 0x70, 0x45, 0x55, 0xAF, 0xF5, 0x89, 0xE2, 0x69, 0x71, 0xBA - .byte 0xFA, 0x75 - - .thumb - .global SVC_Sqrt -SVC_Sqrt: ; 0x0200019E - swi 13 - bx lr - thumb_func_end SVC_Sqrt - - .byte 0x1C, 0x85, 0x9C, 0xB6, 0x15, 0xC1, 0x40, 0x1B, 0x79, 0x01, 0x96, 0xC4, 0x80, 0x99, 0xF1, 0x28 - .byte 0x6E, 0x3E, 0xE1, 0x0D, 0x73, 0xD8, 0x07, 0xCB, 0x75, 0x1C, 0x44, 0x41, 0xC4, 0x60, 0xE5, 0xB0 - .byte 0xBA, 0x74, 0xF1, 0x11, 0xA4, 0x7E, 0xE7, 0x00, 0x6A, 0xBB, 0xB6, 0x78, 0x45, 0xDF, 0x93, 0xF2 - .byte 0xF3, 0x8B, 0xA1, 0xE4, 0xA4, 0x9B, 0x2B, 0x56, 0xBF, 0xE1, 0x07, 0xE9, 0xEF, 0x0F, 0x7A, 0xA0 - .byte 0x0F, 0x49, 0x9D, 0xC9, 0x14, 0x90, 0x63, 0x4D, 0xCD, 0x84, 0x9D, 0xB3, 0x48, 0xB5, 0x92, 0x08 - .byte 0x27, 0x5C, 0x2C, 0xC1, 0xD3, 0x49, 0x09, 0x0C, 0xD6, 0xBA, 0xFE, 0xC4, 0xAA, 0xA1, 0x36, 0x88 - .byte 0x3E, 0x64, 0x23, 0x34, 0xA5, 0x58, 0xFF, 0x60, 0x27, 0x72, 0x09, 0xDF, 0x08, 0x1C, 0x70, 0x47 - .byte 0x63, 0xC7, 0xA0, 0x60, 0x53, 0xFC, 0x9A, 0x98, 0x48, 0x47, 0x42, 0x83, 0xC1, 0xE8, 0x4D, 0xBC - .byte 0xE6, 0xF4, 0x2F, 0xD7, 0x6D, 0x6C, 0xCF, 0x44, 0x0A, 0x68, 0xDC, 0xAC, 0xB8, 0x27, 0x24, 0x44 - .byte 0x59, 0x7F, 0x2D, 0xE3, 0x79, 0x0C, 0x6B, 0x9F, 0x4A, 0xF9, 0x5B, 0x1D, 0x57, 0x2A, 0xD5, 0xC2 - .byte 0x76, 0x15, 0xF8, 0x04, 0x7B, 0xF1, 0xD3, 0x2B, 0x15, 0xA1, 0x26, 0x29, 0xA2, 0x81, 0xE8, 0x63 - .byte 0xC9, 0xBF, 0x1C, 0x88, 0x2A, 0x1A, 0x61, 0x97, 0x12, 0x08, 0xE0, 0x4A, 0x2B, 0x25, 0x72, 0x8C - .byte 0xB8, 0x57, 0xAF, 0xE7, 0x48, 0x62, 0x30, 0x9A, 0x8B, 0x13, 0x4A, 0x79, 0xED, 0x95, 0xED, 0xED - .byte 0x65, 0x56, 0x02, 0x2B, 0xCA, 0x6A, 0x0F, 0x26, 0xC8, 0xC4, 0x94, 0xEB, 0x5A, 0xF2, 0xD2, 0xBE - .byte 0x49, 0x0A, 0x77, 0xAE, 0x17, 0x08, 0x02, 0xD0, 0x35, 0x26, 0x12, 0xDF, 0x70, 0x47, 0xE7, 0xAA - .byte 0x20, 0x31, 0x36, 0x88, 0x88, 0x14, 0xA3, 0x8F, 0x38, 0x7F, 0xA7, 0x30, 0x3F, 0x62, 0xB1, 0xD9 - .byte 0x76, 0x59, 0x7B, 0x55, 0xFB, 0x73, 0x2D, 0x64, 0xB0, 0xD1, 0x01, 0x96, 0xDA, 0x04, 0x35, 0x81 - .byte 0xF9, 0x35, 0x9D, 0xAE, 0x24, 0x60, 0xFF, 0x5D, 0xE4, 0xD2, 0xC5, 0x8B, 0x2B, 0xD0, 0xC2, 0x24 - .byte 0x78, 0x3D, 0xF5, 0x38, 0x2A, 0x78, 0x44, 0xA2, 0x7C, 0xF0, 0x5F, 0x49, 0x9D, 0x40, 0x18, 0xD9 - .byte 0xF2, 0x82, 0xB5, 0xC0, 0xC5, 0x59, 0x8A, 0x5E, 0xB5, 0xCF, 0xDC, 0x03, 0xAA, 0xC3, 0x4A, 0x96 - .byte 0x12, 0x75, 0xD5, 0xC2, 0xE9, 0x3E, 0xA9, 0x6E, 0xFB, 0x38, 0xAC, 0xB8, 0x5B, 0x94, 0x81, 0xD5 - .byte 0x2F, 0x37, 0xC2, 0xD7, 0xC4, 0xEF, 0x6E, 0x8C, 0x1F, 0xFB, 0x36, 0x1D - - .thumb - .global SVC_CpuSet -SVC_CpuSet: ; 0x020002FE - swi 11 - bx lr - - .byte 0x9A, 0xCF, 0x03, 0x50, 0xA1, 0xE4, 0x98, 0xEA, 0x2E, 0x86, 0xBC, 0xBE, 0x31, 0x3D, 0xE8, 0xA4 - .byte 0x52, 0x6D, 0x18, 0x28, 0x8F, 0x2C, 0xED, 0x3F, 0xA2, 0xD5, 0x2A, 0xEC, 0x62, 0x15, 0x54, 0xDA - .byte 0x09, 0x05, 0x4D, 0x31, 0x97, 0x87, 0xC8, 0xA9, 0x5D, 0x16, 0x72, 0xAB, 0x72, 0xD1, 0x40, 0xFF - .byte 0x68, 0x58, 0x6C, 0xB0, 0x2F, 0xED, 0x61, 0xA5, 0xF6, 0x2E, 0x9A, 0xE2, 0x68, 0x53, 0xEB, 0xAA - .byte 0x22, 0x7F, 0x5C, 0xA1, 0xFA, 0x16, 0x49, 0x80, 0x6E, 0xDA, 0xFA, 0xAC, 0x1C, 0xE3, 0xC1, 0xC4 - .byte 0x5A, 0xCC, 0x0C, 0xDF, 0x70, 0x47, 0xF2, 0x98, 0x8D, 0xBF, 0xE0, 0x13, 0xFA, 0x9B, 0x06, 0x02 - .byte 0x9C, 0x8D, 0x25, 0xB2, 0xE3, 0xFD, 0xAE, 0xCF, 0x4E, 0x37, 0x89, 0x20, 0x26, 0xEB, 0xBA, 0xE3 - .byte 0x3D, 0xF3, 0x15, 0x0E, 0x6D, 0x4F, 0xE9, 0xB8, 0x97, 0xB8, 0xD8, 0x88, 0xF8, 0xA8, 0xCA, 0x33 - .byte 0x4D, 0x95, 0x06, 0x0F, 0xCB, 0xEE, 0x66, 0xFB, 0xA5, 0xF4, 0x74, 0xB4, 0xC0, 0x02, 0xC9, 0xAE - .byte 0x6B, 0x9D, 0x42, 0xF5, 0xD4, 0xF5, 0xBB, 0x4F, 0x36, 0x45, 0xCA, 0x61, 0x8E, 0x81, 0x70, 0x08 - .byte 0x8F, 0x53, 0xF6, 0x42, 0x5C, 0x19, 0xB1, 0x88, 0xB6, 0x3C, 0x7F, 0x46, 0xC4, 0x35, 0x85, 0xFC - .byte 0x6F, 0xED, 0xA4, 0xDE, 0x8D, 0x22, 0x9F, 0x0D, 0xE5, 0xFE, 0x0C, 0x64, 0xC3, 0xD4, 0x7D, 0x6A - .byte 0xC8, 0xD9, 0xD9, 0x87, 0xB4, 0x76, 0xAB, 0x7B, 0x00, 0x22, 0x05, 0xDF, 0x70, 0x47, 0x01, 0x76 - .byte 0xA5, 0x8A, 0x83, 0xAB, 0x61, 0xBE, 0x95, 0x9E, 0x89, 0xA4, 0xE8, 0xED, 0x31, 0x3C, 0x3E, 0xBF - .byte 0x13, 0x1F, 0x51, 0xDE, 0x0D, 0x0F, 0x91, 0xA0, 0xB8, 0xE3, 0xAA, 0x0E, 0xC6, 0x59, 0xC1, 0x0B - .byte 0x86, 0xDC, 0xE9, 0xCB, 0xFB, 0x42, 0x8A, 0xC8, 0x98, 0x33, 0x4E, 0xAE, 0xB9, 0x3D, 0xCF, 0x31 - .byte 0x92, 0x69, 0xA4, 0x74, 0x46, 0x13, 0xCE, 0x6B, 0x6F, 0xE2, 0xDD, 0xE2, 0x4C, 0x3A, 0xF9, 0xCF - .byte 0xA9, 0x28, 0xE8, 0xFE, 0x66, 0xE0, 0x34, 0x8E, 0xE7, 0xEE, 0x1D, 0x01, 0xB0, 0xA6, 0x8D, 0x56 - .byte 0xCE, 0xAD, 0x44, 0x4E, 0x56, 0x5F, 0x41, 0x0D, 0x7B, 0xD7, 0x87, 0xA2, 0xF5, 0xF9, 0x86, 0xE7 - .byte 0x7F, 0x14, 0xCB, 0x01, 0x51, 0xDB, 0xB0, 0x35, 0x13, 0xDF, 0x70, 0x47, 0xE8, 0xD5, 0x44, 0x23 - .byte 0x77, 0x99, 0x4C, 0xF1, 0x0F, 0x18, 0xBF, 0x84, 0x9F, 0xC3, 0xA0, 0x08, 0x8B, 0x9D, 0xD3, 0x34 - .byte 0x8B, 0xF8, 0xC6, 0xF3, 0x6E, 0x1E, 0x9A, 0xA3, 0x2E, 0x43, 0xBF, 0x27, 0xE4, 0xED, 0xEF, 0x0D - .byte 0x2E, 0x71, 0xE4, 0x49, 0x74, 0x11, 0xBF, 0x47, 0x7E, 0x65, 0xE1, 0x17, 0x4C, 0x1B, 0x8B, 0xA3 - .byte 0x8E, 0x7A, 0x7A, 0xB4, 0x35, 0x6C, 0x9E, 0x51, 0x68, 0x6A, 0x63, 0x2C, 0xF3, 0xCA, 0x58, 0xF3 - .byte 0x06, 0x99, 0xF2, 0x47, 0x91, 0x78, 0xCD, 0xFE, 0x4E, 0xE4, 0x99, 0x65, 0x32, 0x52, 0x28, 0xFA - .byte 0xF3, 0xE4, 0xBF, 0xFA, 0x3F, 0x37, 0x36, 0x98, 0x3A, 0x18, 0xA9, 0x42, 0x92, 0x7F, 0xDC, 0x17 - .byte 0x59, 0x2F, 0x3A, 0x06, 0x38, 0xDA, 0xE5, 0x27, 0x13, 0x41, 0xD1, 0xEC, 0x95, 0xC6, 0xEC, 0xD6 - .byte 0x10, 0xDF, 0x70, 0x47, 0x7E, 0x9D, 0x05, 0xD3, 0xF5, 0x36, 0x3B, 0xE7, 0x7C, 0xAE, 0x81, 0xEF - .byte 0xC8, 0x4B, 0x92, 0xB5, 0x6C, 0x12, 0x4F, 0x3B, 0x26, 0x6A, 0x7E, 0x22, 0xBF, 0x08, 0xAB, 0x6D - .byte 0x5F, 0xFE, 0xB2, 0x12, 0xD8, 0xFA, 0x8E, 0x17, 0x2A, 0x7B, 0xB1, 0xA2, 0x98, 0x69, 0x19, 0xAC - .byte 0xEE, 0x7E, 0x86, 0xA5, 0xD2, 0x7A, 0x4C, 0x7C, 0x17, 0x4A, 0x52, 0x80, 0x45, 0xD3, 0x3A, 0xD5 - .byte 0x3D, 0x6C, 0xD7, 0xE5, 0xBD, 0x9A, 0x4A, 0x58, 0x9B, 0x2A, 0xD9, 0xF9, 0x23, 0x02, 0x5E, 0x92 - .byte 0x0A, 0x31, 0x23, 0x2B, 0x5C, 0x0F, 0xB4, 0x16, 0x5E, 0x34, 0xED, 0xF2, 0x4A, 0xB6, 0x3C, 0xB6 - .byte 0xE5, 0x41, 0xD5, 0x24, 0x3A, 0xBA, 0xFB, 0xF1, 0x6D, 0x2B, 0x6E, 0x6A, 0x6A, 0x88, 0xD5, 0x3E - .byte 0x4F, 0x05, 0x0F, 0xDF, 0x70, 0x47, 0xEC, 0xB5, 0x44, 0xF9, 0x2C, 0xAF, 0x08, 0xE7, 0x9F, 0x4D - .byte 0xA9, 0x31, 0x6A, 0x8C, 0x11, 0xEE, 0x40, 0x23, 0xE5, 0x56, 0xB0, 0x11, 0xDA, 0x7B, 0x25, 0xB6 - .byte 0x8D, 0x8B, 0x53, 0xD6, 0xFD, 0xD4, 0x27, 0xDB, 0xDD, 0xBD, 0x83, 0x38, 0xB4, 0x56, 0x60, 0xC5 - .byte 0x9F, 0x11, 0xFC, 0xB3, 0xED, 0xE4, 0x32, 0x98, 0x61, 0x6E, 0x1B, 0x0E, 0x14, 0xEB, 0xC5, 0xA3 - .byte 0x11, 0x17, 0x21, 0xBA, 0xDC, 0x0A, 0x3D, 0x4D, 0xED, 0x8D, 0xA6, 0x4C, 0x1B, 0xC2, 0xFB, 0xD0 - .byte 0xCA, 0xA0, 0x0D, 0xDA, 0x68, 0x2D, 0x5A, 0x77, 0x20, 0xD9, 0xD0, 0x55, 0x5D, 0x3B, 0xC2, 0x1D - .byte 0x4C, 0x93, 0x56, 0x16, 0xCA, 0x36, 0x7E, 0xB0, 0x14, 0xDF, 0x70, 0x47, 0x78, 0x49, 0xE1, 0x21 - .byte 0x68, 0x63, 0x9E, 0x8B, 0xE1, 0x36, 0x90, 0x4D, 0xB6, 0x5F, 0x50, 0x3D, 0xBD, 0x26, 0x97, 0xA3 - .byte 0x2E, 0x17, 0xA4, 0x89, 0x04, 0xAF, 0x83, 0x71, 0x41, 0x4C, 0x5A, 0x36, 0x75, 0x26, 0x57, 0x13 - .byte 0xA7, 0xBC, 0x4C, 0x17, 0xAD, 0x27, 0xBF, 0xF0, 0xFE, 0xB2, 0xFB, 0x7D, 0x7C, 0x2B, 0x6E, 0x9E - .byte 0xAB, 0x44, 0xC4, 0x96, 0xC4, 0x7F, 0xA8, 0xA9, 0x36, 0xCF, 0x5E, 0x26, 0x86, 0x9D, 0x3B, 0x9C - .byte 0xB1, 0x6D, 0xE0, 0xC6, 0x6B, 0x27, 0xBD, 0x38, 0xC8, 0x69, 0xA3, 0xFE, 0x50, 0x6D, 0xE1, 0x54 - .byte 0x6E, 0xB2, 0x1C, 0x5D, 0x04, 0x50, 0x0B, 0x71, 0x97, 0x53, 0x7F, 0x6D, 0x1C, 0x80, 0xA9, 0xE2 - - .thumb - .global SVC_WaitByLoop -SVC_WaitByLoop: - swi 3 - bx lr - - .byte 0x6E, 0x47, 0x18, 0xE1, 0x7B, 0xB7, 0xC4, 0xAA, 0xEC, 0xC4, 0x6C, 0xFF, 0xED, 0x0B, 0x2B, 0x24 - .byte 0xE1, 0xF7, 0xCD, 0xE0, 0x48, 0x7F, 0xE4, 0x61, 0x33, 0x72, 0x52, 0x72, 0x76, 0x05, 0x51, 0x72 - .byte 0xF7, 0xCA, 0xFA, 0x86, 0x4A, 0x13, 0xA5, 0x9B, 0xC5, 0x13, 0xF2, 0xFE, 0xA7, 0x3F, 0x2A, 0x69 - .byte 0x85, 0xFA, 0xE9, 0x15, 0x66, 0xEC, 0x67, 0xCE, 0x72, 0x11, 0xF5, 0xB2, 0xA4, 0xCF, 0x75, 0x15 - .byte 0x42, 0x92, 0x1E, 0x58, 0x98, 0x55, 0xFE, 0xF9, 0xDA, 0x13, 0xE1, 0x6D, 0xCA, 0xAB, 0xD4, 0x00 - .byte 0x1B, 0x2A, 0x04, 0x86, 0x5D, 0x9D, 0xEB, 0xF8, 0x58, 0xDC, 0x26, 0x1A, 0xD8, 0xA1, 0x20, 0x65 - .byte 0x3F, 0x1D, 0xD8, 0x32, 0x1B, 0x3E, 0xE9, 0x12, 0xE8, 0x25, 0x74, 0x1F, 0xE6, 0xDB, 0xEF, 0x23 - .byte 0xF9, 0xE0, 0x99, 0x3C, 0x7E, 0xBF, 0x42, 0x5B, 0x09, 0xDF, 0x70, 0x47, 0xD5, 0x1D, 0xDE, 0x36 - .byte 0x47, 0x99, 0xEA, 0x96, 0xE7, 0xB5, 0x3D, 0x2A, 0xAA, 0x23, 0x48, 0x11, 0x04, 0xA5, 0x1A, 0xBC - .byte 0xA9, 0x22, 0x3F, 0x9F, 0x61, 0x10, 0xED, 0x1E, 0x57, 0x72, 0x0E, 0x8F, 0xFA, 0x08, 0x56, 0xEA - .byte 0xA4, 0x16, 0x02, 0xDE, 0x39, 0x73, 0xE2, 0x5A, 0xC0, 0x61, 0x83, 0x79, 0xAD, 0x6F, 0xB4, 0x6D - .byte 0xF8, 0xF7, 0xAC, 0xBB, 0x76, 0xAA, 0xE6, 0x49, 0x79, 0x9E, 0x99, 0x07, 0x3C, 0x23, 0x2E, 0x63 - .byte 0xA4, 0x77, 0xBC, 0xCB, 0x3C, 0x64, 0x3C, 0x91, 0x5E, 0x7C, 0xE3, 0xAB, 0xFF, 0xC9, 0xCE, 0x95 - .byte 0x7D, 0x97, 0x21, 0x83, 0x13, 0x41, 0x7D, 0x6D, 0x99, 0xCE, 0x7A, 0xBB, 0x7F, 0x7C, 0x98, 0x5C - .byte 0x96, 0x5F, 0x35, 0x78, 0x95, 0x3C, 0xAC, 0x1A, 0x43, 0x07, 0x8B, 0x60, 0xBB, 0x61, 0x7B, 0x3B - .byte 0x59, 0xCF, 0x5D, 0xF4, 0xCA, 0x19, 0x11, 0x2E, 0x06, 0xDF, 0x70, 0x47, 0x7D, 0x64, 0xA1, 0x4D - .byte 0x22, 0xE9, 0x4E, 0xFC, 0x2E, 0xAA, 0x6F, 0x29, 0xBA, 0x38, 0x77, 0xED, 0x0A, 0x33, 0x37, 0xDF - .byte 0x9F, 0xC7, 0x38, 0xC5, 0x80, 0x88, 0x63, 0xBD, 0x75, 0x6E, 0x71, 0x9C, 0x7F, 0xEC, 0x1E, 0x0C - .byte 0x95, 0xF9, 0xCA, 0xA5, 0x1B, 0x89, 0x72, 0xE2, 0x92, 0x88, 0x9B, 0x0D, 0xB7, 0x5C, 0xC0, 0xA8 - .byte 0x30, 0x0D, 0xA8, 0x69, 0x74, 0xA0, 0xE1, 0xEE, 0x07, 0x1D, 0x2C, 0x4A, 0xC8, 0x72, 0x9D, 0x14 - .byte 0x81, 0xF9, 0x00, 0xDF, 0x70, 0x47, 0xA9, 0xC6, 0x77, 0x11, 0x80, 0x51, 0x50, 0xAC, 0x5B, 0x70 - .byte 0x4F, 0x48, 0x21, 0x7E, 0xC4, 0x84, 0x46, 0xDF, 0x05, 0x93, 0x11, 0x89, 0x79, 0x24, 0x15, 0x86 - .byte 0x97, 0xC9, 0x86, 0x10, 0x86, 0x5D, 0xC4, 0x34, 0x25, 0x7E, 0x15, 0xDC, 0x45, 0x04, 0x55, 0x74 - .byte 0x15, 0x80, 0xEC, 0x90, 0x3C, 0x00, 0x1B, 0xB0, 0xCB, 0xBD, 0x8F, 0x30, 0x02, 0x7F, 0xFD, 0x23 - .byte 0x66, 0x78, 0xCC, 0x51, 0x4C, 0x17, 0x4A, 0xD2, 0xD1, 0x81, 0xEC, 0xE2, 0xF2, 0x49, 0xAF, 0x24 - .byte 0x49, 0x37, 0x7D, 0x66, 0xE4, 0x50, 0x27, 0x8C, 0xE5, 0x01, 0x1D, 0x72, 0x89, 0xCD, 0x05, 0xD8 - .byte 0x72, 0x53, 0x98, 0x7D, 0x2F, 0x51, 0x0B, 0x2B, 0x00, 0x22, 0x04, 0xDF, 0x70, 0x47, 0x5E, 0x7D - .byte 0xDC, 0x69, 0x73, 0xF1, 0x9F, 0xD4, 0xC0, 0xA5, 0x9F, 0x3C, 0xD6, 0xF5, 0x01, 0xF7, 0x6A, 0xF1 - .byte 0xE5, 0xCA, 0xAA, 0x6A, 0x3C, 0xA5, 0x81, 0xB6, 0x3C, 0x0A, 0xAC, 0x77, 0x32, 0x54, 0x85, 0x77 - .byte 0x7C, 0x56, 0xF9, 0xC9, 0x43, 0x93, 0xA0, 0x61, 0x8D, 0x92, 0x17, 0xBD, 0xDE, 0xAC, 0x1E, 0x35 - .byte 0x33, 0xCD, 0xDD, 0xD0, 0x49, 0x49, 0x2A, 0x45, 0xDD, 0x0E, 0x6F, 0xF7, 0x76, 0x20, 0xBF, 0xD8 - .byte 0xCE, 0x6A, 0x21, 0x6F, 0x09, 0xA6, 0x03, 0xC2, 0x6B, 0x91, 0x46, 0x86, 0x86, 0x30, 0x16, 0x20 - .byte 0x32, 0xBE, 0x4F, 0x6F, 0x6A, 0x34, 0xA8, 0xEB, 0x00, 0x00 -.else - .byte 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xF2, 0xB4 - .byte 0x81, 0xC1, 0x6E, 0x73, 0x2D, 0xF1, 0xAB, 0x13, 0x78, 0xCB, 0x22, 0x23, 0xB5, 0xDD, 0xE7, 0x6F - .byte 0xE8, 0xFE, 0xA2, 0x31, 0x84, 0x32, 0x7F, 0xB3, 0xFC, 0x32, 0x3B, 0x5F, 0xD2, 0x19, 0x8B, 0xE0 - .byte 0x9E, 0x58, 0x5A, 0x86, 0xD1, 0x2C, 0x49, 0xC6, 0x75, 0x82, 0xF1, 0xE9, 0x9C, 0x3F, 0x72, 0x77 - .byte 0xE5, 0x18, 0xFB, 0xE7, 0xCF, 0x29, 0x15, 0xC8, 0xB7, 0x91, 0x73, 0x77, 0xC8, 0x89, 0xD9, 0xE3 - .byte 0x91, 0x39, 0xA8, 0xC1, 0x22, 0x64, 0xD1, 0xDC, 0x23, 0xDD, 0xA8, 0xD8, 0x40, 0x6A, 0xDE, 0x49 - .byte 0x0D, 0xFC, 0x09, 0x4F, 0x9C, 0x4B, 0x19, 0xBF, 0xF7, 0xA5, 0x49, 0xA6, 0x2B, 0x2A, 0x7E, 0x76 - .byte 0xC0, 0x0D, 0x5E, 0x0D, 0xE7, 0x62, 0xE1, 0xCA - - .thumb - .global SVC_UncompressRL16FromDevice -SVC_UncompressRL16FromDevice: ; 0x02000078 - swi 21 - bx lr - - .byte 0x8E, 0xCD, 0x45, 0x99, 0xC2, 0xFC, 0x47, 0x0B, 0xF9, 0x33, 0x43, 0x20, 0xED, 0x62, 0xDC, 0x65 - .byte 0x98, 0x98, 0x03, 0x41, 0x07, 0x6C, 0xA1, 0xF0, 0xF7, 0x76, 0x6A, 0x80, 0xF5, 0xE9, 0xB1, 0xA3 - .byte 0x7F, 0xEE, 0xC1, 0xC0, 0x9C, 0xD8, 0x22, 0xA3, 0x3A, 0x48, 0x10, 0x9B, 0x49, 0x66, 0xE8, 0x09 - .byte 0x1C, 0xE0, 0x23, 0xF4, 0x92, 0x78, 0x92, 0x76, 0xFB, 0xBD, 0x4E, 0x63, 0x4A, 0x4B, 0x80, 0xAE - .byte 0x98, 0xFC, 0x58, 0x35, 0xC4, 0x08, 0x8A, 0x6F, 0xDD, 0x30, 0xCC, 0x06, 0xAE, 0x80, 0xBC, 0x0C - .byte 0xC5, 0xDB, 0x41, 0x60, 0x68, 0x9B, 0xBC, 0x70, 0xD9, 0x93, 0x4C, 0x71, 0xCE, 0xF4, 0x3C, 0x40 - .byte 0x36, 0xDF, 0x51, 0xDC, 0x88, 0x76, 0xCE, 0x94 - - .thumb - .global SVC_WaitVBlankIntr -SVC_WaitVBlankIntr: ; 0x020000E4 - mov r2, #0 - swi 5 - bx lr - - .byte 0x8F, 0x25, 0x5F, 0x13, 0xE1, 0x3C, 0xF0, 0x99, 0x96, 0x05, 0xF2, 0xB5, 0x87, 0xF9, 0x3D, 0x6C - .byte 0x5B, 0x0B, 0x85, 0x71, 0x3F, 0x92, 0xE0, 0x2E, 0xC3, 0x56, 0x26, 0x8B, 0xF4, 0x4B, 0x6D, 0x48 - .byte 0x25, 0xF0, 0x17, 0x26, 0x95, 0x35, 0x09, 0x85, 0xB9, 0xFB, 0x57, 0x08, 0x3A, 0xE6, 0xAF, 0x38 - .byte 0x5F, 0x0C, 0xAB, 0x8F, 0x7B, 0x81, 0x35, 0xE2, 0xC1, 0xD3, 0x5A, 0x9B, 0x85, 0xC5, 0xE6, 0x1C - .byte 0x10, 0xEC, 0xF5, 0x3C, 0x2B, 0x77, 0x27, 0xE2, 0xC3, 0x87, 0x07, 0x09, 0x2F, 0x78, 0xB2, 0x1E - .byte 0x72, 0x59, 0xEF, 0xC8 - - .thumb - .global SVC_UnpackBits -SVC_UnpackBits: ; 0x0200013E - swi 16 - bx lr - - .byte 0x7F, 0x0D, 0x98, 0xCA, 0x0D, 0x6B, 0xAA, 0xE1, 0xBB, 0x0E, 0xC6, 0x6B, 0xB9, 0x85, 0x13, 0x01 - .byte 0x11, 0xC9, 0xC0, 0x37, 0x2B, 0xB5, 0x7A, 0x1B, 0x98, 0xA7, 0xA4, 0x53, 0x3F, 0xCD, 0x02, 0xD1 - .byte 0xFA, 0xF1, 0xE5, 0xAC, 0x05, 0x1C, 0xCD, 0x10, 0x19, 0x76, 0xAB, 0xDC, 0xBF, 0xEE, 0x2B, 0x10 - .byte 0x80, 0x04, 0xFF, 0x43, 0x83, 0x91, 0x48, 0x0F, 0x62, 0xC6, 0xC4, 0xE2, 0x87, 0x4E, 0x51, 0x94 - .byte 0x84, 0xBE, 0x25, 0x57, 0x56, 0x35, 0xA8, 0x74, 0xE8, 0x5B, 0x23, 0x77, 0xE5, 0x9A, 0x51, 0xDC - .byte 0x6F, 0x2E, 0xBF, 0x2B, 0xF6, 0x1B, 0xC7, 0x60, 0x89, 0xE0, 0xE3, 0x66, 0xDD, 0x82, 0x2D, 0xE1 - .byte 0xE7, 0xC9, 0x66, 0x08, 0x37, 0x48, 0xD4, 0x0D, 0x6F, 0x84, 0xBB, 0x28, 0xF7, 0x9A, 0x0F, 0x81 - .byte 0xF5, 0xF9, 0xD7, 0x05, 0x5C, 0x5B, 0xA4, 0xCF, 0x3F, 0xBD, 0x02, 0xC6, 0x54, 0x59 - - .thumb - .global SVC_UncompressLZ16FromDevice -SVC_UncompressLZ16FromDevice: ; 0x020001C0 - swi 18 - bx lr - - .byte 0xEA, 0xE2, 0x38, 0xCD, 0x7B, 0x60, 0x77, 0x99, 0x13, 0x94, 0x94, 0x7C, 0xD1, 0xB4, 0xA2, 0x68 - .byte 0xB3, 0x9A, 0x06, 0x50, 0xA5, 0xB8, 0x42, 0x29, 0x6F, 0x7F, 0xBB, 0xC3, 0xB6, 0xDC, 0x6F, 0x3E - .byte 0x8E, 0x83, 0xD6, 0x49, 0x09, 0x87, 0x2F, 0x33, 0xA8, 0x9C, 0xBA, 0x1C, 0x7B, 0x94, 0xFA, 0x3B - .byte 0xE9, 0xED, 0xA8, 0x5A, 0xE5, 0x56, 0x78, 0xDA, 0xDC, 0x01, 0xAB, 0x56, 0xE7, 0x49, 0xF3, 0xC6 - .byte 0xED, 0x36, 0x9C, 0x6A, 0xC9, 0xC0, 0x91, 0x9E, 0x7A, 0xDA, 0x05, 0x96, 0xB3, 0xF3, 0x22, 0x2E - .byte 0xB8, 0xA9, 0x9F, 0xA9, 0xCC, 0xDA, 0x01, 0x3A, 0xA3, 0x31, 0xDA, 0x35, 0x27, 0xF2, 0x58, 0xA5 - .byte 0x53, 0x89, 0x8C, 0xA5, 0xBA, 0x7F, 0x13, 0x0F, 0x3A, 0xC5 - - .thumb - .global SVC_SoftReset -SVC_SoftReset: ; 0x0200022E - swi 0 - bx lr - - .byte 0x80, 0xBE, 0x17, 0xC4, 0x7B, 0x18, 0xE4, 0x43, 0x96, 0x59, 0x0A, 0x7B, 0xB0, 0x46, 0xEE, 0x18 - .byte 0x40, 0x4E, 0x48, 0x1A, 0xB8, 0x78, 0x9E, 0x1A, 0x19, 0xD5, 0x3A, 0x7E, 0x80, 0x39, 0xD0, 0xFA - .byte 0x8B, 0x56, 0xB7, 0x0F, 0x28, 0x90, 0xFC, 0x7F, 0xFF, 0x44, 0xB2, 0x2B, 0xE0, 0xE6, 0x72, 0x03 - .byte 0x34, 0x30, 0x8B, 0x45, 0x80, 0x56, 0xD2, 0xD0, 0xB0, 0xC5, 0xF8, 0xCA, 0xF9, 0xC3, 0x9C, 0x4E - .byte 0xC7, 0x51, 0x9B, 0xAA, 0x9A, 0x73, 0x81, 0x21, 0x7B, 0x8C, 0xBC, 0x79, 0x53, 0x7F, 0x9D, 0xE0 - .byte 0xFD, 0x82, 0xAE, 0x4E, 0x09, 0xDF, 0x08, 0x1C, 0x70, 0x47, 0x2F, 0x43, 0x55, 0x76, 0x8C, 0x0A - .byte 0x13, 0x3A, 0x13, 0x61, 0x9F, 0xF0, 0xD3, 0x7C, 0x7C, 0x85, 0x69, 0x62, 0x91, 0x29, 0x6D, 0x5F - .byte 0xB6, 0xAD, 0x42, 0x9D, 0x66, 0x8C, 0x02, 0x01, 0x3F, 0x78, 0x41, 0x25, 0xDE, 0xE7, 0x30, 0xE4 - .byte 0xBA, 0xEC, 0x6C, 0x0F, 0x4B, 0x23, 0x75, 0x84, 0xD7, 0x19, 0x95, 0xBB, 0x86, 0x6D, 0xCC, 0x36 - .byte 0xCF, 0xEC, 0x0A, 0xCF, 0x99, 0x3A, 0x0B, 0x01, 0xCF, 0x52, 0x7D, 0xD5, 0x33, 0x2D, 0x99, 0x31 - .byte 0x48, 0x43, 0xFE, 0x53, 0xF6, 0x49, 0x74, 0xF7, 0xCC, 0x85, 0xAE, 0xD1, 0x9D, 0x56, 0x6E, 0xDE - .byte 0xC3, 0x0D, 0x19, 0x29, 0x27, 0xC6, 0x1F, 0x39, 0x6C, 0xDB, 0x9F, 0x56, 0x4E, 0x39, 0x9E, 0x5F - .byte 0xB1, 0xBD, 0x25, 0xE9, 0x1D, 0xFB, 0x12, 0xCF - - .thumb - .global SVC_UncompressHuffmanFromDevice -SVC_UncompressHuffmanFromDevice: ; 0x020002FA - swi 19 - bx lr - - .byte 0x88, 0x07, 0x93, 0x96, 0xCD, 0xEF, 0xB4, 0x07, 0x96, 0xD3, 0xE6, 0xD8, 0x05, 0x2A, 0xF5, 0xCB - .byte 0x2D, 0x82, 0x9D, 0xB1, 0xA7, 0xDA, 0x38, 0xC1, 0x37, 0x70, 0x6A, 0xA3, 0x28, 0x43, 0xAC, 0x7A - .byte 0x20, 0x83, 0xBA, 0x90, 0x8A, 0x49, 0xAA, 0x1A, 0x41, 0x6E, 0x92, 0x21, 0xE8, 0xDA, 0x66, 0x70 - .byte 0x78, 0x32, 0x77, 0x66, 0x7F, 0xCD, 0xE4, 0x0C, 0x69, 0x20, 0x35, 0x9C, 0x9A, 0xC7, 0xDC, 0x1F - .byte 0x4C, 0x73, 0x57, 0xB5, 0xBA, 0xFB, 0x44, 0x05, 0xBA, 0x06, 0x7B, 0x29, 0xAC, 0x5E, 0x04, 0x66 - .byte 0xC5, 0x77, 0x87, 0x6B, 0x3F, 0xE4, 0xC1, 0xEE, 0x8C, 0x22, 0x1A, 0x07, 0x63, 0xD5, 0xB6, 0xAF - .byte 0x32, 0xA2, 0xFE, 0x6E, 0x38, 0x11, 0xF3, 0x45, 0x7C, 0xB5, 0x1C, 0x3D, 0x5C, 0x62, 0xFA, 0x7A - .byte 0x2B, 0x4E, 0x8C, 0x92, 0x66, 0x60 - - .thumb - .global SVC_UncompressRL8 -SVC_UncompressRL8: ; 0x02000374 - swi 20 - bx lr - - .byte 0x43, 0xA3, 0x40, 0x36, 0x0E, 0x7C, 0xAE, 0x48, 0x76, 0xF1, 0x9F, 0xF4, 0x6F, 0xA8, 0x27, 0x16 - .byte 0xDD, 0xEC, 0x04, 0x90, 0xA0, 0x83, 0x47, 0x9E, 0xE6, 0x5E, 0x84, 0x83, 0xDE, 0x53, 0x31, 0xFF - .byte 0xFE, 0xF3, 0x6A, 0xB2, 0x00, 0xBC, 0x2C, 0x03, 0x94, 0x79, 0x0C, 0x82, 0xE4, 0x6A, 0xE2, 0xB6 - .byte 0x36, 0xFB, 0x39, 0x9B, 0xE0, 0xBC, 0xBF, 0x11, 0x07, 0x36, 0x4C, 0xD0, 0x88, 0xD7, 0x3D, 0x27 - .byte 0xDF, 0x72, 0x65, 0x63, 0x15, 0x7E, 0x5E, 0x1A, 0x52, 0xBA, 0xA8, 0xCA, 0xA1, 0xEA, 0x91, 0x2D - .byte 0x86, 0x78, 0x86, 0xB8, 0xC1, 0x1B, 0x54, 0x44, 0xD6, 0xDA, 0xE5, 0x47, 0x2B, 0x18, 0x0D, 0xB8 - .byte 0x6B, 0xAB, 0x68, 0xCF, 0x27, 0x8D - - .thumb - .global SVC_Halt -SVC_Halt: ; 0x020003DE - swi 6 - bx lr - - .byte 0x5F, 0x28, 0xC9, 0x01, 0xDD, 0x41, 0xE2, 0x97, 0x5F, 0xEE, 0xA6, 0xC6, 0x20, 0x09, 0xB0, 0xC9 - .byte 0x56, 0xC1, 0x3F, 0x32, 0xBF, 0x1C, 0xD6, 0xF4, 0x1F, 0x0D, 0xD3, 0xA2, 0xBC, 0xA3, 0xBA, 0x4D - .byte 0x7A, 0x75, 0xE9, 0xB6, 0x47, 0x5A, 0xDA, 0x7C, 0x43, 0x88, 0xFD, 0x04, 0x16, 0xA5, 0x8E, 0xC8 - .byte 0xE4, 0x11, 0xEB, 0x4F, 0x73, 0x9C, 0x7C, 0x70, 0x90, 0xC6, 0x01, 0x56, 0x3E, 0x29, 0xF0, 0x0B - .byte 0xC4, 0xA1, 0x9F, 0x2D, 0x57, 0x65, 0xA7, 0x8B, 0xA4, 0xEC, 0x97, 0xDB, 0x80, 0xA6, 0xC3, 0x1A - .byte 0x5A, 0x6D, 0xBE, 0x22, 0x94, 0x34, 0xC4, 0x84, 0x7B, 0x39, 0xDE, 0xB5, 0x00, 0x16, 0xB0, 0x5B - .byte 0xE4, 0xE1, 0xF4, 0xB6, 0xE8, 0x02, 0x2A, 0xBF, 0x10, 0x0C, 0x34, 0x6D, 0x42, 0xF5, 0xC5, 0x60 - - .thumb - .global SVC_Div -SVC_Div: ; 0x02000452 - swi 9 - bx lr - - .byte 0x4E, 0xC7, 0xBB, 0x05, 0x37, 0xAE, 0x1C, 0x8C, 0x47, 0x91, 0xCF, 0x51, 0x1C, 0x20, 0xC6, 0xD4 - .byte 0x66, 0x00, 0xD3, 0x84, 0x92, 0x0C, 0xF4, 0xF8, 0x43, 0xBC, 0x47, 0x4D, 0x7A, 0xBC, 0xC8, 0x2B - .byte 0x1D, 0x1D, 0xD3, 0x47, 0x14, 0xCF, 0x27, 0x41, 0x03, 0x89, 0xE8, 0xCD, 0xD4, 0x60, 0x6A, 0xBF - .byte 0x96, 0xDD, 0x82, 0xE6, 0x13, 0x2C, 0x2D, 0xB7, 0xA9, 0xB0, 0xB2, 0x5D, 0xF0, 0x2A, 0x49, 0x22 - .byte 0xEC, 0xAE, 0x7C, 0x8E, 0xE7, 0x13, 0xE6, 0x56, 0x96, 0x65, 0x78, 0xA9, 0x68, 0x42, 0x59, 0x96 - .byte 0x82, 0x9C, 0xFF, 0xEE, 0x0F, 0xB2 - - .thumb - .global SVC_Sqrt -SVC_Sqrt: ; 0x020004AC - swi 13 - bx lr - - .byte 0x64, 0x00, 0xAB, 0xE4, 0xBB, 0xA5, 0xF3, 0x44, 0x45, 0x5D, 0xA2, 0xBE, 0x0A, 0x71, 0xB5, 0xFB - .byte 0xAE, 0x64, 0x4B, 0xF4, 0x05, 0xA3, 0x21, 0x4F, 0x4F, 0x6A, 0x62, 0xA7, 0x72, 0xFE, 0xD9, 0x98 - .byte 0x37, 0x36, 0x79, 0xFC, 0xE7, 0x9C, 0xBB, 0xFB, 0x98, 0x1B, 0x6D, 0x03, 0xBE, 0x96, 0x72, 0x69 - .byte 0xC7, 0x69, 0x1A, 0xFA, 0x15, 0x84, 0x37, 0xA2, 0x1C, 0x6F, 0x83, 0xCF, 0x02, 0x4D, 0xCF, 0x5F - .byte 0x4E, 0x41, 0xE0, 0x7C, 0x30, 0xE8, 0x3C, 0xB0, 0x24, 0x76, 0x7A, 0x4D, 0xAF, 0x20, 0xD3, 0x7D - .byte 0x08, 0x2B, 0xA5, 0x1D, 0xA1, 0xC6, 0x60, 0xD2, 0x72, 0xC6 - - .thumb - .global SVC_WaitByLoop -SVC_WaitByLoop: ; 0x0200050A - swi 3 - bx lr - - .byte 0x25, 0x1F, 0xBA, 0x2C, 0x1B, 0x23, 0xC3, 0xFE, 0x7D, 0xED, 0x2E, 0x19, 0xE1, 0x77, 0xBE, 0x6A - .byte 0x0D, 0x4B, 0xBA, 0x67, 0x8E, 0x98, 0xC0, 0x40, 0x29, 0x30, 0x80, 0xD1, 0x7E, 0xCD, 0x76, 0xB2 - .byte 0xE6, 0xC9, 0x20, 0x88, 0xCC, 0x25, 0x62, 0x6E, 0xCF, 0xC1, 0x1F, 0x35, 0x08, 0x8F, 0x18, 0x40 - .byte 0x41, 0x30, 0x03, 0xAE, 0xE0, 0x5A, 0xB7, 0x03, 0xCB, 0x18, 0x83, 0x98, 0xCB, 0x25, 0x9B, 0xD0 - .byte 0xC6, 0x7B, 0xE0, 0x7B, 0x02, 0x86, 0xCE, 0x55, 0x80, 0x7F, 0x15, 0x64, 0x79, 0xC6, 0xBB, 0x2C - .byte 0x25, 0xCA, 0x08, 0x51, 0x77, 0x56, 0x0C, 0x5F, 0x63, 0x91, 0x80, 0xF5, 0x5B, 0x66, 0xCD, 0x00 - .byte 0xDF, 0x32, 0x29, 0x7F, 0xEF, 0x32, 0x1D, 0xBB, 0xAA, 0xF3, 0xDC, 0xAC, 0xBF, 0xF4, 0xA1, 0x87 - .byte 0xF5, 0x59 - - .thumb - .global SVC_GetCRC16 -SVC_GetCRC16: ; 0x02000580 - swi 14 - bx lr - - .byte 0xFF, 0x01, 0xBB, 0x78, 0xAC, 0xB6, 0x11, 0x1F, 0x37, 0xF3, 0x01, 0x06, 0xD0, 0x01, 0x00, 0x9A - .byte 0xFD, 0xCB, 0x18, 0x06, 0x0A, 0xF4, 0xD6, 0x8D, 0x71, 0x57, 0xFE, 0xCA, 0xF2, 0x2B, 0xF2, 0xDF - .byte 0xC7, 0xE8, 0x8A, 0x28, 0x52, 0x95, 0x19, 0xF1, 0x3B, 0xE6, 0x4E, 0x8B, 0xD2, 0x02, 0x54, 0x42 - .byte 0x02, 0x4A, 0x40, 0x04, 0xA6, 0x24, 0xC1, 0xDB, 0x7E, 0x6A, 0x73, 0x19, 0xD2, 0x18, 0x86, 0x48 - .byte 0x99, 0xC3, 0x7B, 0x35, 0x3A, 0x7B, 0x76, 0x35, 0x0C, 0x82, 0x53, 0xD0, 0x5D, 0xD9, 0x97, 0xBC - .byte 0x48, 0x80, 0x4C, 0xD5 - - .thumb - .global SVC_CpuSetFast -SVC_CpuSetFast: ; 0x020005D8 - swi 12 - bx lr - - .byte 0x36, 0xF2, 0xD9, 0x9A, 0xDB, 0xAA, 0x63, 0xF2, 0xBD, 0x54, 0xFC, 0x40, 0x84, 0xB2, 0x35, 0xE5 - .byte 0x26, 0x36, 0x25, 0x89, 0x4B, 0x9C, 0xE2, 0x94, 0x28, 0x21, 0xB7, 0x46, 0x78, 0x4C, 0xBB, 0x52 - .byte 0x43, 0x6E, 0x23, 0x67, 0xDB, 0xEC, 0x8F, 0x93, 0xD2, 0xA2, 0x3A, 0xA5, 0x7D, 0x92, 0x97, 0x00 - .byte 0xAD, 0xDC, 0x3B, 0xF1, 0x37, 0x7E, 0x9E, 0x7B, 0x4E, 0xD0, 0xE2, 0xE9, 0x6B, 0xBC, 0xB7, 0x50 - .byte 0xE7, 0x00, 0x0C, 0x0A, 0x1E, 0xA5, 0x2D, 0x16, 0xB7, 0xF8, 0xBF, 0x54 - - .thumb - .global SVC_WaitIntr -SVC_WaitIntr: ; 0x02000628 - mov r2, #0 - swi 4 - bx lr - - .byte 0x8C, 0x18, 0xF9, 0x04, 0x15, 0x40, 0x93, 0x79, 0xC7, 0x6A, 0xA8, 0x38, 0x08, 0xD6, 0xB3, 0x87 - .byte 0xCB, 0xBB, 0x55, 0xDE, 0xF6, 0x4D, 0xBC, 0x95, 0xD7, 0x64, 0xE6, 0x66, 0xA5, 0xA5, 0xDA, 0x49 - .byte 0x77, 0x69, 0x14, 0x0F, 0x0C, 0xFE, 0x30, 0x61, 0x05, 0xA3, 0x72, 0xFB, 0x20, 0xB7, 0x1A, 0xE1 - .byte 0x5D, 0x17, 0xCC, 0x8A, 0x12, 0x36, 0x08, 0x63, 0x63, 0xE6, 0xA8, 0x09, 0x12, 0x62, 0x30, 0x4F - .byte 0xAA, 0x47, 0x70, 0x67, 0x08, 0xE1, 0x35, 0x28, 0xFE, 0xFE, 0x24, 0x75, 0x14, 0x03, 0x40, 0x3E - .byte 0x47, 0xEC, 0xC1, 0xA3, 0x4C, 0x42, 0xE9, 0xB0, 0x27, 0x33, 0x3F, 0xC1, 0xFC, 0xE8, 0x34, 0x66 - .byte 0xB7, 0xDB, 0xCB, 0x66, 0x6A, 0x9E, 0x2F, 0x5D, 0x69, 0xB4, 0x38, 0x57, 0x49, 0x1E, 0x0F, 0xBF - .byte 0x4F, 0x98, 0x7F, 0x35, 0xB8, 0xAB, 0x7C, 0x02, 0xB4, 0x5B, 0xA9, 0x1F, 0x75, 0x00, 0xF1, 0x7D - .byte 0xC7, 0x79, 0xFB, 0x23 - - .thumb - .global SVC_CpuSet -SVC_CpuSet: ; 0x020006B2 - swi 11 - bx lr - - .byte 0x41, 0x89, 0x4D, 0x99, 0x93, 0xBA, 0xCE, 0x99, 0xE6, 0xAF, 0x92, 0x54, 0x2F, 0x8E, 0xB3, 0xCD - .byte 0x2E, 0xD0, 0x48, 0x52, 0x5B, 0xE6, 0xE1, 0x31, 0x6A, 0x30, 0xF8, 0x3B, 0x54, 0x0B, 0x4B, 0xC9 - .byte 0x17, 0x06, 0x9F, 0xA0, 0xAE, 0x24, 0xFF, 0x94, 0x33, 0x32, 0x41, 0x1D, 0x89, 0xAC, 0x9E, 0x42 - .byte 0xA4, 0x8E, 0x75, 0x48, 0x1F, 0x6E, 0x2A, 0xDB, 0xAC, 0x54, 0x55, 0x27, 0x36, 0xBB, 0x7F, 0x9D - .byte 0x57, 0xD4, 0x32, 0x5B, 0xA9, 0x29, 0x15, 0x98, 0xBB, 0x9C, 0x93, 0x88, 0x62, 0x25, 0xA0, 0x8B - .byte 0x2F, 0x19, 0xDF, 0x72, 0x7E, 0x73, 0x86, 0x0C, 0x1E, 0x5B, 0xA5, 0x9D, 0xF1, 0xCD, 0x45, 0x62 - .byte 0xE5, 0x62, 0xCA, 0xE4, 0x2F, 0x20, 0xCE, 0x44, 0x9F, 0xFC, 0x14, 0xCF, 0x0E, 0xD2, 0xC3, 0x56 - .byte 0x92, 0x29, 0x5A, 0xF1, 0x11, 0xDF, 0x70, 0x47, 0xC8, 0x58, 0x5C, 0x38, 0x05, 0x09, 0x09, 0x37 - .byte 0x19, 0x37, 0xE9, 0x0A, 0x56, 0xF5, 0x5F, 0x57, 0x9C, 0xA8, 0x91, 0x87, 0xFB, 0x03, 0xE3, 0xD2 - .byte 0x07, 0x4E, 0xC9, 0x39, 0x37, 0xC1, 0x50, 0x29, 0x1C, 0x36, 0x33, 0xBC, 0x57, 0x37, 0x82, 0xA4 - .byte 0x69, 0x2C, 0xA2, 0x3D, 0x05, 0x3E, 0xCE, 0x4C, 0x53, 0x89, 0x49, 0x3B, 0xCC, 0x15, 0xF2, 0xB5 - .byte 0xD6, 0x28, 0x97, 0x98, 0xFB, 0x28, 0xFA, 0xD4, 0x58, 0x1C, 0x29, 0x37, 0x0C, 0x52, 0xB4, 0xCA - .byte 0x4B, 0x0B, 0x39, 0x6A, 0xDB, 0x40, 0xF9, 0xA2, 0xA3, 0x5B, 0x6C, 0x58, 0x17, 0x75, 0x8E, 0xB3 - .byte 0xF2, 0xF4, 0xA1, 0x39, 0x17, 0xD9, 0x7B, 0x9C - - .thumb - .global IsMmemExpanded -IsMmemExpanded: ; 0x0200078E - swi 15 - bx lr - - .byte 0x77, 0x04, 0xED, 0xD8, 0xD3, 0x0B, 0xEB, 0x51, 0x73, 0xA7, 0x84, 0x7E, 0x54, 0x52, 0xDE, 0x0B - .byte 0x6F, 0xF4, 0xC4, 0x7F, 0xF6, 0x60, 0x00, 0xD6, 0x24, 0xD3, 0x41, 0x86, 0x99, 0xE8, 0x29, 0xAF - .byte 0x5C, 0x16, 0xC1, 0x5D, 0x6E, 0xE6, 0x4B, 0x67, 0x51, 0xAC, 0xE4, 0xD6, 0x5B, 0x50, 0x6B, 0xDE - .byte 0x27, 0x38, 0xF8, 0x0D, 0x0E, 0x81, 0xDB, 0x80, 0x93, 0xF0, 0xD8, 0x08, 0xA5, 0xF6, 0x7C, 0xE5 - .byte 0x34, 0xCC, 0x86, 0x4D, 0xDE, 0xC3, 0x81, 0xB4, 0xB7, 0x4B, 0x8B, 0x94, 0x41, 0xD8, 0x98, 0x7B - .byte 0x5F, 0x79, 0x21, 0x3D, 0xC5, 0x92, 0xFC, 0x3B, 0x9A, 0x88, 0x54, 0x14, 0x40, 0x00, 0x3E, 0x7D - .byte 0x98, 0xE4, 0x50, 0xA9, 0xA0, 0xB7, 0xCC, 0x79, 0x30, 0xFE, 0xAC, 0x85, 0x00, 0x00 - - .endif diff --git a/arm9/lib/syscall/secure.s b/arm9/lib/syscall/secure.s new file mode 100644 index 00000000..588b942e --- /dev/null +++ b/arm9/lib/syscall/secure.s @@ -0,0 +1,413 @@ +/* secure.s TODO: Disassemble */ + .include "asm/macros.inc" + +.section .text + +.ifdef DIAMOND + .byte 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0x42, 0x6E + .byte 0xF9, 0xCC, 0x54, 0x4B, 0x74, 0x53, 0x91, 0x91, 0xBC, 0x95, 0xD2, 0x12, 0xE1, 0xD0, 0xF0, 0x41 + .byte 0xE5, 0xB6, 0x47, 0xA4, 0x23, 0x18, 0x61, 0xE9, 0xC4, 0x0A, 0xA2, 0xAD, 0xF8, 0x77, 0xB5, 0x6E + .byte 0x4C, 0x8D, 0x57, 0x83, 0x2F, 0x99, 0x16, 0x1A, 0x51, 0x4A, 0x6A, 0x1F, 0x07, 0x78, 0x92, 0xD3 + .byte 0xDF, 0x3D, 0x25, 0x0E, 0xF5, 0xA5, 0x93, 0x29, 0x1D, 0xC4, 0xA5, 0x97, 0x54, 0xA0, 0xA8, 0xB2 + .byte 0x1B, 0x9B, 0x58, 0x3C, 0xA5, 0xA4, 0x9D, 0x8B, 0x9F, 0x13, 0xAB, 0xF8, 0x09, 0x0D, 0x63, 0xE9 + .byte 0xAC, 0xF0, 0x80, 0x2D, 0xA7, 0x87, 0x5F, 0x1C, 0xDC, 0x1B, 0x0C, 0x6D, 0xED, 0xB5, 0x46, 0x60 + .byte 0x04, 0x1C, 0x11, 0xDF, 0x70, 0x47, 0xEC, 0xA5, 0x91, 0x81, 0x4D, 0xFF, 0x9E, 0x6D, 0x24, 0x87 + .byte 0x2E, 0x74, 0xAB, 0x34, 0x55, 0x7A, 0x0C, 0xA4, 0xC7, 0x66, 0xB7, 0x5A, 0xA7, 0x14, 0x64, 0xDE + .byte 0xFD, 0xC7, 0x24, 0xF7, 0xD9, 0xE0, 0x2D, 0x67, 0x16, 0x72, 0xD3, 0x68, 0x8A, 0xA0, 0xE1, 0xD2 + .byte 0x09, 0x2A, 0x35, 0xD5, 0x40, 0x75, 0x41, 0xFC, 0xA3, 0xCA, 0xEB, 0x03, 0xDA, 0x58, 0x31, 0x72 + .byte 0x00, 0xFF, 0x46, 0xC7, 0xBA, 0xDF, 0xEE, 0x29, 0xC5, 0xE1, 0xDB, 0x7D, 0x1C, 0x37, 0x87, 0x63 + .byte 0x9A, 0x5A, 0x23, 0xCA, 0x8C, 0x38, 0x5E, 0x98 + .thumb + .global SVC_GetCRC16 +SVC_GetCRC16: ; 0x020000C8 + swi 14 + bx lr + thumb_func_end SVC_GetCRC16 + + .byte 0x27, 0x2C, 0x80, 0x42, 0xAA, 0x04, 0x05, 0x4F, 0x89, 0xDD, 0x4D, 0x3A, 0xAB, 0xF0, 0xC9, 0x2F + .byte 0xA0, 0xAF, 0x40, 0x64, 0x08, 0xF4, 0xD8, 0x2A, 0x5D, 0xB2, 0x38, 0xD2, 0xBB, 0x11, 0xE9, 0xDA + .byte 0x6F, 0x72, 0x75, 0x37, 0x66, 0x7C, 0x31, 0xB1, 0xAF, 0x8E, 0xD1, 0x97, 0xC6, 0x7F, 0x7C, 0x4A + .byte 0xEA, 0xE7, 0xF6, 0x4D, 0x6D, 0x83, 0x7F, 0xAA, 0xA3, 0x0C, 0x78, 0xF6, 0x1B, 0xF7, 0x13, 0xDD + .byte 0x71, 0x23, 0x45, 0x1B, 0xFB, 0x8D, 0x6E, 0x65, 0x13, 0xB3, 0x08, 0x71, 0x2C, 0xD8, 0xEE, 0x3C + .byte 0x99, 0xB7, 0xC1, 0xA7, 0x2E, 0xDA, 0xA9, 0x58, 0x55, 0x26, 0xAB, 0xC8, 0xBE, 0x0B, 0xD9, 0xCC + .byte 0x0F, 0x9B, 0xE5, 0x3C, 0x83, 0x54, 0x80, 0xF8, 0xCF, 0x0A, 0x15, 0xDF, 0x70, 0x47, 0x26, 0xB5 + .byte 0x77, 0xA0, 0x8A, 0x8B, 0xC1, 0x8F, 0xD7, 0x8A, 0xA5, 0xBC, 0xB5, 0x48, 0xD9, 0xC9, 0x29, 0x97 + .byte 0x33, 0xAC, 0x12, 0x04, 0x81, 0x8F, 0x99, 0x51, 0x78, 0x77, 0xB3, 0xED, 0xF0, 0x2F, 0x34, 0xE4 + .byte 0x30, 0x45, 0x97, 0x29, 0xF7, 0xCC, 0x1B, 0xCF, 0x15, 0x64, 0x9E, 0x7C, 0x94, 0xF0, 0x4A, 0x98 + .byte 0x5D, 0x28, 0x94, 0x12, 0x62, 0x2D, 0xE6, 0x82, 0x0D, 0xB4, 0x98, 0xC6, 0x16, 0xD8, 0xB8, 0x94 + .byte 0xFE, 0x65, 0xED, 0x31, 0xE5, 0x88, 0xA5, 0xF0, 0xF6, 0xD6, 0x8F, 0xE6, 0x42, 0x7F, 0xF1, 0xBC + .byte 0xA2, 0xD5, 0x0E, 0x50, 0xFC, 0x83, 0x70, 0x45, 0x55, 0xAF, 0xF5, 0x89, 0xE2, 0x69, 0x71, 0xBA + .byte 0xFA, 0x75 + + .thumb + .global SVC_Sqrt +SVC_Sqrt: ; 0x0200019E + swi 13 + bx lr + thumb_func_end SVC_Sqrt + + .byte 0x1C, 0x85, 0x9C, 0xB6, 0x15, 0xC1, 0x40, 0x1B, 0x79, 0x01, 0x96, 0xC4, 0x80, 0x99, 0xF1, 0x28 + .byte 0x6E, 0x3E, 0xE1, 0x0D, 0x73, 0xD8, 0x07, 0xCB, 0x75, 0x1C, 0x44, 0x41, 0xC4, 0x60, 0xE5, 0xB0 + .byte 0xBA, 0x74, 0xF1, 0x11, 0xA4, 0x7E, 0xE7, 0x00, 0x6A, 0xBB, 0xB6, 0x78, 0x45, 0xDF, 0x93, 0xF2 + .byte 0xF3, 0x8B, 0xA1, 0xE4, 0xA4, 0x9B, 0x2B, 0x56, 0xBF, 0xE1, 0x07, 0xE9, 0xEF, 0x0F, 0x7A, 0xA0 + .byte 0x0F, 0x49, 0x9D, 0xC9, 0x14, 0x90, 0x63, 0x4D, 0xCD, 0x84, 0x9D, 0xB3, 0x48, 0xB5, 0x92, 0x08 + .byte 0x27, 0x5C, 0x2C, 0xC1, 0xD3, 0x49, 0x09, 0x0C, 0xD6, 0xBA, 0xFE, 0xC4, 0xAA, 0xA1, 0x36, 0x88 + .byte 0x3E, 0x64, 0x23, 0x34, 0xA5, 0x58, 0xFF, 0x60, 0x27, 0x72, 0x09, 0xDF, 0x08, 0x1C, 0x70, 0x47 + .byte 0x63, 0xC7, 0xA0, 0x60, 0x53, 0xFC, 0x9A, 0x98, 0x48, 0x47, 0x42, 0x83, 0xC1, 0xE8, 0x4D, 0xBC + .byte 0xE6, 0xF4, 0x2F, 0xD7, 0x6D, 0x6C, 0xCF, 0x44, 0x0A, 0x68, 0xDC, 0xAC, 0xB8, 0x27, 0x24, 0x44 + .byte 0x59, 0x7F, 0x2D, 0xE3, 0x79, 0x0C, 0x6B, 0x9F, 0x4A, 0xF9, 0x5B, 0x1D, 0x57, 0x2A, 0xD5, 0xC2 + .byte 0x76, 0x15, 0xF8, 0x04, 0x7B, 0xF1, 0xD3, 0x2B, 0x15, 0xA1, 0x26, 0x29, 0xA2, 0x81, 0xE8, 0x63 + .byte 0xC9, 0xBF, 0x1C, 0x88, 0x2A, 0x1A, 0x61, 0x97, 0x12, 0x08, 0xE0, 0x4A, 0x2B, 0x25, 0x72, 0x8C + .byte 0xB8, 0x57, 0xAF, 0xE7, 0x48, 0x62, 0x30, 0x9A, 0x8B, 0x13, 0x4A, 0x79, 0xED, 0x95, 0xED, 0xED + .byte 0x65, 0x56, 0x02, 0x2B, 0xCA, 0x6A, 0x0F, 0x26, 0xC8, 0xC4, 0x94, 0xEB, 0x5A, 0xF2, 0xD2, 0xBE + .byte 0x49, 0x0A, 0x77, 0xAE, 0x17, 0x08, 0x02, 0xD0, 0x35, 0x26, 0x12, 0xDF, 0x70, 0x47, 0xE7, 0xAA + .byte 0x20, 0x31, 0x36, 0x88, 0x88, 0x14, 0xA3, 0x8F, 0x38, 0x7F, 0xA7, 0x30, 0x3F, 0x62, 0xB1, 0xD9 + .byte 0x76, 0x59, 0x7B, 0x55, 0xFB, 0x73, 0x2D, 0x64, 0xB0, 0xD1, 0x01, 0x96, 0xDA, 0x04, 0x35, 0x81 + .byte 0xF9, 0x35, 0x9D, 0xAE, 0x24, 0x60, 0xFF, 0x5D, 0xE4, 0xD2, 0xC5, 0x8B, 0x2B, 0xD0, 0xC2, 0x24 + .byte 0x78, 0x3D, 0xF5, 0x38, 0x2A, 0x78, 0x44, 0xA2, 0x7C, 0xF0, 0x5F, 0x49, 0x9D, 0x40, 0x18, 0xD9 + .byte 0xF2, 0x82, 0xB5, 0xC0, 0xC5, 0x59, 0x8A, 0x5E, 0xB5, 0xCF, 0xDC, 0x03, 0xAA, 0xC3, 0x4A, 0x96 + .byte 0x12, 0x75, 0xD5, 0xC2, 0xE9, 0x3E, 0xA9, 0x6E, 0xFB, 0x38, 0xAC, 0xB8, 0x5B, 0x94, 0x81, 0xD5 + .byte 0x2F, 0x37, 0xC2, 0xD7, 0xC4, 0xEF, 0x6E, 0x8C, 0x1F, 0xFB, 0x36, 0x1D + + .thumb + .global SVC_CpuSet +SVC_CpuSet: ; 0x020002FE + swi 11 + bx lr + + .byte 0x9A, 0xCF, 0x03, 0x50, 0xA1, 0xE4, 0x98, 0xEA, 0x2E, 0x86, 0xBC, 0xBE, 0x31, 0x3D, 0xE8, 0xA4 + .byte 0x52, 0x6D, 0x18, 0x28, 0x8F, 0x2C, 0xED, 0x3F, 0xA2, 0xD5, 0x2A, 0xEC, 0x62, 0x15, 0x54, 0xDA + .byte 0x09, 0x05, 0x4D, 0x31, 0x97, 0x87, 0xC8, 0xA9, 0x5D, 0x16, 0x72, 0xAB, 0x72, 0xD1, 0x40, 0xFF + .byte 0x68, 0x58, 0x6C, 0xB0, 0x2F, 0xED, 0x61, 0xA5, 0xF6, 0x2E, 0x9A, 0xE2, 0x68, 0x53, 0xEB, 0xAA + .byte 0x22, 0x7F, 0x5C, 0xA1, 0xFA, 0x16, 0x49, 0x80, 0x6E, 0xDA, 0xFA, 0xAC, 0x1C, 0xE3, 0xC1, 0xC4 + .byte 0x5A, 0xCC, 0x0C, 0xDF, 0x70, 0x47, 0xF2, 0x98, 0x8D, 0xBF, 0xE0, 0x13, 0xFA, 0x9B, 0x06, 0x02 + .byte 0x9C, 0x8D, 0x25, 0xB2, 0xE3, 0xFD, 0xAE, 0xCF, 0x4E, 0x37, 0x89, 0x20, 0x26, 0xEB, 0xBA, 0xE3 + .byte 0x3D, 0xF3, 0x15, 0x0E, 0x6D, 0x4F, 0xE9, 0xB8, 0x97, 0xB8, 0xD8, 0x88, 0xF8, 0xA8, 0xCA, 0x33 + .byte 0x4D, 0x95, 0x06, 0x0F, 0xCB, 0xEE, 0x66, 0xFB, 0xA5, 0xF4, 0x74, 0xB4, 0xC0, 0x02, 0xC9, 0xAE + .byte 0x6B, 0x9D, 0x42, 0xF5, 0xD4, 0xF5, 0xBB, 0x4F, 0x36, 0x45, 0xCA, 0x61, 0x8E, 0x81, 0x70, 0x08 + .byte 0x8F, 0x53, 0xF6, 0x42, 0x5C, 0x19, 0xB1, 0x88, 0xB6, 0x3C, 0x7F, 0x46, 0xC4, 0x35, 0x85, 0xFC + .byte 0x6F, 0xED, 0xA4, 0xDE, 0x8D, 0x22, 0x9F, 0x0D, 0xE5, 0xFE, 0x0C, 0x64, 0xC3, 0xD4, 0x7D, 0x6A + .byte 0xC8, 0xD9, 0xD9, 0x87, 0xB4, 0x76, 0xAB, 0x7B, 0x00, 0x22, 0x05, 0xDF, 0x70, 0x47, 0x01, 0x76 + .byte 0xA5, 0x8A, 0x83, 0xAB, 0x61, 0xBE, 0x95, 0x9E, 0x89, 0xA4, 0xE8, 0xED, 0x31, 0x3C, 0x3E, 0xBF + .byte 0x13, 0x1F, 0x51, 0xDE, 0x0D, 0x0F, 0x91, 0xA0, 0xB8, 0xE3, 0xAA, 0x0E, 0xC6, 0x59, 0xC1, 0x0B + .byte 0x86, 0xDC, 0xE9, 0xCB, 0xFB, 0x42, 0x8A, 0xC8, 0x98, 0x33, 0x4E, 0xAE, 0xB9, 0x3D, 0xCF, 0x31 + .byte 0x92, 0x69, 0xA4, 0x74, 0x46, 0x13, 0xCE, 0x6B, 0x6F, 0xE2, 0xDD, 0xE2, 0x4C, 0x3A, 0xF9, 0xCF + .byte 0xA9, 0x28, 0xE8, 0xFE, 0x66, 0xE0, 0x34, 0x8E, 0xE7, 0xEE, 0x1D, 0x01, 0xB0, 0xA6, 0x8D, 0x56 + .byte 0xCE, 0xAD, 0x44, 0x4E, 0x56, 0x5F, 0x41, 0x0D, 0x7B, 0xD7, 0x87, 0xA2, 0xF5, 0xF9, 0x86, 0xE7 + .byte 0x7F, 0x14, 0xCB, 0x01, 0x51, 0xDB, 0xB0, 0x35, 0x13, 0xDF, 0x70, 0x47, 0xE8, 0xD5, 0x44, 0x23 + .byte 0x77, 0x99, 0x4C, 0xF1, 0x0F, 0x18, 0xBF, 0x84, 0x9F, 0xC3, 0xA0, 0x08, 0x8B, 0x9D, 0xD3, 0x34 + .byte 0x8B, 0xF8, 0xC6, 0xF3, 0x6E, 0x1E, 0x9A, 0xA3, 0x2E, 0x43, 0xBF, 0x27, 0xE4, 0xED, 0xEF, 0x0D + .byte 0x2E, 0x71, 0xE4, 0x49, 0x74, 0x11, 0xBF, 0x47, 0x7E, 0x65, 0xE1, 0x17, 0x4C, 0x1B, 0x8B, 0xA3 + .byte 0x8E, 0x7A, 0x7A, 0xB4, 0x35, 0x6C, 0x9E, 0x51, 0x68, 0x6A, 0x63, 0x2C, 0xF3, 0xCA, 0x58, 0xF3 + .byte 0x06, 0x99, 0xF2, 0x47, 0x91, 0x78, 0xCD, 0xFE, 0x4E, 0xE4, 0x99, 0x65, 0x32, 0x52, 0x28, 0xFA + .byte 0xF3, 0xE4, 0xBF, 0xFA, 0x3F, 0x37, 0x36, 0x98, 0x3A, 0x18, 0xA9, 0x42, 0x92, 0x7F, 0xDC, 0x17 + .byte 0x59, 0x2F, 0x3A, 0x06, 0x38, 0xDA, 0xE5, 0x27, 0x13, 0x41, 0xD1, 0xEC, 0x95, 0xC6, 0xEC, 0xD6 + .byte 0x10, 0xDF, 0x70, 0x47, 0x7E, 0x9D, 0x05, 0xD3, 0xF5, 0x36, 0x3B, 0xE7, 0x7C, 0xAE, 0x81, 0xEF + .byte 0xC8, 0x4B, 0x92, 0xB5, 0x6C, 0x12, 0x4F, 0x3B, 0x26, 0x6A, 0x7E, 0x22, 0xBF, 0x08, 0xAB, 0x6D + .byte 0x5F, 0xFE, 0xB2, 0x12, 0xD8, 0xFA, 0x8E, 0x17, 0x2A, 0x7B, 0xB1, 0xA2, 0x98, 0x69, 0x19, 0xAC + .byte 0xEE, 0x7E, 0x86, 0xA5, 0xD2, 0x7A, 0x4C, 0x7C, 0x17, 0x4A, 0x52, 0x80, 0x45, 0xD3, 0x3A, 0xD5 + .byte 0x3D, 0x6C, 0xD7, 0xE5, 0xBD, 0x9A, 0x4A, 0x58, 0x9B, 0x2A, 0xD9, 0xF9, 0x23, 0x02, 0x5E, 0x92 + .byte 0x0A, 0x31, 0x23, 0x2B, 0x5C, 0x0F, 0xB4, 0x16, 0x5E, 0x34, 0xED, 0xF2, 0x4A, 0xB6, 0x3C, 0xB6 + .byte 0xE5, 0x41, 0xD5, 0x24, 0x3A, 0xBA, 0xFB, 0xF1, 0x6D, 0x2B, 0x6E, 0x6A, 0x6A, 0x88, 0xD5, 0x3E + .byte 0x4F, 0x05, 0x0F, 0xDF, 0x70, 0x47, 0xEC, 0xB5, 0x44, 0xF9, 0x2C, 0xAF, 0x08, 0xE7, 0x9F, 0x4D + .byte 0xA9, 0x31, 0x6A, 0x8C, 0x11, 0xEE, 0x40, 0x23, 0xE5, 0x56, 0xB0, 0x11, 0xDA, 0x7B, 0x25, 0xB6 + .byte 0x8D, 0x8B, 0x53, 0xD6, 0xFD, 0xD4, 0x27, 0xDB, 0xDD, 0xBD, 0x83, 0x38, 0xB4, 0x56, 0x60, 0xC5 + .byte 0x9F, 0x11, 0xFC, 0xB3, 0xED, 0xE4, 0x32, 0x98, 0x61, 0x6E, 0x1B, 0x0E, 0x14, 0xEB, 0xC5, 0xA3 + .byte 0x11, 0x17, 0x21, 0xBA, 0xDC, 0x0A, 0x3D, 0x4D, 0xED, 0x8D, 0xA6, 0x4C, 0x1B, 0xC2, 0xFB, 0xD0 + .byte 0xCA, 0xA0, 0x0D, 0xDA, 0x68, 0x2D, 0x5A, 0x77, 0x20, 0xD9, 0xD0, 0x55, 0x5D, 0x3B, 0xC2, 0x1D + .byte 0x4C, 0x93, 0x56, 0x16, 0xCA, 0x36, 0x7E, 0xB0, 0x14, 0xDF, 0x70, 0x47, 0x78, 0x49, 0xE1, 0x21 + .byte 0x68, 0x63, 0x9E, 0x8B, 0xE1, 0x36, 0x90, 0x4D, 0xB6, 0x5F, 0x50, 0x3D, 0xBD, 0x26, 0x97, 0xA3 + .byte 0x2E, 0x17, 0xA4, 0x89, 0x04, 0xAF, 0x83, 0x71, 0x41, 0x4C, 0x5A, 0x36, 0x75, 0x26, 0x57, 0x13 + .byte 0xA7, 0xBC, 0x4C, 0x17, 0xAD, 0x27, 0xBF, 0xF0, 0xFE, 0xB2, 0xFB, 0x7D, 0x7C, 0x2B, 0x6E, 0x9E + .byte 0xAB, 0x44, 0xC4, 0x96, 0xC4, 0x7F, 0xA8, 0xA9, 0x36, 0xCF, 0x5E, 0x26, 0x86, 0x9D, 0x3B, 0x9C + .byte 0xB1, 0x6D, 0xE0, 0xC6, 0x6B, 0x27, 0xBD, 0x38, 0xC8, 0x69, 0xA3, 0xFE, 0x50, 0x6D, 0xE1, 0x54 + .byte 0x6E, 0xB2, 0x1C, 0x5D, 0x04, 0x50, 0x0B, 0x71, 0x97, 0x53, 0x7F, 0x6D, 0x1C, 0x80, 0xA9, 0xE2 + + .thumb + .global SVC_WaitByLoop +SVC_WaitByLoop: + swi 3 + bx lr + + .byte 0x6E, 0x47, 0x18, 0xE1, 0x7B, 0xB7, 0xC4, 0xAA, 0xEC, 0xC4, 0x6C, 0xFF, 0xED, 0x0B, 0x2B, 0x24 + .byte 0xE1, 0xF7, 0xCD, 0xE0, 0x48, 0x7F, 0xE4, 0x61, 0x33, 0x72, 0x52, 0x72, 0x76, 0x05, 0x51, 0x72 + .byte 0xF7, 0xCA, 0xFA, 0x86, 0x4A, 0x13, 0xA5, 0x9B, 0xC5, 0x13, 0xF2, 0xFE, 0xA7, 0x3F, 0x2A, 0x69 + .byte 0x85, 0xFA, 0xE9, 0x15, 0x66, 0xEC, 0x67, 0xCE, 0x72, 0x11, 0xF5, 0xB2, 0xA4, 0xCF, 0x75, 0x15 + .byte 0x42, 0x92, 0x1E, 0x58, 0x98, 0x55, 0xFE, 0xF9, 0xDA, 0x13, 0xE1, 0x6D, 0xCA, 0xAB, 0xD4, 0x00 + .byte 0x1B, 0x2A, 0x04, 0x86, 0x5D, 0x9D, 0xEB, 0xF8, 0x58, 0xDC, 0x26, 0x1A, 0xD8, 0xA1, 0x20, 0x65 + .byte 0x3F, 0x1D, 0xD8, 0x32, 0x1B, 0x3E, 0xE9, 0x12, 0xE8, 0x25, 0x74, 0x1F, 0xE6, 0xDB, 0xEF, 0x23 + .byte 0xF9, 0xE0, 0x99, 0x3C, 0x7E, 0xBF, 0x42, 0x5B, 0x09, 0xDF, 0x70, 0x47, 0xD5, 0x1D, 0xDE, 0x36 + .byte 0x47, 0x99, 0xEA, 0x96, 0xE7, 0xB5, 0x3D, 0x2A, 0xAA, 0x23, 0x48, 0x11, 0x04, 0xA5, 0x1A, 0xBC + .byte 0xA9, 0x22, 0x3F, 0x9F, 0x61, 0x10, 0xED, 0x1E, 0x57, 0x72, 0x0E, 0x8F, 0xFA, 0x08, 0x56, 0xEA + .byte 0xA4, 0x16, 0x02, 0xDE, 0x39, 0x73, 0xE2, 0x5A, 0xC0, 0x61, 0x83, 0x79, 0xAD, 0x6F, 0xB4, 0x6D + .byte 0xF8, 0xF7, 0xAC, 0xBB, 0x76, 0xAA, 0xE6, 0x49, 0x79, 0x9E, 0x99, 0x07, 0x3C, 0x23, 0x2E, 0x63 + .byte 0xA4, 0x77, 0xBC, 0xCB, 0x3C, 0x64, 0x3C, 0x91, 0x5E, 0x7C, 0xE3, 0xAB, 0xFF, 0xC9, 0xCE, 0x95 + .byte 0x7D, 0x97, 0x21, 0x83, 0x13, 0x41, 0x7D, 0x6D, 0x99, 0xCE, 0x7A, 0xBB, 0x7F, 0x7C, 0x98, 0x5C + .byte 0x96, 0x5F, 0x35, 0x78, 0x95, 0x3C, 0xAC, 0x1A, 0x43, 0x07, 0x8B, 0x60, 0xBB, 0x61, 0x7B, 0x3B + .byte 0x59, 0xCF, 0x5D, 0xF4, 0xCA, 0x19, 0x11, 0x2E, 0x06, 0xDF, 0x70, 0x47, 0x7D, 0x64, 0xA1, 0x4D + .byte 0x22, 0xE9, 0x4E, 0xFC, 0x2E, 0xAA, 0x6F, 0x29, 0xBA, 0x38, 0x77, 0xED, 0x0A, 0x33, 0x37, 0xDF + .byte 0x9F, 0xC7, 0x38, 0xC5, 0x80, 0x88, 0x63, 0xBD, 0x75, 0x6E, 0x71, 0x9C, 0x7F, 0xEC, 0x1E, 0x0C + .byte 0x95, 0xF9, 0xCA, 0xA5, 0x1B, 0x89, 0x72, 0xE2, 0x92, 0x88, 0x9B, 0x0D, 0xB7, 0x5C, 0xC0, 0xA8 + .byte 0x30, 0x0D, 0xA8, 0x69, 0x74, 0xA0, 0xE1, 0xEE, 0x07, 0x1D, 0x2C, 0x4A, 0xC8, 0x72, 0x9D, 0x14 + .byte 0x81, 0xF9, 0x00, 0xDF, 0x70, 0x47, 0xA9, 0xC6, 0x77, 0x11, 0x80, 0x51, 0x50, 0xAC, 0x5B, 0x70 + .byte 0x4F, 0x48, 0x21, 0x7E, 0xC4, 0x84, 0x46, 0xDF, 0x05, 0x93, 0x11, 0x89, 0x79, 0x24, 0x15, 0x86 + .byte 0x97, 0xC9, 0x86, 0x10, 0x86, 0x5D, 0xC4, 0x34, 0x25, 0x7E, 0x15, 0xDC, 0x45, 0x04, 0x55, 0x74 + .byte 0x15, 0x80, 0xEC, 0x90, 0x3C, 0x00, 0x1B, 0xB0, 0xCB, 0xBD, 0x8F, 0x30, 0x02, 0x7F, 0xFD, 0x23 + .byte 0x66, 0x78, 0xCC, 0x51, 0x4C, 0x17, 0x4A, 0xD2, 0xD1, 0x81, 0xEC, 0xE2, 0xF2, 0x49, 0xAF, 0x24 + .byte 0x49, 0x37, 0x7D, 0x66, 0xE4, 0x50, 0x27, 0x8C, 0xE5, 0x01, 0x1D, 0x72, 0x89, 0xCD, 0x05, 0xD8 + .byte 0x72, 0x53, 0x98, 0x7D, 0x2F, 0x51, 0x0B, 0x2B, 0x00, 0x22, 0x04, 0xDF, 0x70, 0x47, 0x5E, 0x7D + .byte 0xDC, 0x69, 0x73, 0xF1, 0x9F, 0xD4, 0xC0, 0xA5, 0x9F, 0x3C, 0xD6, 0xF5, 0x01, 0xF7, 0x6A, 0xF1 + .byte 0xE5, 0xCA, 0xAA, 0x6A, 0x3C, 0xA5, 0x81, 0xB6, 0x3C, 0x0A, 0xAC, 0x77, 0x32, 0x54, 0x85, 0x77 + .byte 0x7C, 0x56, 0xF9, 0xC9, 0x43, 0x93, 0xA0, 0x61, 0x8D, 0x92, 0x17, 0xBD, 0xDE, 0xAC, 0x1E, 0x35 + .byte 0x33, 0xCD, 0xDD, 0xD0, 0x49, 0x49, 0x2A, 0x45, 0xDD, 0x0E, 0x6F, 0xF7, 0x76, 0x20, 0xBF, 0xD8 + .byte 0xCE, 0x6A, 0x21, 0x6F, 0x09, 0xA6, 0x03, 0xC2, 0x6B, 0x91, 0x46, 0x86, 0x86, 0x30, 0x16, 0x20 + .byte 0x32, 0xBE, 0x4F, 0x6F, 0x6A, 0x34, 0xA8, 0xEB, 0x00, 0x00 +.else + .byte 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xFF, 0xE7, 0xFF, 0xDE, 0xF2, 0xB4 + .byte 0x81, 0xC1, 0x6E, 0x73, 0x2D, 0xF1, 0xAB, 0x13, 0x78, 0xCB, 0x22, 0x23, 0xB5, 0xDD, 0xE7, 0x6F + .byte 0xE8, 0xFE, 0xA2, 0x31, 0x84, 0x32, 0x7F, 0xB3, 0xFC, 0x32, 0x3B, 0x5F, 0xD2, 0x19, 0x8B, 0xE0 + .byte 0x9E, 0x58, 0x5A, 0x86, 0xD1, 0x2C, 0x49, 0xC6, 0x75, 0x82, 0xF1, 0xE9, 0x9C, 0x3F, 0x72, 0x77 + .byte 0xE5, 0x18, 0xFB, 0xE7, 0xCF, 0x29, 0x15, 0xC8, 0xB7, 0x91, 0x73, 0x77, 0xC8, 0x89, 0xD9, 0xE3 + .byte 0x91, 0x39, 0xA8, 0xC1, 0x22, 0x64, 0xD1, 0xDC, 0x23, 0xDD, 0xA8, 0xD8, 0x40, 0x6A, 0xDE, 0x49 + .byte 0x0D, 0xFC, 0x09, 0x4F, 0x9C, 0x4B, 0x19, 0xBF, 0xF7, 0xA5, 0x49, 0xA6, 0x2B, 0x2A, 0x7E, 0x76 + .byte 0xC0, 0x0D, 0x5E, 0x0D, 0xE7, 0x62, 0xE1, 0xCA + + .thumb + .global SVC_UncompressRL16FromDevice +SVC_UncompressRL16FromDevice: ; 0x02000078 + swi 21 + bx lr + + .byte 0x8E, 0xCD, 0x45, 0x99, 0xC2, 0xFC, 0x47, 0x0B, 0xF9, 0x33, 0x43, 0x20, 0xED, 0x62, 0xDC, 0x65 + .byte 0x98, 0x98, 0x03, 0x41, 0x07, 0x6C, 0xA1, 0xF0, 0xF7, 0x76, 0x6A, 0x80, 0xF5, 0xE9, 0xB1, 0xA3 + .byte 0x7F, 0xEE, 0xC1, 0xC0, 0x9C, 0xD8, 0x22, 0xA3, 0x3A, 0x48, 0x10, 0x9B, 0x49, 0x66, 0xE8, 0x09 + .byte 0x1C, 0xE0, 0x23, 0xF4, 0x92, 0x78, 0x92, 0x76, 0xFB, 0xBD, 0x4E, 0x63, 0x4A, 0x4B, 0x80, 0xAE + .byte 0x98, 0xFC, 0x58, 0x35, 0xC4, 0x08, 0x8A, 0x6F, 0xDD, 0x30, 0xCC, 0x06, 0xAE, 0x80, 0xBC, 0x0C + .byte 0xC5, 0xDB, 0x41, 0x60, 0x68, 0x9B, 0xBC, 0x70, 0xD9, 0x93, 0x4C, 0x71, 0xCE, 0xF4, 0x3C, 0x40 + .byte 0x36, 0xDF, 0x51, 0xDC, 0x88, 0x76, 0xCE, 0x94 + + .thumb + .global SVC_WaitVBlankIntr +SVC_WaitVBlankIntr: ; 0x020000E4 + mov r2, #0 + swi 5 + bx lr + + .byte 0x8F, 0x25, 0x5F, 0x13, 0xE1, 0x3C, 0xF0, 0x99, 0x96, 0x05, 0xF2, 0xB5, 0x87, 0xF9, 0x3D, 0x6C + .byte 0x5B, 0x0B, 0x85, 0x71, 0x3F, 0x92, 0xE0, 0x2E, 0xC3, 0x56, 0x26, 0x8B, 0xF4, 0x4B, 0x6D, 0x48 + .byte 0x25, 0xF0, 0x17, 0x26, 0x95, 0x35, 0x09, 0x85, 0xB9, 0xFB, 0x57, 0x08, 0x3A, 0xE6, 0xAF, 0x38 + .byte 0x5F, 0x0C, 0xAB, 0x8F, 0x7B, 0x81, 0x35, 0xE2, 0xC1, 0xD3, 0x5A, 0x9B, 0x85, 0xC5, 0xE6, 0x1C + .byte 0x10, 0xEC, 0xF5, 0x3C, 0x2B, 0x77, 0x27, 0xE2, 0xC3, 0x87, 0x07, 0x09, 0x2F, 0x78, 0xB2, 0x1E + .byte 0x72, 0x59, 0xEF, 0xC8 + + .thumb + .global SVC_UnpackBits +SVC_UnpackBits: ; 0x0200013E + swi 16 + bx lr + + .byte 0x7F, 0x0D, 0x98, 0xCA, 0x0D, 0x6B, 0xAA, 0xE1, 0xBB, 0x0E, 0xC6, 0x6B, 0xB9, 0x85, 0x13, 0x01 + .byte 0x11, 0xC9, 0xC0, 0x37, 0x2B, 0xB5, 0x7A, 0x1B, 0x98, 0xA7, 0xA4, 0x53, 0x3F, 0xCD, 0x02, 0xD1 + .byte 0xFA, 0xF1, 0xE5, 0xAC, 0x05, 0x1C, 0xCD, 0x10, 0x19, 0x76, 0xAB, 0xDC, 0xBF, 0xEE, 0x2B, 0x10 + .byte 0x80, 0x04, 0xFF, 0x43, 0x83, 0x91, 0x48, 0x0F, 0x62, 0xC6, 0xC4, 0xE2, 0x87, 0x4E, 0x51, 0x94 + .byte 0x84, 0xBE, 0x25, 0x57, 0x56, 0x35, 0xA8, 0x74, 0xE8, 0x5B, 0x23, 0x77, 0xE5, 0x9A, 0x51, 0xDC + .byte 0x6F, 0x2E, 0xBF, 0x2B, 0xF6, 0x1B, 0xC7, 0x60, 0x89, 0xE0, 0xE3, 0x66, 0xDD, 0x82, 0x2D, 0xE1 + .byte 0xE7, 0xC9, 0x66, 0x08, 0x37, 0x48, 0xD4, 0x0D, 0x6F, 0x84, 0xBB, 0x28, 0xF7, 0x9A, 0x0F, 0x81 + .byte 0xF5, 0xF9, 0xD7, 0x05, 0x5C, 0x5B, 0xA4, 0xCF, 0x3F, 0xBD, 0x02, 0xC6, 0x54, 0x59 + + .thumb + .global SVC_UncompressLZ16FromDevice +SVC_UncompressLZ16FromDevice: ; 0x020001C0 + swi 18 + bx lr + + .byte 0xEA, 0xE2, 0x38, 0xCD, 0x7B, 0x60, 0x77, 0x99, 0x13, 0x94, 0x94, 0x7C, 0xD1, 0xB4, 0xA2, 0x68 + .byte 0xB3, 0x9A, 0x06, 0x50, 0xA5, 0xB8, 0x42, 0x29, 0x6F, 0x7F, 0xBB, 0xC3, 0xB6, 0xDC, 0x6F, 0x3E + .byte 0x8E, 0x83, 0xD6, 0x49, 0x09, 0x87, 0x2F, 0x33, 0xA8, 0x9C, 0xBA, 0x1C, 0x7B, 0x94, 0xFA, 0x3B + .byte 0xE9, 0xED, 0xA8, 0x5A, 0xE5, 0x56, 0x78, 0xDA, 0xDC, 0x01, 0xAB, 0x56, 0xE7, 0x49, 0xF3, 0xC6 + .byte 0xED, 0x36, 0x9C, 0x6A, 0xC9, 0xC0, 0x91, 0x9E, 0x7A, 0xDA, 0x05, 0x96, 0xB3, 0xF3, 0x22, 0x2E + .byte 0xB8, 0xA9, 0x9F, 0xA9, 0xCC, 0xDA, 0x01, 0x3A, 0xA3, 0x31, 0xDA, 0x35, 0x27, 0xF2, 0x58, 0xA5 + .byte 0x53, 0x89, 0x8C, 0xA5, 0xBA, 0x7F, 0x13, 0x0F, 0x3A, 0xC5 + + .thumb + .global SVC_SoftReset +SVC_SoftReset: ; 0x0200022E + swi 0 + bx lr + + .byte 0x80, 0xBE, 0x17, 0xC4, 0x7B, 0x18, 0xE4, 0x43, 0x96, 0x59, 0x0A, 0x7B, 0xB0, 0x46, 0xEE, 0x18 + .byte 0x40, 0x4E, 0x48, 0x1A, 0xB8, 0x78, 0x9E, 0x1A, 0x19, 0xD5, 0x3A, 0x7E, 0x80, 0x39, 0xD0, 0xFA + .byte 0x8B, 0x56, 0xB7, 0x0F, 0x28, 0x90, 0xFC, 0x7F, 0xFF, 0x44, 0xB2, 0x2B, 0xE0, 0xE6, 0x72, 0x03 + .byte 0x34, 0x30, 0x8B, 0x45, 0x80, 0x56, 0xD2, 0xD0, 0xB0, 0xC5, 0xF8, 0xCA, 0xF9, 0xC3, 0x9C, 0x4E + .byte 0xC7, 0x51, 0x9B, 0xAA, 0x9A, 0x73, 0x81, 0x21, 0x7B, 0x8C, 0xBC, 0x79, 0x53, 0x7F, 0x9D, 0xE0 + .byte 0xFD, 0x82, 0xAE, 0x4E, 0x09, 0xDF, 0x08, 0x1C, 0x70, 0x47, 0x2F, 0x43, 0x55, 0x76, 0x8C, 0x0A + .byte 0x13, 0x3A, 0x13, 0x61, 0x9F, 0xF0, 0xD3, 0x7C, 0x7C, 0x85, 0x69, 0x62, 0x91, 0x29, 0x6D, 0x5F + .byte 0xB6, 0xAD, 0x42, 0x9D, 0x66, 0x8C, 0x02, 0x01, 0x3F, 0x78, 0x41, 0x25, 0xDE, 0xE7, 0x30, 0xE4 + .byte 0xBA, 0xEC, 0x6C, 0x0F, 0x4B, 0x23, 0x75, 0x84, 0xD7, 0x19, 0x95, 0xBB, 0x86, 0x6D, 0xCC, 0x36 + .byte 0xCF, 0xEC, 0x0A, 0xCF, 0x99, 0x3A, 0x0B, 0x01, 0xCF, 0x52, 0x7D, 0xD5, 0x33, 0x2D, 0x99, 0x31 + .byte 0x48, 0x43, 0xFE, 0x53, 0xF6, 0x49, 0x74, 0xF7, 0xCC, 0x85, 0xAE, 0xD1, 0x9D, 0x56, 0x6E, 0xDE + .byte 0xC3, 0x0D, 0x19, 0x29, 0x27, 0xC6, 0x1F, 0x39, 0x6C, 0xDB, 0x9F, 0x56, 0x4E, 0x39, 0x9E, 0x5F + .byte 0xB1, 0xBD, 0x25, 0xE9, 0x1D, 0xFB, 0x12, 0xCF + + .thumb + .global SVC_UncompressHuffmanFromDevice +SVC_UncompressHuffmanFromDevice: ; 0x020002FA + swi 19 + bx lr + + .byte 0x88, 0x07, 0x93, 0x96, 0xCD, 0xEF, 0xB4, 0x07, 0x96, 0xD3, 0xE6, 0xD8, 0x05, 0x2A, 0xF5, 0xCB + .byte 0x2D, 0x82, 0x9D, 0xB1, 0xA7, 0xDA, 0x38, 0xC1, 0x37, 0x70, 0x6A, 0xA3, 0x28, 0x43, 0xAC, 0x7A + .byte 0x20, 0x83, 0xBA, 0x90, 0x8A, 0x49, 0xAA, 0x1A, 0x41, 0x6E, 0x92, 0x21, 0xE8, 0xDA, 0x66, 0x70 + .byte 0x78, 0x32, 0x77, 0x66, 0x7F, 0xCD, 0xE4, 0x0C, 0x69, 0x20, 0x35, 0x9C, 0x9A, 0xC7, 0xDC, 0x1F + .byte 0x4C, 0x73, 0x57, 0xB5, 0xBA, 0xFB, 0x44, 0x05, 0xBA, 0x06, 0x7B, 0x29, 0xAC, 0x5E, 0x04, 0x66 + .byte 0xC5, 0x77, 0x87, 0x6B, 0x3F, 0xE4, 0xC1, 0xEE, 0x8C, 0x22, 0x1A, 0x07, 0x63, 0xD5, 0xB6, 0xAF + .byte 0x32, 0xA2, 0xFE, 0x6E, 0x38, 0x11, 0xF3, 0x45, 0x7C, 0xB5, 0x1C, 0x3D, 0x5C, 0x62, 0xFA, 0x7A + .byte 0x2B, 0x4E, 0x8C, 0x92, 0x66, 0x60 + + .thumb + .global SVC_UncompressRL8 +SVC_UncompressRL8: ; 0x02000374 + swi 20 + bx lr + + .byte 0x43, 0xA3, 0x40, 0x36, 0x0E, 0x7C, 0xAE, 0x48, 0x76, 0xF1, 0x9F, 0xF4, 0x6F, 0xA8, 0x27, 0x16 + .byte 0xDD, 0xEC, 0x04, 0x90, 0xA0, 0x83, 0x47, 0x9E, 0xE6, 0x5E, 0x84, 0x83, 0xDE, 0x53, 0x31, 0xFF + .byte 0xFE, 0xF3, 0x6A, 0xB2, 0x00, 0xBC, 0x2C, 0x03, 0x94, 0x79, 0x0C, 0x82, 0xE4, 0x6A, 0xE2, 0xB6 + .byte 0x36, 0xFB, 0x39, 0x9B, 0xE0, 0xBC, 0xBF, 0x11, 0x07, 0x36, 0x4C, 0xD0, 0x88, 0xD7, 0x3D, 0x27 + .byte 0xDF, 0x72, 0x65, 0x63, 0x15, 0x7E, 0x5E, 0x1A, 0x52, 0xBA, 0xA8, 0xCA, 0xA1, 0xEA, 0x91, 0x2D + .byte 0x86, 0x78, 0x86, 0xB8, 0xC1, 0x1B, 0x54, 0x44, 0xD6, 0xDA, 0xE5, 0x47, 0x2B, 0x18, 0x0D, 0xB8 + .byte 0x6B, 0xAB, 0x68, 0xCF, 0x27, 0x8D + + .thumb + .global SVC_Halt +SVC_Halt: ; 0x020003DE + swi 6 + bx lr + + .byte 0x5F, 0x28, 0xC9, 0x01, 0xDD, 0x41, 0xE2, 0x97, 0x5F, 0xEE, 0xA6, 0xC6, 0x20, 0x09, 0xB0, 0xC9 + .byte 0x56, 0xC1, 0x3F, 0x32, 0xBF, 0x1C, 0xD6, 0xF4, 0x1F, 0x0D, 0xD3, 0xA2, 0xBC, 0xA3, 0xBA, 0x4D + .byte 0x7A, 0x75, 0xE9, 0xB6, 0x47, 0x5A, 0xDA, 0x7C, 0x43, 0x88, 0xFD, 0x04, 0x16, 0xA5, 0x8E, 0xC8 + .byte 0xE4, 0x11, 0xEB, 0x4F, 0x73, 0x9C, 0x7C, 0x70, 0x90, 0xC6, 0x01, 0x56, 0x3E, 0x29, 0xF0, 0x0B + .byte 0xC4, 0xA1, 0x9F, 0x2D, 0x57, 0x65, 0xA7, 0x8B, 0xA4, 0xEC, 0x97, 0xDB, 0x80, 0xA6, 0xC3, 0x1A + .byte 0x5A, 0x6D, 0xBE, 0x22, 0x94, 0x34, 0xC4, 0x84, 0x7B, 0x39, 0xDE, 0xB5, 0x00, 0x16, 0xB0, 0x5B + .byte 0xE4, 0xE1, 0xF4, 0xB6, 0xE8, 0x02, 0x2A, 0xBF, 0x10, 0x0C, 0x34, 0x6D, 0x42, 0xF5, 0xC5, 0x60 + + .thumb + .global SVC_Div +SVC_Div: ; 0x02000452 + swi 9 + bx lr + + .byte 0x4E, 0xC7, 0xBB, 0x05, 0x37, 0xAE, 0x1C, 0x8C, 0x47, 0x91, 0xCF, 0x51, 0x1C, 0x20, 0xC6, 0xD4 + .byte 0x66, 0x00, 0xD3, 0x84, 0x92, 0x0C, 0xF4, 0xF8, 0x43, 0xBC, 0x47, 0x4D, 0x7A, 0xBC, 0xC8, 0x2B + .byte 0x1D, 0x1D, 0xD3, 0x47, 0x14, 0xCF, 0x27, 0x41, 0x03, 0x89, 0xE8, 0xCD, 0xD4, 0x60, 0x6A, 0xBF + .byte 0x96, 0xDD, 0x82, 0xE6, 0x13, 0x2C, 0x2D, 0xB7, 0xA9, 0xB0, 0xB2, 0x5D, 0xF0, 0x2A, 0x49, 0x22 + .byte 0xEC, 0xAE, 0x7C, 0x8E, 0xE7, 0x13, 0xE6, 0x56, 0x96, 0x65, 0x78, 0xA9, 0x68, 0x42, 0x59, 0x96 + .byte 0x82, 0x9C, 0xFF, 0xEE, 0x0F, 0xB2 + + .thumb + .global SVC_Sqrt +SVC_Sqrt: ; 0x020004AC + swi 13 + bx lr + + .byte 0x64, 0x00, 0xAB, 0xE4, 0xBB, 0xA5, 0xF3, 0x44, 0x45, 0x5D, 0xA2, 0xBE, 0x0A, 0x71, 0xB5, 0xFB + .byte 0xAE, 0x64, 0x4B, 0xF4, 0x05, 0xA3, 0x21, 0x4F, 0x4F, 0x6A, 0x62, 0xA7, 0x72, 0xFE, 0xD9, 0x98 + .byte 0x37, 0x36, 0x79, 0xFC, 0xE7, 0x9C, 0xBB, 0xFB, 0x98, 0x1B, 0x6D, 0x03, 0xBE, 0x96, 0x72, 0x69 + .byte 0xC7, 0x69, 0x1A, 0xFA, 0x15, 0x84, 0x37, 0xA2, 0x1C, 0x6F, 0x83, 0xCF, 0x02, 0x4D, 0xCF, 0x5F + .byte 0x4E, 0x41, 0xE0, 0x7C, 0x30, 0xE8, 0x3C, 0xB0, 0x24, 0x76, 0x7A, 0x4D, 0xAF, 0x20, 0xD3, 0x7D + .byte 0x08, 0x2B, 0xA5, 0x1D, 0xA1, 0xC6, 0x60, 0xD2, 0x72, 0xC6 + + .thumb + .global SVC_WaitByLoop +SVC_WaitByLoop: ; 0x0200050A + swi 3 + bx lr + + .byte 0x25, 0x1F, 0xBA, 0x2C, 0x1B, 0x23, 0xC3, 0xFE, 0x7D, 0xED, 0x2E, 0x19, 0xE1, 0x77, 0xBE, 0x6A + .byte 0x0D, 0x4B, 0xBA, 0x67, 0x8E, 0x98, 0xC0, 0x40, 0x29, 0x30, 0x80, 0xD1, 0x7E, 0xCD, 0x76, 0xB2 + .byte 0xE6, 0xC9, 0x20, 0x88, 0xCC, 0x25, 0x62, 0x6E, 0xCF, 0xC1, 0x1F, 0x35, 0x08, 0x8F, 0x18, 0x40 + .byte 0x41, 0x30, 0x03, 0xAE, 0xE0, 0x5A, 0xB7, 0x03, 0xCB, 0x18, 0x83, 0x98, 0xCB, 0x25, 0x9B, 0xD0 + .byte 0xC6, 0x7B, 0xE0, 0x7B, 0x02, 0x86, 0xCE, 0x55, 0x80, 0x7F, 0x15, 0x64, 0x79, 0xC6, 0xBB, 0x2C + .byte 0x25, 0xCA, 0x08, 0x51, 0x77, 0x56, 0x0C, 0x5F, 0x63, 0x91, 0x80, 0xF5, 0x5B, 0x66, 0xCD, 0x00 + .byte 0xDF, 0x32, 0x29, 0x7F, 0xEF, 0x32, 0x1D, 0xBB, 0xAA, 0xF3, 0xDC, 0xAC, 0xBF, 0xF4, 0xA1, 0x87 + .byte 0xF5, 0x59 + + .thumb + .global SVC_GetCRC16 +SVC_GetCRC16: ; 0x02000580 + swi 14 + bx lr + + .byte 0xFF, 0x01, 0xBB, 0x78, 0xAC, 0xB6, 0x11, 0x1F, 0x37, 0xF3, 0x01, 0x06, 0xD0, 0x01, 0x00, 0x9A + .byte 0xFD, 0xCB, 0x18, 0x06, 0x0A, 0xF4, 0xD6, 0x8D, 0x71, 0x57, 0xFE, 0xCA, 0xF2, 0x2B, 0xF2, 0xDF + .byte 0xC7, 0xE8, 0x8A, 0x28, 0x52, 0x95, 0x19, 0xF1, 0x3B, 0xE6, 0x4E, 0x8B, 0xD2, 0x02, 0x54, 0x42 + .byte 0x02, 0x4A, 0x40, 0x04, 0xA6, 0x24, 0xC1, 0xDB, 0x7E, 0x6A, 0x73, 0x19, 0xD2, 0x18, 0x86, 0x48 + .byte 0x99, 0xC3, 0x7B, 0x35, 0x3A, 0x7B, 0x76, 0x35, 0x0C, 0x82, 0x53, 0xD0, 0x5D, 0xD9, 0x97, 0xBC + .byte 0x48, 0x80, 0x4C, 0xD5 + + .thumb + .global SVC_CpuSetFast +SVC_CpuSetFast: ; 0x020005D8 + swi 12 + bx lr + + .byte 0x36, 0xF2, 0xD9, 0x9A, 0xDB, 0xAA, 0x63, 0xF2, 0xBD, 0x54, 0xFC, 0x40, 0x84, 0xB2, 0x35, 0xE5 + .byte 0x26, 0x36, 0x25, 0x89, 0x4B, 0x9C, 0xE2, 0x94, 0x28, 0x21, 0xB7, 0x46, 0x78, 0x4C, 0xBB, 0x52 + .byte 0x43, 0x6E, 0x23, 0x67, 0xDB, 0xEC, 0x8F, 0x93, 0xD2, 0xA2, 0x3A, 0xA5, 0x7D, 0x92, 0x97, 0x00 + .byte 0xAD, 0xDC, 0x3B, 0xF1, 0x37, 0x7E, 0x9E, 0x7B, 0x4E, 0xD0, 0xE2, 0xE9, 0x6B, 0xBC, 0xB7, 0x50 + .byte 0xE7, 0x00, 0x0C, 0x0A, 0x1E, 0xA5, 0x2D, 0x16, 0xB7, 0xF8, 0xBF, 0x54 + + .thumb + .global SVC_WaitIntr +SVC_WaitIntr: ; 0x02000628 + mov r2, #0 + swi 4 + bx lr + + .byte 0x8C, 0x18, 0xF9, 0x04, 0x15, 0x40, 0x93, 0x79, 0xC7, 0x6A, 0xA8, 0x38, 0x08, 0xD6, 0xB3, 0x87 + .byte 0xCB, 0xBB, 0x55, 0xDE, 0xF6, 0x4D, 0xBC, 0x95, 0xD7, 0x64, 0xE6, 0x66, 0xA5, 0xA5, 0xDA, 0x49 + .byte 0x77, 0x69, 0x14, 0x0F, 0x0C, 0xFE, 0x30, 0x61, 0x05, 0xA3, 0x72, 0xFB, 0x20, 0xB7, 0x1A, 0xE1 + .byte 0x5D, 0x17, 0xCC, 0x8A, 0x12, 0x36, 0x08, 0x63, 0x63, 0xE6, 0xA8, 0x09, 0x12, 0x62, 0x30, 0x4F + .byte 0xAA, 0x47, 0x70, 0x67, 0x08, 0xE1, 0x35, 0x28, 0xFE, 0xFE, 0x24, 0x75, 0x14, 0x03, 0x40, 0x3E + .byte 0x47, 0xEC, 0xC1, 0xA3, 0x4C, 0x42, 0xE9, 0xB0, 0x27, 0x33, 0x3F, 0xC1, 0xFC, 0xE8, 0x34, 0x66 + .byte 0xB7, 0xDB, 0xCB, 0x66, 0x6A, 0x9E, 0x2F, 0x5D, 0x69, 0xB4, 0x38, 0x57, 0x49, 0x1E, 0x0F, 0xBF + .byte 0x4F, 0x98, 0x7F, 0x35, 0xB8, 0xAB, 0x7C, 0x02, 0xB4, 0x5B, 0xA9, 0x1F, 0x75, 0x00, 0xF1, 0x7D + .byte 0xC7, 0x79, 0xFB, 0x23 + + .thumb + .global SVC_CpuSet +SVC_CpuSet: ; 0x020006B2 + swi 11 + bx lr + + .byte 0x41, 0x89, 0x4D, 0x99, 0x93, 0xBA, 0xCE, 0x99, 0xE6, 0xAF, 0x92, 0x54, 0x2F, 0x8E, 0xB3, 0xCD + .byte 0x2E, 0xD0, 0x48, 0x52, 0x5B, 0xE6, 0xE1, 0x31, 0x6A, 0x30, 0xF8, 0x3B, 0x54, 0x0B, 0x4B, 0xC9 + .byte 0x17, 0x06, 0x9F, 0xA0, 0xAE, 0x24, 0xFF, 0x94, 0x33, 0x32, 0x41, 0x1D, 0x89, 0xAC, 0x9E, 0x42 + .byte 0xA4, 0x8E, 0x75, 0x48, 0x1F, 0x6E, 0x2A, 0xDB, 0xAC, 0x54, 0x55, 0x27, 0x36, 0xBB, 0x7F, 0x9D + .byte 0x57, 0xD4, 0x32, 0x5B, 0xA9, 0x29, 0x15, 0x98, 0xBB, 0x9C, 0x93, 0x88, 0x62, 0x25, 0xA0, 0x8B + .byte 0x2F, 0x19, 0xDF, 0x72, 0x7E, 0x73, 0x86, 0x0C, 0x1E, 0x5B, 0xA5, 0x9D, 0xF1, 0xCD, 0x45, 0x62 + .byte 0xE5, 0x62, 0xCA, 0xE4, 0x2F, 0x20, 0xCE, 0x44, 0x9F, 0xFC, 0x14, 0xCF, 0x0E, 0xD2, 0xC3, 0x56 + .byte 0x92, 0x29, 0x5A, 0xF1, 0x11, 0xDF, 0x70, 0x47, 0xC8, 0x58, 0x5C, 0x38, 0x05, 0x09, 0x09, 0x37 + .byte 0x19, 0x37, 0xE9, 0x0A, 0x56, 0xF5, 0x5F, 0x57, 0x9C, 0xA8, 0x91, 0x87, 0xFB, 0x03, 0xE3, 0xD2 + .byte 0x07, 0x4E, 0xC9, 0x39, 0x37, 0xC1, 0x50, 0x29, 0x1C, 0x36, 0x33, 0xBC, 0x57, 0x37, 0x82, 0xA4 + .byte 0x69, 0x2C, 0xA2, 0x3D, 0x05, 0x3E, 0xCE, 0x4C, 0x53, 0x89, 0x49, 0x3B, 0xCC, 0x15, 0xF2, 0xB5 + .byte 0xD6, 0x28, 0x97, 0x98, 0xFB, 0x28, 0xFA, 0xD4, 0x58, 0x1C, 0x29, 0x37, 0x0C, 0x52, 0xB4, 0xCA + .byte 0x4B, 0x0B, 0x39, 0x6A, 0xDB, 0x40, 0xF9, 0xA2, 0xA3, 0x5B, 0x6C, 0x58, 0x17, 0x75, 0x8E, 0xB3 + .byte 0xF2, 0xF4, 0xA1, 0x39, 0x17, 0xD9, 0x7B, 0x9C + + .thumb + .global IsMmemExpanded +IsMmemExpanded: ; 0x0200078E + swi 15 + bx lr + + .byte 0x77, 0x04, 0xED, 0xD8, 0xD3, 0x0B, 0xEB, 0x51, 0x73, 0xA7, 0x84, 0x7E, 0x54, 0x52, 0xDE, 0x0B + .byte 0x6F, 0xF4, 0xC4, 0x7F, 0xF6, 0x60, 0x00, 0xD6, 0x24, 0xD3, 0x41, 0x86, 0x99, 0xE8, 0x29, 0xAF + .byte 0x5C, 0x16, 0xC1, 0x5D, 0x6E, 0xE6, 0x4B, 0x67, 0x51, 0xAC, 0xE4, 0xD6, 0x5B, 0x50, 0x6B, 0xDE + .byte 0x27, 0x38, 0xF8, 0x0D, 0x0E, 0x81, 0xDB, 0x80, 0x93, 0xF0, 0xD8, 0x08, 0xA5, 0xF6, 0x7C, 0xE5 + .byte 0x34, 0xCC, 0x86, 0x4D, 0xDE, 0xC3, 0x81, 0xB4, 0xB7, 0x4B, 0x8B, 0x94, 0x41, 0xD8, 0x98, 0x7B + .byte 0x5F, 0x79, 0x21, 0x3D, 0xC5, 0x92, 0xFC, 0x3B, 0x9A, 0x88, 0x54, 0x14, 0x40, 0x00, 0x3E, 0x7D + .byte 0x98, 0xE4, 0x50, 0xA9, 0xA0, 0xB7, 0xCC, 0x79, 0x30, 0xFE, 0xAC, 0x85, 0x00, 0x00 + + .endif -- cgit v1.2.3 From 7f94b4a68c57bf9d6b14d7fc9bffd1e493b66fed Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 29 Jun 2020 11:57:01 -0400 Subject: unlz (1) --- Makefile | 19 +- .../custom_ball/data/cb_data/.knarcignore | 572 ++++++ .../custom_ball/data/cb_data/narc_0000.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0001.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0002.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0003.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0004.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0005.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0006.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0007.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0008.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0009.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0010.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0011.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0012.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0013.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0014.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0015.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0016.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0017.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0018.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0019.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0020.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0021.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0022.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0023.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0024.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0025.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0026.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0027.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0028.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0029.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0030.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0031.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0032.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0033.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0034.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0035.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0036.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0037.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0038.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0039.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0040.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0041.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0042.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0043.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0044.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0045.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0046.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0047.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0048.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0049.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0050.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0051.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0052.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0053.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0054.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0055.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0056.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0057.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0058.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0059.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0060.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0061.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0062.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0063.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0064.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0065.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0066.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0067.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0068.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0069.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0070.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0071.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0072.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0073.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0074.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0075.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0076.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0077.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0078.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0079.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0080.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0081.bin | Bin 152 -> 250 bytes .../custom_ball/data/cb_data/narc_0082.bin | Bin 108 -> 154 bytes .../custom_ball/data/cb_data/narc_0083.bin | Bin 100 -> 138 bytes .../custom_ball/data/cb_data/narc_0084.bin | Bin 100 -> 138 bytes .../custom_ball/data/cb_data/narc_0085.bin | Bin 100 -> 130 bytes .../custom_ball/data/cb_data/narc_0086.bin | Bin 100 -> 130 bytes .../custom_ball/data/cb_data/narc_0087.bin | Bin 108 -> 155 bytes .../custom_ball/data/cb_data/narc_0088.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0089.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0090.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0091.bin | Bin 92 -> 111 bytes .../custom_ball/data/cb_data/narc_0092.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0093.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0094.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0095.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0096.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0097.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0098.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0099.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0100.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0101.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0102.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0103.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0104.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0105.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0106.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0107.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0108.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0109.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0110.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0111.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0112.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0113.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0114.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0115.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0116.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0117.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0118.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0119.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0120.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0121.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0122.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0123.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0124.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0125.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0126.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0127.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0128.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0129.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0130.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0131.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0132.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0133.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0134.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0135.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0136.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0137.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0138.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0139.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0140.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0141.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0142.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0143.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0144.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0145.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0146.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0147.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0148.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0149.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0150.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0151.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0152.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0153.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0154.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0155.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0156.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0157.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0158.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0159.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0160.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0161.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0162.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0163.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0164.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0165.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0166.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0167.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0168.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0169.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0170.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0171.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0172.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0173.bin | Bin 252 -> 284 bytes .../custom_ball/data/cb_data/narc_0174.bin | Bin 120 -> 154 bytes .../custom_ball/data/cb_data/narc_0175.bin | Bin 108 -> 148 bytes .../custom_ball/data/cb_data/narc_0176.bin | Bin 132 -> 184 bytes .../custom_ball/data/cb_data/narc_0177.bin | Bin 148 -> 202 bytes .../custom_ball/data/cb_data/narc_0178.bin | Bin 148 -> 202 bytes .../custom_ball/data/cb_data/narc_0179.bin | Bin 112 -> 143 bytes .../custom_ball/data/cb_data/narc_0180.bin | Bin 108 -> 123 bytes .../custom_ball/data/cb_data/narc_0181.bin | Bin 108 -> 123 bytes .../custom_ball/data/cb_data/narc_0182.bin | Bin 108 -> 123 bytes .../custom_ball/data/cb_data/narc_0183.bin | Bin 104 -> 123 bytes .../custom_ball/data/cb_data/narc_0184.bin | Bin 84 -> 336 bytes .../custom_ball/data/cb_data/narc_0185.bin | Bin 264 -> 336 bytes .../custom_ball/data/cb_data/narc_0186.bin | Bin 280 -> 336 bytes .../custom_ball/data/cb_data/narc_0187.bin | Bin 264 -> 336 bytes .../custom_ball/data/cb_data/narc_0188.bin | Bin 284 -> 336 bytes .../custom_ball/data/cb_data/narc_0189.bin | Bin 260 -> 336 bytes .../custom_ball/data/cb_data/narc_0190.bin | Bin 284 -> 336 bytes .../custom_ball/data/cb_data/narc_0191.bin | Bin 280 -> 336 bytes .../custom_ball/data/cb_data/narc_0192.bin | Bin 268 -> 336 bytes .../custom_ball/data/cb_data/narc_0193.bin | Bin 280 -> 336 bytes .../custom_ball/data/cb_data/narc_0194.bin | Bin 268 -> 336 bytes .../custom_ball/data/cb_data/narc_0195.bin | Bin 280 -> 336 bytes .../custom_ball/data/cb_data/narc_0196.bin | Bin 268 -> 336 bytes .../custom_ball/data/cb_data/narc_0197.bin | Bin 260 -> 336 bytes .../custom_ball/data/cb_data/narc_0198.bin | Bin 264 -> 336 bytes .../custom_ball/data/cb_data/narc_0199.bin | Bin 264 -> 336 bytes .../custom_ball/data/cb_data/narc_0200.bin | Bin 264 -> 336 bytes .../custom_ball/data/cb_data/narc_0201.bin | Bin 252 -> 336 bytes .../custom_ball/data/cb_data/narc_0202.bin | Bin 240 -> 336 bytes .../custom_ball/data/cb_data/narc_0203.bin | Bin 260 -> 336 bytes .../custom_ball/data/cb_data/narc_0204.bin | Bin 252 -> 336 bytes .../custom_ball/data/cb_data/narc_0205.bin | Bin 268 -> 336 bytes .../custom_ball/data/cb_data/narc_0206.bin | Bin 272 -> 336 bytes .../custom_ball/data/cb_data/narc_0207.bin | Bin 276 -> 336 bytes .../custom_ball/data/cb_data/narc_0208.bin | Bin 276 -> 336 bytes .../custom_ball/data/cb_data/narc_0209.bin | Bin 264 -> 336 bytes .../custom_ball/data/cb_data/narc_0210.bin | Bin 276 -> 336 bytes .../custom_ball/data/cb_data/narc_0211.bin | Bin 264 -> 336 bytes .../custom_ball/data/cb_data/narc_0212.bin | Bin 276 -> 336 bytes .../custom_ball/data/cb_data/narc_0213.bin | Bin 268 -> 336 bytes .../custom_ball/data/cb_data/narc_0214.bin | Bin 260 -> 336 bytes .../custom_ball/data/cb_data/narc_0215.bin | Bin 268 -> 336 bytes .../custom_ball/data/cb_data/narc_0216.bin | Bin 256 -> 336 bytes .../custom_ball/data/cb_data/narc_0217.bin | Bin 284 -> 336 bytes .../custom_ball/data/cb_data/narc_0218.bin | Bin 280 -> 336 bytes .../custom_ball/data/cb_data/narc_0219.bin | Bin 280 -> 336 bytes .../custom_ball/data/cb_data/narc_0220.bin | Bin 280 -> 336 bytes .../custom_ball/data/cb_data/narc_0221.bin | Bin 260 -> 336 bytes .../custom_ball/data/cb_data/narc_0222.bin | Bin 252 -> 336 bytes .../custom_ball/data/cb_data/narc_0223.bin | Bin 260 -> 336 bytes .../custom_ball/data/cb_data/narc_0224.bin | Bin 252 -> 336 bytes .../custom_ball/data/cb_data/narc_0225.bin | Bin 260 -> 336 bytes .../custom_ball/data/cb_data/narc_0226.bin | Bin 252 -> 336 bytes .../custom_ball/data/cb_data/narc_0227.bin | Bin 264 -> 336 bytes .../custom_ball/data/cb_data/narc_0228.bin | Bin 228 -> 336 bytes .../custom_ball/data/cb_data/narc_0229.bin | Bin 232 -> 336 bytes .../custom_ball/data/cb_data/narc_0230.bin | Bin 268 -> 336 bytes .../custom_ball/data/cb_data/narc_0231.bin | Bin 268 -> 336 bytes .../custom_ball/data/cb_data/narc_0232.bin | Bin 228 -> 336 bytes .../custom_ball/data/cb_data/narc_0233.bin | Bin 232 -> 336 bytes .../custom_ball/data/cb_data/narc_0234.bin | Bin 232 -> 336 bytes .../custom_ball/data/cb_data/narc_0235.bin | Bin 188 -> 336 bytes .../custom_ball/data/cb_data/narc_0236.bin | Bin 236 -> 336 bytes .../custom_ball/data/cb_data/narc_0237.bin | Bin 212 -> 336 bytes .../custom_ball/data/cb_data/narc_0238.bin | Bin 184 -> 336 bytes .../custom_ball/data/cb_data/narc_0239.bin | Bin 184 -> 336 bytes .../custom_ball/data/cb_data/narc_0240.bin | Bin 228 -> 336 bytes .../custom_ball/data/cb_data/narc_0241.bin | Bin 184 -> 336 bytes .../custom_ball/data/cb_data/narc_0242.bin | Bin 128 -> 336 bytes .../custom_ball/data/cb_data/narc_0243.bin | Bin 192 -> 336 bytes .../custom_ball/data/cb_data/narc_0244.bin | Bin 220 -> 336 bytes .../custom_ball/data/cb_data/narc_0245.bin | Bin 168 -> 336 bytes .../custom_ball/data/cb_data/narc_0246.bin | Bin 200 -> 336 bytes .../custom_ball/data/cb_data/narc_0247.bin | Bin 192 -> 336 bytes .../custom_ball/data/cb_data/narc_0248.bin | Bin 236 -> 336 bytes .../custom_ball/data/cb_data/narc_0249.bin | Bin 200 -> 336 bytes .../custom_ball/data/cb_data/narc_0250.bin | Bin 232 -> 336 bytes .../custom_ball/data/cb_data/narc_0251.bin | Bin 208 -> 336 bytes .../custom_ball/data/cb_data/narc_0252.bin | Bin 224 -> 336 bytes .../custom_ball/data/cb_data/narc_0253.bin | Bin 176 -> 336 bytes .../custom_ball/data/cb_data/narc_0254.bin | Bin 208 -> 336 bytes .../custom_ball/data/cb_data/narc_0255.bin | Bin 236 -> 336 bytes .../custom_ball/data/cb_data/narc_0256.bin | Bin 252 -> 336 bytes .../custom_ball/data/cb_data/narc_0257.bin | Bin 240 -> 336 bytes .../custom_ball/data/cb_data/narc_0258.bin | Bin 216 -> 336 bytes .../custom_ball/data/cb_data/narc_0259.bin | Bin 192 -> 336 bytes .../custom_ball/data/cb_data/narc_0260.bin | Bin 180 -> 336 bytes .../custom_ball/data/cb_data/narc_0261.bin | Bin 212 -> 336 bytes .../custom_ball/data/cb_data/narc_0262.bin | Bin 252 -> 336 bytes .../custom_ball/data/cb_data/narc_0263.bin | Bin 236 -> 336 bytes .../custom_ball/data/cb_data/narc_0264.bin | Bin 272 -> 336 bytes .../custom_ball/data/cb_data/narc_0265.bin | Bin 244 -> 1200 bytes .../custom_ball/data/cb_data/narc_0266.bin | Bin 796 -> 2096 bytes .../custom_ball/data/cb_data/narc_0267.bin | Bin 1152 -> 4144 bytes .../custom_ball/data/cb_data/narc_0268.bin | Bin 7824 -> 65584 bytes .../custom_ball/data/cb_data/narc_0269.bin | Bin 436 -> 2096 bytes .../custom_ball/data/cb_data/narc_0270.bin | Bin 584 -> 3120 bytes .../custom_ball/data/cb_data/narc_0271.bin | Bin 1000 -> 5808 bytes .../custom_ball/data/cb_data/narc_0272.bin | Bin 576 -> 1200 bytes .../custom_ball/data/cb_data/narc_0273.bin | Bin 316 -> 624 bytes .../custom_ball/data/cb_data/narc_0274.bin | Bin 312 -> 624 bytes .../custom_ball/data/cb_data/narc_0275.bin | Bin 812 -> 4144 bytes .../custom_ball/data/cb_data/narc_0276.bin | Bin 164 -> 336 bytes .../custom_ball/data/cb_data/narc_0277.bin | Bin 176 -> 336 bytes .../custom_ball/data/cb_data/narc_0278.bin | Bin 144 -> 336 bytes .../custom_ball/data/cb_data/narc_0279.bin | Bin 172 -> 336 bytes .../custom_ball/data/cb_data/narc_0280.bin | Bin 192 -> 560 bytes .../custom_ball/data/cb_data/narc_0281.bin | Bin 192 -> 560 bytes .../custom_ball/data/cb_data/narc_0282.bin | Bin 748 -> 2084 bytes .../custom_ball/data/cb_data/narc_0283.bin | Bin 636 -> 2084 bytes .../custom_ball/data/cb_data/narc_0284.bin | Bin 308 -> 2084 bytes .../custom_ball/data/cb_data/narc_0285.bin | Bin 420 -> 2084 bytes files/battle/graphic/batt_bg/.knarcignore | 315 ++++ files/battle/graphic/batt_bg/narc_0000.bin | Bin 4036 -> 32816 bytes files/battle/graphic/batt_bg/narc_0001.bin | Bin 328 -> 2084 bytes files/battle/graphic/batt_bg/narc_0002.bin | Bin 3104 -> 4132 bytes files/battle/graphic/batt_bg/narc_0003.bin | Bin 11592 -> 65584 bytes files/battle/graphic/batt_bg/narc_0004.bin | Bin 12588 -> 65584 bytes files/battle/graphic/batt_bg/narc_0005.bin | Bin 18000 -> 65584 bytes files/battle/graphic/batt_bg/narc_0006.bin | Bin 21172 -> 65584 bytes files/battle/graphic/batt_bg/narc_0007.bin | Bin 18560 -> 65584 bytes files/battle/graphic/batt_bg/narc_0008.bin | Bin 19548 -> 65584 bytes files/battle/graphic/batt_bg/narc_0009.bin | Bin 15572 -> 65584 bytes files/battle/graphic/batt_bg/narc_0010.bin | Bin 14444 -> 65584 bytes files/battle/graphic/batt_bg/narc_0011.bin | Bin 17860 -> 65584 bytes files/battle/graphic/batt_bg/narc_0012.bin | Bin 12412 -> 65584 bytes files/battle/graphic/batt_bg/narc_0013.bin | Bin 11936 -> 65584 bytes files/battle/graphic/batt_bg/narc_0014.bin | Bin 9792 -> 65584 bytes files/battle/graphic/batt_bg/narc_0015.bin | Bin 4688 -> 32816 bytes files/battle/graphic/batt_bg/narc_0016.bin | Bin 532 -> 2084 bytes files/battle/graphic/batt_bg/narc_0017.bin | Bin 5004 -> 32816 bytes files/battle/graphic/batt_bg/narc_0018.bin | Bin 4300 -> 32816 bytes files/battle/graphic/batt_bg/narc_0019.bin | Bin 4244 -> 32816 bytes files/battle/graphic/batt_bg/narc_0020.bin | Bin 4348 -> 32816 bytes files/battle/graphic/batt_bg/narc_0021.bin | Bin 4440 -> 32816 bytes files/battle/graphic/batt_bg/narc_0022.bin | Bin 4364 -> 32816 bytes files/battle/graphic/batt_bg/narc_0023.bin | Bin 4444 -> 32816 bytes files/battle/graphic/batt_bg/narc_0024.bin | Bin 4200 -> 32816 bytes files/battle/graphic/batt_bg/narc_0025.bin | Bin 4188 -> 32816 bytes files/battle/graphic/batt_bg/narc_0026.bin | Bin 4812 -> 32816 bytes files/battle/graphic/batt_bg/narc_0027.bin | Bin 5000 -> 32816 bytes files/battle/graphic/batt_bg/narc_0028.bin | Bin 4300 -> 32816 bytes files/battle/graphic/batt_bg/narc_0029.bin | Bin 4004 -> 32816 bytes files/battle/graphic/batt_bg/narc_0030.bin | Bin 316 -> 2084 bytes files/battle/graphic/batt_bg/narc_0031.bin | Bin 600 -> 2084 bytes files/battle/graphic/batt_bg/narc_0032.bin | Bin 640 -> 2084 bytes files/battle/graphic/batt_bg/narc_0033.bin | Bin 644 -> 2084 bytes files/battle/graphic/batt_bg/narc_0034.bin | Bin 516 -> 2084 bytes files/battle/graphic/batt_bg/narc_0035.bin | Bin 352 -> 2084 bytes files/battle/graphic/batt_bg/narc_0036.bin | Bin 332 -> 2084 bytes files/battle/graphic/batt_bg/narc_0037.bin | Bin 512 -> 2084 bytes files/battle/graphic/batt_bg/narc_0038.bin | Bin 984 -> 5232 bytes files/battle/graphic/batt_bg/narc_0039.bin | Bin 1096 -> 5232 bytes files/battle/graphic/batt_bg/narc_0040.bin | Bin 2080 -> 16432 bytes files/battle/graphic/batt_bg/narc_0041.bin | Bin 748 -> 4132 bytes files/battle/graphic/batt_bg/narc_0042.bin | Bin 468 -> 2096 bytes files/battle/graphic/batt_bg/narc_0043.bin | Bin 1048 -> 8228 bytes files/battle/graphic/batt_bg/narc_0044.bin | Bin 492 -> 2096 bytes files/battle/graphic/batt_bg/narc_0045.bin | Bin 1084 -> 8228 bytes files/battle/graphic/batt_bg/narc_0046.bin | Bin 400 -> 2096 bytes files/battle/graphic/batt_bg/narc_0047.bin | Bin 1080 -> 8228 bytes files/battle/graphic/batt_bg/narc_0048.bin | Bin 464 -> 2096 bytes files/battle/graphic/batt_bg/narc_0049.bin | Bin 1048 -> 8228 bytes files/battle/graphic/batt_bg/narc_0050.bin | Bin 1620 -> 4132 bytes files/battle/graphic/batt_bg/narc_0051.bin | Bin 1576 -> 4132 bytes files/battle/graphic/batt_bg/narc_0052.bin | Bin 1616 -> 4132 bytes files/battle/graphic/batt_bg/narc_0053.bin | Bin 6984 -> 16432 bytes files/battle/graphic/batt_bg/narc_0054.bin | Bin 1696 -> 4132 bytes files/battle/graphic/batt_bg/narc_0055.bin | Bin 1584 -> 4132 bytes files/battle/graphic/batt_bg/narc_0056.bin | Bin 1688 -> 4132 bytes files/battle/graphic/batt_bg/narc_0057.bin | Bin 6444 -> 16432 bytes files/battle/graphic/batt_bg/narc_0058.bin | Bin 5688 -> 16432 bytes files/battle/graphic/batt_bg/narc_0059.bin | Bin 1592 -> 4132 bytes files/battle/graphic/batt_bg/narc_0060.bin | Bin 1664 -> 4132 bytes files/battle/graphic/batt_bg/narc_0061.bin | Bin 1536 -> 4132 bytes files/battle/graphic/batt_bg/narc_0062.bin | Bin 1532 -> 4132 bytes files/battle/graphic/batt_bg/narc_0063.bin | Bin 1536 -> 4132 bytes files/battle/graphic/batt_bg/narc_0064.bin | Bin 3580 -> 16432 bytes files/battle/graphic/batt_bg/narc_0065.bin | Bin 1480 -> 4132 bytes files/battle/graphic/batt_bg/narc_0066.bin | Bin 3636 -> 16432 bytes files/battle/graphic/batt_bg/narc_0067.bin | Bin 988 -> 2084 bytes files/battle/graphic/batt_bg/narc_0068.bin | Bin 2716 -> 4132 bytes files/battle/graphic/batt_bg/narc_0069.bin | Bin 3852 -> 16432 bytes files/battle/graphic/batt_bg/narc_0070.bin | Bin 2716 -> 4132 bytes files/battle/graphic/batt_bg/narc_0071.bin | Bin 540 -> 4132 bytes files/battle/graphic/batt_bg/narc_0072.bin | Bin 536 -> 2084 bytes files/battle/graphic/batt_bg/narc_0073.bin | Bin 1996 -> 16432 bytes files/battle/graphic/batt_bg/narc_0074.bin | Bin 1572 -> 4132 bytes files/battle/graphic/batt_bg/narc_0075.bin | Bin 1592 -> 4132 bytes files/battle/graphic/batt_bg/narc_0076.bin | Bin 1584 -> 4132 bytes files/battle/graphic/batt_bg/narc_0077.bin | Bin 4396 -> 16432 bytes files/battle/graphic/batt_bg/narc_0078.bin | Bin 8312 -> 16432 bytes files/battle/graphic/batt_bg/narc_0079.bin | Bin 1312 -> 2084 bytes files/battle/graphic/batt_bg/narc_0080.bin | Bin 1568 -> 4132 bytes files/battle/graphic/batt_bg/narc_0081.bin | Bin 1640 -> 4132 bytes files/battle/graphic/batt_bg/narc_0082.bin | Bin 1572 -> 4132 bytes files/battle/graphic/batt_bg/narc_0083.bin | Bin 7892 -> 16432 bytes files/battle/graphic/batt_bg/narc_0084.bin | Bin 1340 -> 4132 bytes files/battle/graphic/batt_bg/narc_0085.bin | Bin 1224 -> 4132 bytes files/battle/graphic/batt_bg/narc_0086.bin | Bin 1340 -> 4132 bytes files/battle/graphic/batt_bg/narc_0087.bin | Bin 9668 -> 16432 bytes files/battle/graphic/batt_bg/narc_0088.bin | Bin 6496 -> 16432 bytes files/battle/graphic/batt_bg/narc_0089.bin | Bin 2180 -> 2084 bytes files/battle/graphic/batt_bg/narc_0090.bin | Bin 9436 -> 16432 bytes files/battle/graphic/batt_bg/narc_0091.bin | Bin 1576 -> 4132 bytes files/battle/graphic/batt_bg/narc_0092.bin | Bin 1656 -> 4132 bytes files/battle/graphic/batt_bg/narc_0093.bin | Bin 12200 -> 67760 bytes files/battle/graphic/batt_bg/narc_0094.bin | Bin 1664 -> 4132 bytes files/battle/graphic/batt_bg/narc_0095.bin | Bin 1428 -> 4132 bytes files/battle/graphic/batt_bg/narc_0096.bin | Bin 1420 -> 4132 bytes files/battle/graphic/batt_bg/narc_0097.bin | Bin 1428 -> 4132 bytes files/battle/graphic/batt_bg/narc_0098.bin | Bin 1248 -> 4132 bytes files/battle/graphic/batt_bg/narc_0099.bin | Bin 8776 -> 16432 bytes files/battle/graphic/batt_bg/narc_0100.bin | Bin 5060 -> 16432 bytes files/battle/graphic/batt_bg/narc_0101.bin | Bin 1296 -> 4132 bytes files/battle/graphic/batt_bg/narc_0102.bin | Bin 1092 -> 2096 bytes files/battle/graphic/batt_bg/narc_0103.bin | Bin 380 -> 2084 bytes files/battle/graphic/batt_bg/narc_0104.bin | Bin 1464 -> 4132 bytes files/battle/graphic/batt_bg/narc_0105.bin | Bin 1428 -> 4132 bytes files/battle/graphic/batt_bg/narc_0106.bin | Bin 1468 -> 4132 bytes files/battle/graphic/batt_bg/narc_0107.bin | Bin 8120 -> 16432 bytes files/battle/graphic/batt_bg/narc_0108.bin | Bin 3228 -> 16432 bytes files/battle/graphic/batt_bg/narc_0109.bin | Bin 1592 -> 2084 bytes files/battle/graphic/batt_bg/narc_0110.bin | Bin 4104 -> 16432 bytes files/battle/graphic/batt_bg/narc_0111.bin | Bin 1792 -> 2084 bytes files/battle/graphic/batt_bg/narc_0112.bin | Bin 5944 -> 16432 bytes files/battle/graphic/batt_bg/narc_0113.bin | Bin 1548 -> 2084 bytes files/battle/graphic/batt_bg/narc_0114.bin | Bin 8304 -> 16432 bytes files/battle/graphic/batt_bg/narc_0115.bin | Bin 1668 -> 4132 bytes files/battle/graphic/batt_bg/narc_0116.bin | Bin 2268 -> 4132 bytes files/battle/graphic/batt_bg/narc_0117.bin | Bin 4540 -> 16432 bytes files/battle/graphic/batt_bg/narc_0118.bin | Bin 2268 -> 4132 bytes files/battle/graphic/batt_bg/narc_0119.bin | Bin 2432 -> 16432 bytes files/battle/graphic/batt_bg/narc_0120.bin | Bin 624 -> 4132 bytes files/battle/graphic/batt_bg/narc_0121.bin | Bin 624 -> 4132 bytes files/battle/graphic/batt_bg/narc_0122.bin | Bin 3592 -> 16432 bytes files/battle/graphic/batt_bg/narc_0123.bin | Bin 792 -> 2084 bytes files/battle/graphic/batt_bg/narc_0124.bin | Bin 1204 -> 4132 bytes files/battle/graphic/batt_bg/narc_0125.bin | Bin 1204 -> 4132 bytes files/battle/graphic/batt_bg/narc_0126.bin | Bin 6060 -> 16432 bytes files/battle/graphic/batt_bg/narc_0127.bin | Bin 5460 -> 16432 bytes files/battle/graphic/batt_bg/narc_0128.bin | Bin 1560 -> 4132 bytes files/battle/graphic/batt_bg/narc_0129.bin | Bin 2432 -> 16432 bytes files/battle/graphic/batt_bg/narc_0130.bin | Bin 624 -> 4132 bytes files/battle/graphic/batt_bg/narc_0131.bin | Bin 1376 -> 4132 bytes files/battle/graphic/batt_bg/narc_0132.bin | Bin 1364 -> 4132 bytes files/battle/graphic/batt_bg/narc_0133.bin | Bin 1372 -> 4132 bytes files/battle/graphic/batt_bg/narc_0134.bin | Bin 7896 -> 16432 bytes files/battle/graphic/batt_bg/narc_0135.bin | Bin 1884 -> 4132 bytes files/battle/graphic/batt_bg/narc_0136.bin | Bin 1884 -> 4132 bytes files/battle/graphic/batt_bg/narc_0137.bin | Bin 1884 -> 4132 bytes files/battle/graphic/batt_bg/narc_0138.bin | Bin 9724 -> 16432 bytes files/battle/graphic/batt_bg/narc_0139.bin | Bin 2612 -> 16432 bytes files/battle/graphic/batt_bg/narc_0140.bin | Bin 376 -> 2084 bytes files/battle/graphic/batt_bg/narc_0141.bin | Bin 11120 -> 16432 bytes files/battle/graphic/batt_bg/narc_0142.bin | Bin 1308 -> 2084 bytes files/battle/graphic/batt_bg/narc_0143.bin | Bin 9412 -> 16432 bytes files/battle/graphic/batt_bg/narc_0144.bin | Bin 1264 -> 2084 bytes files/battle/graphic/batt_bg/narc_0145.bin | Bin 1852 -> 4132 bytes files/battle/graphic/batt_bg/narc_0146.bin | Bin 1832 -> 4132 bytes files/battle/graphic/batt_bg/narc_0147.bin | Bin 1852 -> 4132 bytes files/battle/graphic/batt_bg/narc_0148.bin | Bin 10516 -> 16432 bytes files/battle/graphic/batt_bg/narc_0149.bin | Bin 3472 -> 16432 bytes files/battle/graphic/batt_bg/narc_0150.bin | Bin 1560 -> 4132 bytes files/battle/graphic/batt_bg/narc_0151.bin | Bin 4184 -> 16432 bytes files/battle/graphic/batt_bg/narc_0152.bin | Bin 652 -> 4132 bytes files/battle/graphic/batt_bg/narc_0153.bin | Bin 652 -> 4132 bytes files/battle/graphic/batt_bg/narc_0154.bin | Bin 2164 -> 16432 bytes files/battle/graphic/batt_bg/narc_0155.bin | Bin 1096 -> 4132 bytes files/battle/graphic/batt_bg/narc_0156.bin | Bin 1076 -> 4132 bytes files/battle/graphic/batt_obj/.knarcignore | 408 +++++ files/battle/graphic/batt_obj/narc_0075.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0076.bin | Bin 96 -> 115 bytes files/battle/graphic/batt_obj/narc_0077.bin | Bin 1400 -> 8240 bytes files/battle/graphic/batt_obj/narc_0078.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0079.bin | Bin 84 -> 103 bytes files/battle/graphic/batt_obj/narc_0080.bin | Bin 488 -> 2096 bytes files/battle/graphic/batt_obj/narc_0081.bin | Bin 276 -> 688 bytes files/battle/graphic/batt_obj/narc_0082.bin | Bin 92 -> 109 bytes files/battle/graphic/batt_obj/narc_0083.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0084.bin | Bin 276 -> 688 bytes files/battle/graphic/batt_obj/narc_0085.bin | Bin 92 -> 109 bytes files/battle/graphic/batt_obj/narc_0086.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0087.bin | Bin 1308 -> 4144 bytes files/battle/graphic/batt_obj/narc_0088.bin | Bin 108 -> 123 bytes files/battle/graphic/batt_obj/narc_0089.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0090.bin | Bin 1324 -> 4144 bytes files/battle/graphic/batt_obj/narc_0091.bin | Bin 100 -> 111 bytes files/battle/graphic/batt_obj/narc_0092.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0093.bin | Bin 876 -> 4144 bytes files/battle/graphic/batt_obj/narc_0094.bin | Bin 932 -> 4144 bytes files/battle/graphic/batt_obj/narc_0095.bin | Bin 1116 -> 4144 bytes files/battle/graphic/batt_obj/narc_0096.bin | Bin 1164 -> 4144 bytes files/battle/graphic/batt_obj/narc_0097.bin | Bin 1100 -> 4144 bytes files/battle/graphic/batt_obj/narc_0098.bin | Bin 1136 -> 4144 bytes files/battle/graphic/batt_obj/narc_0099.bin | Bin 1244 -> 4144 bytes files/battle/graphic/batt_obj/narc_0100.bin | Bin 1308 -> 4144 bytes files/battle/graphic/batt_obj/narc_0101.bin | Bin 868 -> 4144 bytes files/battle/graphic/batt_obj/narc_0102.bin | Bin 984 -> 4144 bytes files/battle/graphic/batt_obj/narc_0103.bin | Bin 776 -> 4144 bytes files/battle/graphic/batt_obj/narc_0104.bin | Bin 868 -> 4144 bytes files/battle/graphic/batt_obj/narc_0105.bin | Bin 840 -> 4144 bytes files/battle/graphic/batt_obj/narc_0106.bin | Bin 892 -> 4144 bytes files/battle/graphic/batt_obj/narc_0107.bin | Bin 868 -> 4144 bytes files/battle/graphic/batt_obj/narc_0108.bin | Bin 932 -> 4144 bytes files/battle/graphic/batt_obj/narc_0109.bin | Bin 1200 -> 4144 bytes files/battle/graphic/batt_obj/narc_0110.bin | Bin 1260 -> 4144 bytes files/battle/graphic/batt_obj/narc_0111.bin | Bin 1188 -> 4144 bytes files/battle/graphic/batt_obj/narc_0112.bin | Bin 1184 -> 4144 bytes files/battle/graphic/batt_obj/narc_0113.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0114.bin | Bin 80 -> 97 bytes files/battle/graphic/batt_obj/narc_0115.bin | Bin 80 -> 304 bytes files/battle/graphic/batt_obj/narc_0116.bin | Bin 116 -> 151 bytes files/battle/graphic/batt_obj/narc_0117.bin | Bin 128 -> 173 bytes files/battle/graphic/batt_obj/narc_0118.bin | Bin 184 -> 496 bytes files/battle/graphic/batt_obj/narc_0119.bin | Bin 120 -> 159 bytes files/battle/graphic/batt_obj/narc_0120.bin | Bin 156 -> 227 bytes files/battle/graphic/batt_obj/narc_0121.bin | Bin 188 -> 880 bytes files/battle/graphic/batt_obj/narc_0122.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0123.bin | Bin 100 -> 111 bytes files/battle/graphic/batt_obj/narc_0124.bin | Bin 660 -> 4144 bytes files/battle/graphic/batt_obj/narc_0125.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0126.bin | Bin 100 -> 111 bytes files/battle/graphic/batt_obj/narc_0127.bin | Bin 688 -> 4144 bytes files/battle/graphic/batt_obj/narc_0128.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0129.bin | Bin 100 -> 111 bytes files/battle/graphic/batt_obj/narc_0130.bin | Bin 660 -> 4144 bytes files/battle/graphic/batt_obj/narc_0131.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0132.bin | Bin 100 -> 111 bytes files/battle/graphic/batt_obj/narc_0133.bin | Bin 660 -> 4144 bytes files/battle/graphic/batt_obj/narc_0134.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0135.bin | Bin 100 -> 111 bytes files/battle/graphic/batt_obj/narc_0136.bin | Bin 664 -> 4144 bytes files/battle/graphic/batt_obj/narc_0137.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0138.bin | Bin 100 -> 111 bytes files/battle/graphic/batt_obj/narc_0139.bin | Bin 664 -> 4144 bytes files/battle/graphic/batt_obj/narc_0140.bin | Bin 132 -> 216 bytes files/battle/graphic/batt_obj/narc_0141.bin | Bin 304 -> 560 bytes files/battle/graphic/batt_obj/narc_0142.bin | Bin 144 -> 240 bytes files/battle/graphic/batt_obj/narc_0143.bin | Bin 136 -> 216 bytes files/battle/graphic/batt_obj/narc_0144.bin | Bin 652 -> 2096 bytes files/battle/graphic/batt_obj/narc_0145.bin | Bin 144 -> 240 bytes files/battle/graphic/batt_obj/narc_0146.bin | Bin 176 -> 199 bytes files/battle/graphic/batt_obj/narc_0147.bin | Bin 312 -> 1840 bytes files/battle/graphic/batt_obj/narc_0148.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0149.bin | Bin 128 -> 145 bytes files/battle/graphic/batt_obj/narc_0150.bin | Bin 224 -> 1008 bytes files/battle/graphic/batt_obj/narc_0151.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0152.bin | Bin 144 -> 163 bytes files/battle/graphic/batt_obj/narc_0153.bin | Bin 264 -> 1392 bytes files/battle/graphic/batt_obj/narc_0154.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0155.bin | Bin 200 -> 304 bytes files/battle/graphic/batt_obj/narc_0156.bin | Bin 192 -> 304 bytes files/battle/graphic/batt_obj/narc_0157.bin | Bin 208 -> 304 bytes files/battle/graphic/batt_obj/narc_0158.bin | Bin 212 -> 304 bytes files/battle/graphic/batt_obj/narc_0159.bin | Bin 224 -> 304 bytes files/battle/graphic/batt_obj/narc_0160.bin | Bin 200 -> 304 bytes files/battle/graphic/batt_obj/narc_0161.bin | Bin 196 -> 304 bytes files/battle/graphic/batt_obj/narc_0162.bin | Bin 192 -> 304 bytes files/battle/graphic/batt_obj/narc_0163.bin | Bin 212 -> 304 bytes files/battle/graphic/batt_obj/narc_0164.bin | Bin 204 -> 304 bytes files/battle/graphic/batt_obj/narc_0165.bin | Bin 200 -> 304 bytes files/battle/graphic/batt_obj/narc_0166.bin | Bin 176 -> 304 bytes files/battle/graphic/batt_obj/narc_0167.bin | Bin 180 -> 304 bytes files/battle/graphic/batt_obj/narc_0168.bin | Bin 212 -> 304 bytes files/battle/graphic/batt_obj/narc_0169.bin | Bin 208 -> 304 bytes files/battle/graphic/batt_obj/narc_0170.bin | Bin 208 -> 304 bytes files/battle/graphic/batt_obj/narc_0171.bin | Bin 212 -> 304 bytes files/battle/graphic/batt_obj/narc_0172.bin | Bin 172 -> 304 bytes files/battle/graphic/batt_obj/narc_0173.bin | Bin 204 -> 304 bytes files/battle/graphic/batt_obj/narc_0174.bin | Bin 196 -> 304 bytes files/battle/graphic/batt_obj/narc_0175.bin | Bin 184 -> 304 bytes files/battle/graphic/batt_obj/narc_0176.bin | Bin 192 -> 304 bytes files/battle/graphic/batt_obj/narc_0177.bin | Bin 184 -> 304 bytes files/battle/graphic/batt_obj/narc_0178.bin | Bin 80 -> 97 bytes files/battle/graphic/batt_obj/narc_0179.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0180.bin | Bin 200 -> 304 bytes files/battle/graphic/batt_obj/narc_0181.bin | Bin 188 -> 304 bytes files/battle/graphic/batt_obj/narc_0182.bin | Bin 196 -> 304 bytes files/battle/graphic/batt_obj/narc_0183.bin | Bin 672 -> 1712 bytes files/battle/graphic/batt_obj/narc_0184.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0185.bin | Bin 160 -> 238 bytes files/battle/graphic/batt_obj/narc_0186.bin | Bin 92 -> 176 bytes files/battle/graphic/batt_obj/narc_0187.bin | Bin 140 -> 216 bytes files/battle/graphic/batt_obj/narc_0188.bin | Bin 220 -> 416 bytes files/battle/graphic/batt_obj/narc_0189.bin | Bin 680 -> 4144 bytes files/battle/graphic/batt_obj/narc_0190.bin | Bin 84 -> 103 bytes files/battle/graphic/batt_obj/narc_0191.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0192.bin | Bin 644 -> 4144 bytes files/battle/graphic/batt_obj/narc_0193.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0194.bin | Bin 92 -> 111 bytes files/battle/graphic/batt_obj/narc_0195.bin | Bin 5908 -> 16048 bytes files/battle/graphic/batt_obj/narc_0196.bin | Bin 5724 -> 16048 bytes files/battle/graphic/batt_obj/narc_0197.bin | Bin 5444 -> 16048 bytes files/battle/graphic/batt_obj/narc_0198.bin | Bin 5904 -> 16048 bytes files/battle/graphic/batt_obj/narc_0199.bin | Bin 5356 -> 16048 bytes files/battle/graphic/batt_obj/narc_0200.bin | Bin 5456 -> 16048 bytes files/battle/graphic/batt_obj/narc_0201.bin | Bin 4996 -> 16048 bytes files/battle/graphic/batt_obj/narc_0202.bin | Bin 5240 -> 16048 bytes files/battle/graphic/batt_obj/narc_0203.bin | Bin 212 -> 391 bytes files/battle/graphic/batt_obj/narc_0204.bin | Bin 212 -> 391 bytes files/battle/graphic/batt_obj/narc_0205.bin | Bin 212 -> 391 bytes files/battle/graphic/batt_obj/narc_0206.bin | Bin 212 -> 391 bytes files/battle/graphic/batt_obj/narc_0207.bin | Bin 212 -> 391 bytes files/battle/graphic/batt_obj/narc_0208.bin | Bin 212 -> 391 bytes files/battle/graphic/batt_obj/narc_0209.bin | Bin 212 -> 391 bytes files/battle/graphic/batt_obj/narc_0210.bin | Bin 212 -> 391 bytes files/battle/graphic/batt_obj/narc_0211.bin | Bin 120 -> 151 bytes files/battle/graphic/batt_obj/narc_0212.bin | Bin 120 -> 151 bytes files/battle/graphic/batt_obj/narc_0213.bin | Bin 120 -> 151 bytes files/battle/graphic/batt_obj/narc_0214.bin | Bin 120 -> 151 bytes files/battle/graphic/batt_obj/narc_0215.bin | Bin 120 -> 151 bytes files/battle/graphic/batt_obj/narc_0216.bin | Bin 120 -> 151 bytes files/battle/graphic/batt_obj/narc_0217.bin | Bin 120 -> 151 bytes files/battle/graphic/batt_obj/narc_0218.bin | Bin 120 -> 151 bytes files/battle/graphic/batt_obj/narc_0219.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0220.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0221.bin | Bin 712 -> 1712 bytes files/battle/graphic/batt_obj/narc_0222.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0223.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0224.bin | Bin 832 -> 1712 bytes files/battle/graphic/batt_obj/narc_0225.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0226.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0227.bin | Bin 744 -> 1712 bytes files/battle/graphic/batt_obj/narc_0228.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0229.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0230.bin | Bin 824 -> 1712 bytes files/battle/graphic/batt_obj/narc_0231.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0232.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0233.bin | Bin 872 -> 1712 bytes files/battle/graphic/batt_obj/narc_0234.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0235.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0236.bin | Bin 916 -> 1712 bytes files/battle/graphic/batt_obj/narc_0237.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0238.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0239.bin | Bin 864 -> 1712 bytes files/battle/graphic/batt_obj/narc_0240.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0241.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0242.bin | Bin 880 -> 1712 bytes files/battle/graphic/batt_obj/narc_0243.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0244.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0245.bin | Bin 848 -> 1712 bytes files/battle/graphic/batt_obj/narc_0246.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0247.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0248.bin | Bin 816 -> 1712 bytes files/battle/graphic/batt_obj/narc_0249.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0250.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0251.bin | Bin 696 -> 1712 bytes files/battle/graphic/batt_obj/narc_0252.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0253.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0254.bin | Bin 640 -> 1712 bytes files/battle/graphic/batt_obj/narc_0255.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0256.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0257.bin | Bin 876 -> 1712 bytes files/battle/graphic/batt_obj/narc_0258.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0259.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0260.bin | Bin 908 -> 1712 bytes files/battle/graphic/batt_obj/narc_0261.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0262.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0263.bin | Bin 872 -> 1712 bytes files/battle/graphic/batt_obj/narc_0264.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0265.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0266.bin | Bin 716 -> 1712 bytes files/battle/graphic/batt_obj/narc_0267.bin | Bin 164 -> 238 bytes files/battle/graphic/batt_obj/narc_0268.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0269.bin | Bin 704 -> 1712 bytes files/battle/graphic/batt_obj/narc_0270.bin | Bin 124 -> 178 bytes files/battle/graphic/batt_obj/narc_0271.bin | Bin 176 -> 318 bytes files/battle/graphic/batt_obj/narc_0272.bin | Bin 424 -> 1712 bytes files/battle/graphic/batt_obj/narc_0273.bin | Bin 144 -> 210 bytes files/battle/graphic/batt_obj/narc_0274.bin | Bin 144 -> 252 bytes files/battle/graphic/batt_obj/narc_0275.bin | Bin 476 -> 944 bytes files/battle/graphic/batt_obj/narc_0276.bin | Bin 1208 -> 4016 bytes files/battle/graphic/batt_obj/narc_0277.bin | Bin 388 -> 857 bytes files/battle/graphic/batt_obj/narc_0278.bin | Bin 372 -> 815 bytes files/contest/graphic/contest_bg/.knarcignore | 58 + files/contest/graphic/contest_bg/narc_0000.bin | Bin 872 -> 4132 bytes files/contest/graphic/contest_bg/narc_0001.bin | Bin 8752 -> 32832 bytes files/contest/graphic/contest_bg/narc_0002.bin | Bin 876 -> 4132 bytes files/contest/graphic/contest_bg/narc_0003.bin | Bin 6632 -> 32832 bytes files/contest/graphic/contest_bg/narc_0004.bin | Bin 424 -> 2084 bytes files/contest/graphic/contest_bg/narc_0005.bin | Bin 408 -> 2084 bytes files/contest/graphic/contest_bg/narc_0006.bin | Bin 544 -> 2084 bytes files/contest/graphic/contest_bg/narc_0007.bin | Bin 840 -> 2084 bytes files/contest/graphic/contest_bg/narc_0008.bin | Bin 648 -> 2084 bytes files/contest/graphic/contest_bg/narc_0009.bin | Bin 7956 -> 32832 bytes files/contest/graphic/contest_bg/narc_0010.bin | Bin 532 -> 2084 bytes files/contest/graphic/contest_bg/narc_0011.bin | Bin 4700 -> 32832 bytes files/contest/graphic/contest_bg/narc_0012.bin | Bin 368 -> 2084 bytes files/contest/graphic/contest_bg/narc_0013.bin | Bin 4872 -> 32832 bytes files/contest/graphic/contest_bg/narc_0014.bin | Bin 364 -> 2084 bytes files/contest/graphic/contest_bg/narc_0015.bin | Bin 1804 -> 6976 bytes files/contest/graphic/contest_bg/narc_0016.bin | Bin 1284 -> 2084 bytes files/contest/graphic/contest_bg/narc_0017.bin | Bin 4448 -> 32832 bytes files/contest/graphic/contest_bg/narc_0018.bin | Bin 7624 -> 32832 bytes files/contest/graphic/contest_bg/narc_0019.bin | Bin 1832 -> 2084 bytes files/contest/graphic/contest_bg/narc_0020.bin | Bin 364 -> 2084 bytes files/contest/graphic/contest_bg/narc_0021.bin | Bin 576 -> 2084 bytes files/contest/graphic/contest_bg/narc_0022.bin | Bin 7240 -> 32832 bytes files/contest/graphic/contest_bg/narc_0023.bin | Bin 4296 -> 32832 bytes files/contest/graphic/contest_bg/narc_0024.bin | Bin 448 -> 2084 bytes files/contest/graphic/contest_bg/narc_0025.bin | Bin 332 -> 2084 bytes files/contest/graphic/contest_bg/narc_0026.bin | Bin 4512 -> 32832 bytes files/contest/graphic/contest_bg/narc_0027.bin | Bin 300 -> 2084 bytes files/contest/graphic/contest_bg/narc_0028.bin | Bin 416 -> 2084 bytes files/contest/graphic/contest_obj/.knarcignore | 170 ++ files/contest/graphic/contest_obj/narc_0012.bin | Bin 144 -> 240 bytes files/contest/graphic/contest_obj/narc_0013.bin | Bin 124 -> 184 bytes files/contest/graphic/contest_obj/narc_0014.bin | Bin 344 -> 560 bytes files/contest/graphic/contest_obj/narc_0015.bin | Bin 144 -> 240 bytes files/contest/graphic/contest_obj/narc_0016.bin | Bin 136 -> 216 bytes files/contest/graphic/contest_obj/narc_0017.bin | Bin 196 -> 304 bytes files/contest/graphic/contest_obj/narc_0018.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0019.bin | Bin 80 -> 97 bytes files/contest/graphic/contest_obj/narc_0020.bin | Bin 160 -> 176 bytes files/contest/graphic/contest_obj/narc_0021.bin | Bin 144 -> 240 bytes files/contest/graphic/contest_obj/narc_0022.bin | Bin 124 -> 184 bytes files/contest/graphic/contest_obj/narc_0023.bin | Bin 320 -> 1072 bytes files/contest/graphic/contest_obj/narc_0024.bin | Bin 104 -> 139 bytes files/contest/graphic/contest_obj/narc_0025.bin | Bin 100 -> 125 bytes files/contest/graphic/contest_obj/narc_0026.bin | Bin 104 -> 240 bytes files/contest/graphic/contest_obj/narc_0027.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0028.bin | Bin 88 -> 111 bytes files/contest/graphic/contest_obj/narc_0029.bin | Bin 188 -> 304 bytes files/contest/graphic/contest_obj/narc_0030.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0031.bin | Bin 308 -> 560 bytes files/contest/graphic/contest_obj/narc_0032.bin | Bin 92 -> 105 bytes files/contest/graphic/contest_obj/narc_0033.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0034.bin | Bin 308 -> 560 bytes files/contest/graphic/contest_obj/narc_0035.bin | Bin 92 -> 105 bytes files/contest/graphic/contest_obj/narc_0036.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0037.bin | Bin 304 -> 560 bytes files/contest/graphic/contest_obj/narc_0038.bin | Bin 108 -> 121 bytes files/contest/graphic/contest_obj/narc_0039.bin | Bin 684 -> 1072 bytes files/contest/graphic/contest_obj/narc_0040.bin | Bin 80 -> 97 bytes files/contest/graphic/contest_obj/narc_0041.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0042.bin | Bin 344 -> 560 bytes files/contest/graphic/contest_obj/narc_0043.bin | Bin 80 -> 97 bytes files/contest/graphic/contest_obj/narc_0044.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0045.bin | Bin 76 -> 80 bytes files/contest/graphic/contest_obj/narc_0046.bin | Bin 80 -> 97 bytes files/contest/graphic/contest_obj/narc_0047.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0048.bin | Bin 212 -> 368 bytes files/contest/graphic/contest_obj/narc_0049.bin | Bin 88 -> 103 bytes files/contest/graphic/contest_obj/narc_0050.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0051.bin | Bin 216 -> 368 bytes files/contest/graphic/contest_obj/narc_0052.bin | Bin 228 -> 368 bytes files/contest/graphic/contest_obj/narc_0053.bin | Bin 228 -> 368 bytes files/contest/graphic/contest_obj/narc_0054.bin | Bin 216 -> 368 bytes files/contest/graphic/contest_obj/narc_0055.bin | Bin 1416 -> 2992 bytes files/contest/graphic/contest_obj/narc_0056.bin | Bin 140 -> 179 bytes files/contest/graphic/contest_obj/narc_0057.bin | Bin 124 -> 197 bytes files/contest/graphic/contest_obj/narc_0058.bin | Bin 516 -> 688 bytes files/contest/graphic/contest_obj/narc_0059.bin | Bin 524 -> 688 bytes files/contest/graphic/contest_obj/narc_0060.bin | Bin 524 -> 688 bytes files/contest/graphic/contest_obj/narc_0061.bin | Bin 524 -> 688 bytes files/contest/graphic/contest_obj/narc_0062.bin | Bin 140 -> 223 bytes files/contest/graphic/contest_obj/narc_0063.bin | Bin 148 -> 229 bytes files/contest/graphic/contest_obj/narc_0064.bin | Bin 92 -> 112 bytes files/contest/graphic/contest_obj/narc_0065.bin | Bin 80 -> 97 bytes files/contest/graphic/contest_obj/narc_0066.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0067.bin | Bin 200 -> 304 bytes files/contest/graphic/contest_obj/narc_0068.bin | Bin 92 -> 126 bytes files/contest/graphic/contest_obj/narc_0069.bin | Bin 108 -> 154 bytes files/contest/graphic/contest_obj/narc_0070.bin | Bin 60 -> 112 bytes files/contest/graphic/contest_obj/narc_0071.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0072.bin | Bin 80 -> 97 bytes files/contest/graphic/contest_obj/narc_0073.bin | Bin 452 -> 1072 bytes files/contest/graphic/contest_obj/narc_0074.bin | Bin 96 -> 126 bytes files/contest/graphic/contest_obj/narc_0075.bin | Bin 108 -> 154 bytes files/contest/graphic/contest_obj/narc_0076.bin | Bin 240 -> 304 bytes files/contest/graphic/contest_obj/narc_0077.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0078.bin | Bin 96 -> 119 bytes files/contest/graphic/contest_obj/narc_0079.bin | Bin 104 -> 139 bytes files/contest/graphic/contest_obj/narc_0080.bin | Bin 108 -> 139 bytes files/contest/graphic/contest_obj/narc_0081.bin | Bin 920 -> 2096 bytes files/contest/graphic/contest_obj/narc_0082.bin | Bin 144 -> 240 bytes files/contest/graphic/contest_obj/narc_0083.bin | Bin 124 -> 184 bytes files/contest/graphic/contest_obj/narc_0084.bin | Bin 364 -> 560 bytes files/contest/graphic/contest_obj/narc_0085.bin | Bin 900 -> 2214 bytes files/contest/graphic/contest_obj/narc_0086.bin | Bin 720 -> 1920 bytes files/contest/graphic/contest_obj/narc_0087.bin | Bin 484 -> 3184 bytes files/contest/graphic/contest_obj/narc_0088.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0089.bin | Bin 92 -> 105 bytes files/contest/graphic/contest_obj/narc_0090.bin | Bin 264 -> 1072 bytes files/contest/graphic/contest_obj/narc_0091.bin | Bin 92 -> 111 bytes files/contest/graphic/contest_obj/narc_0092.bin | Bin 124 -> 135 bytes files/contest/graphic/contest_obj/narc_0093.bin | Bin 1020 -> 7728 bytes files/contest/graphic/contest_obj/narc_0094.bin | Bin 108 -> 154 bytes files/contest/graphic/contest_obj/narc_0095.bin | Bin 112 -> 142 bytes files/contest/graphic/contest_obj/narc_0096.bin | Bin 172 -> 304 bytes files/data/namein/.knarcignore | 34 + files/data/namein/narc_0002.bin | Bin 1753 -> 8256 bytes files/data/namein/narc_0003.bin | Bin 599 -> 2112 bytes files/data/namein/narc_0004.bin | Bin 286 -> 1572 bytes files/data/namein/narc_0005.bin | Bin 317 -> 1572 bytes files/data/namein/narc_0006.bin | Bin 207 -> 932 bytes files/data/namein/narc_0007.bin | Bin 208 -> 932 bytes files/data/namein/narc_0008.bin | Bin 208 -> 932 bytes files/data/namein/narc_0009.bin | Bin 208 -> 932 bytes files/data/namein/narc_0010.bin | Bin 6641 -> 26832 bytes files/data/namein/narc_0011.bin | Bin 642 -> 3760 bytes files/data/namein/narc_0012.bin | Bin 1125 -> 2166 bytes files/data/namein/narc_0013.bin | Bin 327 -> 461 bytes files/data/namein/narc_0014.bin | Bin 1320 -> 3314 bytes files/data/namein/narc_0015.bin | Bin 159 -> 249 bytes files/data/namein/narc_0016.bin | Bin 267 -> 1088 bytes files/data/namein/narc_0017.bin | Bin 303 -> 1572 bytes files/data/namein/narc_0018.bin | Bin 314 -> 1572 bytes files/data/tradelist/.knarcignore | 24 + files/data/tradelist/narc_0001.bin | Bin 845 -> 3648 bytes files/data/tradelist/narc_0002.bin | Bin 578 -> 1856 bytes files/data/tradelist/narc_0003.bin | Bin 834 -> 1572 bytes files/data/tradelist/narc_0004.bin | Bin 289 -> 1572 bytes files/data/tradelist/narc_0005.bin | Bin 510 -> 1572 bytes files/data/tradelist/narc_0006.bin | Bin 288 -> 1572 bytes files/data/tradelist/narc_0007.bin | Bin 2160 -> 11408 bytes files/data/tradelist/narc_0008.bin | Bin 458 -> 978 bytes files/data/tradelist/narc_0009.bin | Bin 454 -> 1034 bytes files/data/tradelist/narc_0010.bin | Bin 2468 -> 8752 bytes files/data/tradelist/narc_0011.bin | Bin 717 -> 1402 bytes files/data/tradelist/narc_0012.bin | Bin 539 -> 1378 bytes files/demo/egg/data/egg_data/.knarcignore | 16 + files/demo/egg/data/egg_data/narc_0000.bin | Bin 6520 -> 32816 bytes files/demo/egg/data/egg_data/narc_0001.bin | Bin 1376 -> 2084 bytes files/demo/egg/data/egg_data/narc_0002.bin | Bin 116 -> 159 bytes files/demo/egg/data/egg_data/narc_0003.bin | Bin 132 -> 215 bytes files/demo/egg/data/egg_data/narc_0004.bin | Bin 932 -> 3120 bytes files/demo/egg/data/egg_data/narc_0005.bin | Bin 92 -> 111 bytes files/demo/egg/data/egg_data/narc_0006.bin | Bin 148 -> 171 bytes files/demo/egg/data/egg_data/narc_0007.bin | Bin 780 -> 6192 bytes files/graphic/box/.knarcignore | 178 ++ files/graphic/box/narc_0000.bin | Bin 346 -> 1572 bytes files/graphic/box/narc_0001.bin | Bin 2520 -> 9280 bytes files/graphic/box/narc_0002.bin | Bin 122 -> 484 bytes files/graphic/box/narc_0003.bin | Bin 148 -> 676 bytes files/graphic/box/narc_0004.bin | Bin 290 -> 1088 bytes files/graphic/box/narc_0006.bin | Bin 314 -> 816 bytes files/graphic/box/narc_0007.bin | Bin 535 -> 2084 bytes files/graphic/box/narc_0008.bin | Bin 535 -> 2084 bytes files/graphic/box/narc_0009.bin | Bin 1965 -> 6960 bytes files/graphic/box/narc_0010.bin | Bin 139 -> 193 bytes files/graphic/box/narc_0011.bin | Bin 123 -> 197 bytes files/graphic/box/narc_0012.bin | Bin 715 -> 2864 bytes files/graphic/box/narc_0013.bin | Bin 186 -> 318 bytes files/graphic/box/narc_0014.bin | Bin 320 -> 634 bytes files/graphic/box/narc_0015.bin | Bin 143 -> 816 bytes files/graphic/box/narc_0016.bin | Bin 91 -> 111 bytes files/graphic/box/narc_0017.bin | Bin 257 -> 1072 bytes files/graphic/box/narc_0018.bin | Bin 79 -> 99 bytes files/graphic/box/narc_0019.bin | Bin 89 -> 111 bytes files/graphic/box/narc_0021.bin | Bin 92 -> 129 bytes files/graphic/box/narc_0022.bin | Bin 436 -> 925 bytes files/graphic/box/narc_0023.bin | Bin 124 -> 197 bytes files/graphic/box/narc_0024.bin | Bin 315 -> 753 bytes files/graphic/box/narc_0025.bin | Bin 259 -> 448 bytes files/graphic/box/narc_0029.bin | Bin 2494 -> 13504 bytes files/graphic/box/narc_0030.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0032.bin | Bin 2154 -> 13504 bytes files/graphic/box/narc_0033.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0035.bin | Bin 2443 -> 13504 bytes files/graphic/box/narc_0036.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0038.bin | Bin 2099 -> 13504 bytes files/graphic/box/narc_0039.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0041.bin | Bin 2710 -> 13504 bytes files/graphic/box/narc_0042.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0044.bin | Bin 2491 -> 13504 bytes files/graphic/box/narc_0045.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0047.bin | Bin 2178 -> 13504 bytes files/graphic/box/narc_0048.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0050.bin | Bin 2473 -> 13504 bytes files/graphic/box/narc_0051.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0053.bin | Bin 2218 -> 13504 bytes files/graphic/box/narc_0054.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0056.bin | Bin 2469 -> 13504 bytes files/graphic/box/narc_0057.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0059.bin | Bin 2585 -> 13504 bytes files/graphic/box/narc_0060.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0062.bin | Bin 2531 -> 13504 bytes files/graphic/box/narc_0063.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0065.bin | Bin 2111 -> 13504 bytes files/graphic/box/narc_0066.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0068.bin | Bin 1982 -> 13504 bytes files/graphic/box/narc_0069.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0071.bin | Bin 1921 -> 13504 bytes files/graphic/box/narc_0072.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0074.bin | Bin 2031 -> 13504 bytes files/graphic/box/narc_0075.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0077.bin | Bin 2588 -> 13504 bytes files/graphic/box/narc_0078.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0080.bin | Bin 2591 -> 13504 bytes files/graphic/box/narc_0081.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0083.bin | Bin 2253 -> 13504 bytes files/graphic/box/narc_0084.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0086.bin | Bin 2640 -> 13504 bytes files/graphic/box/narc_0087.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0089.bin | Bin 3805 -> 13504 bytes files/graphic/box/narc_0090.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0092.bin | Bin 3123 -> 13504 bytes files/graphic/box/narc_0093.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0095.bin | Bin 3536 -> 13504 bytes files/graphic/box/narc_0096.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0098.bin | Bin 2537 -> 13504 bytes files/graphic/box/narc_0099.bin | Bin 979 -> 876 bytes files/graphic/box/narc_0100.bin | Bin 372 -> 2084 bytes files/graphic/box/narc_0101.bin | Bin 625 -> 4132 bytes files/graphic/box/narc_0102.bin | Bin 886 -> 4132 bytes files/graphic/box/narc_0103.bin | Bin 2004 -> 6208 bytes files/graphic/box/narc_0105.bin | Bin 391 -> 2084 bytes files/graphic/box/narc_0106.bin | Bin 866 -> 2084 bytes files/graphic/box/narc_0107.bin | Bin 395 -> 2084 bytes files/graphic/box/narc_0108.bin | Bin 2959 -> 10304 bytes files/graphic/box/narc_0110.bin | Bin 1872 -> 7984 bytes files/graphic/box/narc_0111.bin | Bin 206 -> 329 bytes files/graphic/box/narc_0112.bin | Bin 208 -> 393 bytes files/graphic/box/narc_0114.bin | Bin 1954 -> 10288 bytes files/graphic/box/narc_0115.bin | Bin 117 -> 185 bytes files/graphic/box/narc_0116.bin | Bin 140 -> 213 bytes files/graphic/box/narc_0117.bin | Bin 1614 -> 8240 bytes files/graphic/box/narc_0118.bin | Bin 276 -> 538 bytes files/graphic/box/narc_0119.bin | Bin 338 -> 762 bytes files/graphic/demo_trade/.knarcignore | 38 + files/graphic/demo_trade/narc_0000.bin | Bin 2062 -> 16420 bytes files/graphic/demo_trade/narc_0001.bin | Bin 2062 -> 16420 bytes files/graphic/demo_trade/narc_0002.bin | Bin 503 -> 2624 bytes files/graphic/demo_trade/narc_0004.bin | Bin 2340 -> 2084 bytes files/graphic/demo_trade/narc_0005.bin | Bin 2515 -> 16448 bytes files/graphic/demo_trade/narc_0007.bin | Bin 347 -> 574 bytes files/graphic/demo_trade/narc_0008.bin | Bin 221 -> 390 bytes files/graphic/demo_trade/narc_0009.bin | Bin 1565 -> 7472 bytes files/graphic/demo_trade/narc_0011.bin | Bin 128 -> 166 bytes files/graphic/demo_trade/narc_0012.bin | Bin 106 -> 154 bytes files/graphic/demo_trade/narc_0013.bin | Bin 94 -> 272 bytes files/graphic/demo_trade/narc_0015.bin | Bin 1717 -> 4132 bytes files/graphic/demo_trade/narc_0016.bin | Bin 4115 -> 15424 bytes files/graphic/demo_trade/narc_0018.bin | Bin 241 -> 1572 bytes files/graphic/demo_trade/narc_0019.bin | Bin 138 -> 512 bytes files/graphic/demo_trade/narc_0021.bin | Bin 223 -> 1572 bytes files/graphic/demo_trade/narc_0022.bin | Bin 67 -> 128 bytes files/graphic/demo_trade/narc_0024.bin | Bin 1222 -> 4132 bytes files/graphic/demo_trade/narc_0025.bin | Bin 1077 -> 5184 bytes files/graphic/dendou_demo/.knarcignore | 8 + files/graphic/dendou_demo/narc_0000.bin | Bin 317 -> 2084 bytes files/graphic/dendou_demo/narc_0001.bin | Bin 324 -> 2084 bytes files/graphic/dendou_demo/narc_0002.bin | Bin 283 -> 2084 bytes files/graphic/dendou_demo/narc_0003.bin | Bin 381 -> 2112 bytes files/graphic/dendou_pc/.knarcignore | 4 + files/graphic/dendou_pc/narc_0000.bin | Bin 283 -> 2084 bytes files/graphic/dendou_pc/narc_0001.bin | Bin 182 -> 1088 bytes files/graphic/font/.knarcignore | 2 + files/graphic/font/narc_0004.bin | Bin 428 -> 800 bytes files/graphic/mysign/.knarcignore | 14 + files/graphic/mysign/narc_0003.bin | Bin 313 -> 1088 bytes files/graphic/mysign/narc_0004.bin | Bin 448 -> 1792 bytes files/graphic/mysign/narc_0005.bin | Bin 313 -> 1572 bytes files/graphic/mysign/narc_0006.bin | Bin 223 -> 1572 bytes files/graphic/mysign/narc_0007.bin | Bin 892 -> 5744 bytes files/graphic/mysign/narc_0008.bin | Bin 176 -> 248 bytes files/graphic/mysign/narc_0009.bin | Bin 120 -> 184 bytes files/graphic/mystery/.knarcignore | 58 + files/graphic/mystery/narc_0001.bin | Bin 69 -> 128 bytes files/graphic/mystery/narc_0002.bin | Bin 285 -> 2084 bytes files/graphic/mystery/narc_0004.bin | Bin 796 -> 2084 bytes files/graphic/mystery/narc_0005.bin | Bin 678 -> 2084 bytes files/graphic/mystery/narc_0006.bin | Bin 3302 -> 12352 bytes files/graphic/mystery/narc_0008.bin | Bin 133 -> 192 bytes files/graphic/mystery/narc_0009.bin | Bin 147 -> 216 bytes files/graphic/mystery/narc_0010.bin | Bin 228 -> 816 bytes files/graphic/mystery/narc_0013.bin | Bin 105 -> 152 bytes files/graphic/mystery/narc_0014.bin | Bin 101 -> 136 bytes files/graphic/mystery/narc_0015.bin | Bin 482 -> 2608 bytes files/graphic/mystery/narc_0017.bin | Bin 825 -> 3136 bytes files/graphic/mystery/narc_0018.bin | Bin 475 -> 1572 bytes files/graphic/mystery/narc_0020.bin | Bin 379 -> 1572 bytes files/graphic/mystery/narc_0021.bin | Bin 256 -> 1572 bytes files/graphic/mystery/narc_0022.bin | Bin 1043 -> 5184 bytes files/graphic/mystery/narc_0024.bin | Bin 795 -> 1906 bytes files/graphic/mystery/narc_0025.bin | Bin 748 -> 1526 bytes files/graphic/mystery/narc_0026.bin | Bin 3086 -> 18640 bytes files/graphic/mystery/narc_0027.bin | Bin 410 -> 2112 bytes files/graphic/mystery/narc_0028.bin | Bin 459 -> 1572 bytes files/graphic/mystery/narc_0030.bin | Bin 4378 -> 32832 bytes files/graphic/mystery/narc_0031.bin | Bin 1550 -> 8228 bytes files/graphic/mystery/narc_0033.bin | Bin 89 -> 111 bytes files/graphic/mystery/narc_0034.bin | Bin 79 -> 99 bytes files/graphic/mystery/narc_0035.bin | Bin 376 -> 560 bytes files/graphic/mystery/narc_0037.bin | Bin 180 -> 338 bytes files/graphic/mystery/narc_0038.bin | Bin 91 -> 126 bytes files/graphic/mystery/narc_0039.bin | Bin 204 -> 560 bytes files/graphic/oekaki/.knarcignore | 14 + files/graphic/oekaki/narc_0002.bin | Bin 370 -> 1600 bytes files/graphic/oekaki/narc_0003.bin | Bin 448 -> 1792 bytes files/graphic/oekaki/narc_0004.bin | Bin 297 -> 1572 bytes files/graphic/oekaki/narc_0005.bin | Bin 263 -> 1572 bytes files/graphic/oekaki/narc_0006.bin | Bin 1442 -> 7536 bytes files/graphic/oekaki/narc_0007.bin | Bin 669 -> 1366 bytes files/graphic/oekaki/narc_0008.bin | Bin 682 -> 1618 bytes files/graphic/pmsi/.knarcignore | 44 + files/graphic/pmsi/narc_0000.bin | Bin 310 -> 2084 bytes files/graphic/pmsi/narc_0001.bin | Bin 201 -> 832 bytes files/graphic/pmsi/narc_0002.bin | Bin 611 -> 4132 bytes files/graphic/pmsi/narc_0003.bin | Bin 337 -> 1408 bytes files/graphic/pmsi/narc_0004.bin | Bin 307 -> 2084 bytes files/graphic/pmsi/narc_0005.bin | Bin 111 -> 320 bytes files/graphic/pmsi/narc_0007.bin | Bin 446 -> 678 bytes files/graphic/pmsi/narc_0008.bin | Bin 482 -> 1150 bytes files/graphic/pmsi/narc_0009.bin | Bin 1924 -> 14128 bytes files/graphic/pmsi/narc_0011.bin | Bin 286 -> 2084 bytes files/graphic/pmsi/narc_0012.bin | Bin 212 -> 192 bytes files/graphic/pmsi/narc_0013.bin | Bin 211 -> 192 bytes files/graphic/pmsi/narc_0014.bin | Bin 215 -> 192 bytes files/graphic/pmsi/narc_0015.bin | Bin 215 -> 192 bytes files/graphic/pmsi/narc_0016.bin | Bin 215 -> 192 bytes files/graphic/pmsi/narc_0017.bin | Bin 215 -> 192 bytes files/graphic/pmsi/narc_0018.bin | Bin 215 -> 192 bytes files/graphic/pmsi/narc_0019.bin | Bin 215 -> 192 bytes files/graphic/pmsi/narc_0020.bin | Bin 3113 -> 20128 bytes files/graphic/pmsi/narc_0022.bin | Bin 187 -> 288 bytes files/graphic/pmsi/narc_0023.bin | Bin 173 -> 280 bytes files/graphic/pmsi/narc_0024.bin | Bin 1280 -> 6192 bytes files/graphic/poketch/.knarcignore | 240 +++ files/graphic/poketch/narc_0002.bin | Bin 384 -> 2608 bytes files/graphic/poketch/narc_0003.bin | Bin 198 -> 358 bytes files/graphic/poketch/narc_0004.bin | Bin 245 -> 498 bytes files/graphic/poketch/narc_0005.bin | Bin 131 -> 216 bytes files/graphic/poketch/narc_0006.bin | Bin 254 -> 540 bytes files/graphic/poketch/narc_0007.bin | Bin 84 -> 192 bytes files/graphic/poketch/narc_0010.bin | Bin 501 -> 2112 bytes files/graphic/poketch/narc_0011.bin | Bin 435 -> 1572 bytes files/graphic/poketch/narc_0014.bin | Bin 1285 -> 5440 bytes files/graphic/poketch/narc_0015.bin | Bin 369 -> 1572 bytes files/graphic/poketch/narc_0016.bin | Bin 1687 -> 11584 bytes files/graphic/poketch/narc_0017.bin | Bin 553 -> 2084 bytes files/graphic/poketch/narc_0018.bin | Bin 637 -> 1014 bytes files/graphic/poketch/narc_0019.bin | Bin 410 -> 886 bytes files/graphic/poketch/narc_0020.bin | Bin 552 -> 2084 bytes files/graphic/poketch/narc_0021.bin | Bin 1858 -> 13088 bytes files/graphic/poketch/narc_0022.bin | Bin 1712 -> 11184 bytes files/graphic/poketch/narc_0023.bin | Bin 275 -> 1600 bytes files/graphic/poketch/narc_0024.bin | Bin 318 -> 1572 bytes files/graphic/poketch/narc_0025.bin | Bin 164 -> 756 bytes files/graphic/poketch/narc_0026.bin | Bin 228 -> 1572 bytes files/graphic/poketch/narc_0027.bin | Bin 2692 -> 7775 bytes files/graphic/poketch/narc_0028.bin | Bin 6924 -> 24523 bytes files/graphic/poketch/narc_0029.bin | Bin 239 -> 1584 bytes files/graphic/poketch/narc_0030.bin | Bin 120 -> 384 bytes files/graphic/poketch/narc_0031.bin | Bin 296 -> 2084 bytes files/graphic/poketch/narc_0032.bin | Bin 760 -> 5168 bytes files/graphic/poketch/narc_0033.bin | Bin 134 -> 208 bytes files/graphic/poketch/narc_0034.bin | Bin 141 -> 240 bytes files/graphic/poketch/narc_0035.bin | Bin 210 -> 1072 bytes files/graphic/poketch/narc_0036.bin | Bin 149 -> 204 bytes files/graphic/poketch/narc_0037.bin | Bin 163 -> 288 bytes files/graphic/poketch/narc_0038.bin | Bin 400 -> 2084 bytes files/graphic/poketch/narc_0039.bin | Bin 383 -> 2112 bytes files/graphic/poketch/narc_0040.bin | Bin 182 -> 276 bytes files/graphic/poketch/narc_0041.bin | Bin 329 -> 716 bytes files/graphic/poketch/narc_0042.bin | Bin 620 -> 3280 bytes files/graphic/poketch/narc_0043.bin | Bin 302 -> 2084 bytes files/graphic/poketch/narc_0044.bin | Bin 97 -> 256 bytes files/graphic/poketch/narc_0045.bin | Bin 92 -> 126 bytes files/graphic/poketch/narc_0046.bin | Bin 104 -> 154 bytes files/graphic/poketch/narc_0047.bin | Bin 603 -> 4144 bytes files/graphic/poketch/narc_0048.bin | Bin 327 -> 2084 bytes files/graphic/poketch/narc_0049.bin | Bin 103 -> 320 bytes files/graphic/poketch/narc_0050.bin | Bin 92 -> 138 bytes files/graphic/poketch/narc_0051.bin | Bin 106 -> 154 bytes files/graphic/poketch/narc_0052.bin | Bin 645 -> 4144 bytes files/graphic/poketch/narc_0053.bin | Bin 289 -> 2084 bytes files/graphic/poketch/narc_0054.bin | Bin 127 -> 576 bytes files/graphic/poketch/narc_0055.bin | Bin 105 -> 157 bytes files/graphic/poketch/narc_0056.bin | Bin 127 -> 217 bytes files/graphic/poketch/narc_0057.bin | Bin 1070 -> 6192 bytes files/graphic/poketch/narc_0058.bin | Bin 346 -> 2084 bytes files/graphic/poketch/narc_0059.bin | Bin 2133 -> 16192 bytes files/graphic/poketch/narc_0060.bin | Bin 439 -> 2084 bytes files/graphic/poketch/narc_0061.bin | Bin 312 -> 1696 bytes files/graphic/poketch/narc_0062.bin | Bin 175 -> 274 bytes files/graphic/poketch/narc_0063.bin | Bin 177 -> 326 bytes files/graphic/poketch/narc_0064.bin | Bin 235 -> 1072 bytes files/graphic/poketch/narc_0065.bin | Bin 503 -> 1572 bytes files/graphic/poketch/narc_0066.bin | Bin 510 -> 3136 bytes files/graphic/poketch/narc_0067.bin | Bin 79 -> 99 bytes files/graphic/poketch/narc_0068.bin | Bin 90 -> 111 bytes files/graphic/poketch/narc_0069.bin | Bin 137 -> 560 bytes files/graphic/poketch/narc_0070.bin | Bin 324 -> 2084 bytes files/graphic/poketch/narc_0071.bin | Bin 145 -> 576 bytes files/graphic/poketch/narc_0072.bin | Bin 271 -> 490 bytes files/graphic/poketch/narc_0073.bin | Bin 454 -> 1070 bytes files/graphic/poketch/narc_0074.bin | Bin 660 -> 4016 bytes files/graphic/poketch/narc_0075.bin | Bin 514 -> 2084 bytes files/graphic/poketch/narc_0076.bin | Bin 469 -> 3136 bytes files/graphic/poketch/narc_0077.bin | Bin 182 -> 293 bytes files/graphic/poketch/narc_0078.bin | Bin 207 -> 385 bytes files/graphic/poketch/narc_0079.bin | Bin 1009 -> 6704 bytes files/graphic/poketch/narc_0080.bin | Bin 260 -> 1572 bytes files/graphic/poketch/narc_0081.bin | Bin 139 -> 576 bytes files/graphic/poketch/narc_0082.bin | Bin 231 -> 442 bytes files/graphic/poketch/narc_0083.bin | Bin 290 -> 630 bytes files/graphic/poketch/narc_0084.bin | Bin 269 -> 1584 bytes files/graphic/poketch/narc_0085.bin | Bin 471 -> 2084 bytes files/graphic/poketch/narc_0086.bin | Bin 275 -> 1344 bytes files/graphic/poketch/narc_0087.bin | Bin 235 -> 381 bytes files/graphic/poketch/narc_0088.bin | Bin 194 -> 369 bytes files/graphic/poketch/narc_0089.bin | Bin 811 -> 5360 bytes files/graphic/poketch/narc_0090.bin | Bin 465 -> 1572 bytes files/graphic/poketch/narc_0091.bin | Bin 423 -> 2432 bytes files/graphic/poketch/narc_0092.bin | Bin 268 -> 384 bytes files/graphic/poketch/narc_0093.bin | Bin 303 -> 532 bytes files/graphic/poketch/narc_0094.bin | Bin 1510 -> 10544 bytes files/graphic/poketch/narc_0095.bin | Bin 225 -> 1572 bytes files/graphic/poketch/narc_0096.bin | Bin 67 -> 128 bytes files/graphic/poketch/narc_0097.bin | Bin 273 -> 390 bytes files/graphic/poketch/narc_0098.bin | Bin 180 -> 278 bytes files/graphic/poketch/narc_0099.bin | Bin 596 -> 4016 bytes files/graphic/poketch/narc_0100.bin | Bin 236 -> 1572 bytes files/graphic/poketch/narc_0101.bin | Bin 90 -> 224 bytes files/graphic/poketch/narc_0102.bin | Bin 92 -> 126 bytes files/graphic/poketch/narc_0103.bin | Bin 106 -> 154 bytes files/graphic/poketch/narc_0104.bin | Bin 680 -> 4144 bytes files/graphic/poketch/narc_0105.bin | Bin 251 -> 1572 bytes files/graphic/poketch/narc_0106.bin | Bin 107 -> 384 bytes files/graphic/poketch/narc_0107.bin | Bin 86 -> 114 bytes files/graphic/poketch/narc_0108.bin | Bin 102 -> 142 bytes files/graphic/poketch/narc_0109.bin | Bin 144 -> 304 bytes files/graphic/poketch/narc_0110.bin | Bin 236 -> 1572 bytes files/graphic/poketch/narc_0111.bin | Bin 696 -> 4672 bytes files/graphic/poketch/narc_0112.bin | Bin 79 -> 99 bytes files/graphic/poketch/narc_0113.bin | Bin 90 -> 111 bytes files/graphic/poketch/narc_0114.bin | Bin 119 -> 560 bytes files/graphic/poketch/narc_0115.bin | Bin 544 -> 1572 bytes files/graphic/poketch/narc_0116.bin | Bin 554 -> 1572 bytes files/graphic/poketch/narc_0117.bin | Bin 591 -> 3520 bytes files/graphic/poketch/narc_0118.bin | Bin 315 -> 458 bytes files/graphic/poketch/narc_0119.bin | Bin 440 -> 890 bytes files/graphic/poketch/narc_0120.bin | Bin 407 -> 1968 bytes files/graphic/poketch/narc_0121.bin | Bin 278 -> 1572 bytes files/graphic/poketch/narc_0122.bin | Bin 189 -> 832 bytes files/graphic/poketch/narc_0123.bin | Bin 199 -> 358 bytes files/graphic/poketch/narc_0124.bin | Bin 243 -> 498 bytes files/graphic/poketch/narc_0125.bin | Bin 145 -> 688 bytes files/graphic/record/.knarcignore | 22 + files/graphic/record/narc_0002.bin | Bin 1185 -> 3264 bytes files/graphic/record/narc_0003.bin | Bin 539 -> 1572 bytes files/graphic/record/narc_0004.bin | Bin 1375 -> 7344 bytes files/graphic/record/narc_0005.bin | Bin 587 -> 1186 bytes files/graphic/record/narc_0006.bin | Bin 583 -> 1354 bytes files/graphic/record/narc_0009.bin | Bin 8524 -> 24624 bytes files/graphic/record/narc_0010.bin | Bin 603 -> 1243 bytes files/graphic/record/narc_0011.bin | Bin 577 -> 1211 bytes files/graphic/record/narc_0012.bin | Bin 4267 -> 11184 bytes files/graphic/record/narc_0013.bin | Bin 1275 -> 2310 bytes files/graphic/record/narc_0014.bin | Bin 1069 -> 2826 bytes files/graphic/touch_subwindow/.knarcignore | 18 + files/graphic/touch_subwindow/narc_0001.bin | Bin 1014 -> 3776 bytes files/graphic/touch_subwindow/narc_0002.bin | Bin 90 -> 84 bytes files/graphic/touch_subwindow/narc_0003.bin | Bin 93 -> 84 bytes files/graphic/touch_subwindow/narc_0004.bin | Bin 93 -> 84 bytes files/graphic/touch_subwindow/narc_0005.bin | Bin 93 -> 84 bytes files/graphic/touch_subwindow/narc_0006.bin | Bin 93 -> 84 bytes files/graphic/touch_subwindow/narc_0007.bin | Bin 93 -> 84 bytes files/graphic/touch_subwindow/narc_0008.bin | Bin 89 -> 84 bytes files/graphic/touch_subwindow/narc_0009.bin | Bin 92 -> 84 bytes files/graphic/unionroom/.knarcignore | 12 + files/graphic/unionroom/narc_0002.bin | Bin 1033 -> 4160 bytes files/graphic/unionroom/narc_0003.bin | Bin 854 -> 3108 bytes files/graphic/unionroom/narc_0004.bin | Bin 291 -> 2084 bytes files/graphic/unionroom/narc_0005.bin | Bin 814 -> 2736 bytes files/graphic/unionroom/narc_0006.bin | Bin 188 -> 298 bytes files/graphic/unionroom/narc_0007.bin | Bin 215 -> 386 bytes files/graphic/worldtrade/.knarcignore | 56 + files/graphic/worldtrade/narc_0010.bin | Bin 1029 -> 3520 bytes files/graphic/worldtrade/narc_0011.bin | Bin 521 -> 2624 bytes files/graphic/worldtrade/narc_0012.bin | Bin 532 -> 2624 bytes files/graphic/worldtrade/narc_0013.bin | Bin 488 -> 2624 bytes files/graphic/worldtrade/narc_0014.bin | Bin 540 -> 3136 bytes files/graphic/worldtrade/narc_0015.bin | Bin 3401 -> 14400 bytes files/graphic/worldtrade/narc_0016.bin | Bin 18377 -> 49216 bytes files/graphic/worldtrade/narc_0017.bin | Bin 563 -> 2624 bytes files/graphic/worldtrade/narc_0018.bin | Bin 4071 -> 22416 bytes files/graphic/worldtrade/narc_0019.bin | Bin 749 -> 1482 bytes files/graphic/worldtrade/narc_0020.bin | Bin 837 -> 2134 bytes files/graphic/worldtrade/narc_0021.bin | Bin 664 -> 1572 bytes files/graphic/worldtrade/narc_0022.bin | Bin 269 -> 1572 bytes files/graphic/worldtrade/narc_0023.bin | Bin 325 -> 1572 bytes files/graphic/worldtrade/narc_0024.bin | Bin 301 -> 1572 bytes files/graphic/worldtrade/narc_0025.bin | Bin 336 -> 1572 bytes files/graphic/worldtrade/narc_0026.bin | Bin 326 -> 1572 bytes files/graphic/worldtrade/narc_0027.bin | Bin 349 -> 1572 bytes files/graphic/worldtrade/narc_0028.bin | Bin 348 -> 1572 bytes files/graphic/worldtrade/narc_0029.bin | Bin 230 -> 1572 bytes files/graphic/worldtrade/narc_0030.bin | Bin 254 -> 1572 bytes files/graphic/worldtrade/narc_0031.bin | Bin 686 -> 1572 bytes files/graphic/worldtrade/narc_0032.bin | Bin 3480 -> 12848 bytes files/graphic/worldtrade/narc_0033.bin | Bin 837 -> 1718 bytes files/graphic/worldtrade/narc_0034.bin | Bin 1018 -> 2838 bytes files/graphic/worldtrade/narc_0035.bin | Bin 98 -> 112 bytes files/graphic/worldtrade/narc_0036.bin | Bin 128 -> 182 bytes files/graphic/worldtrade/narc_0037.bin | Bin 125 -> 210 bytes files/poketool/pokefoot/pokefoot/.knarcignore | 992 ++++++++++ files/poketool/pokefoot/pokefoot/narc_0001.bin | Bin 89 -> 111 bytes files/poketool/pokefoot/pokefoot/narc_0002.bin | Bin 85 -> 103 bytes files/poketool/pokefoot/pokefoot/narc_0003.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0004.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0005.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0006.bin | Bin 128 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0007.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0008.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0009.bin | Bin 125 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0010.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0011.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0012.bin | Bin 124 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0013.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0014.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0015.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0016.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0017.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0018.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0019.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0020.bin | Bin 118 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0021.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0022.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0023.bin | Bin 118 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0024.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0025.bin | Bin 128 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0026.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0027.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0028.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0029.bin | Bin 113 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0030.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0031.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0032.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0033.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0034.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0035.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0036.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0037.bin | Bin 126 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0038.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0039.bin | Bin 128 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0040.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0041.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0042.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0043.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0044.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0045.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0046.bin | Bin 96 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0047.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0048.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0049.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0050.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0051.bin | Bin 106 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0052.bin | Bin 90 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0053.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0054.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0055.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0056.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0057.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0058.bin | Bin 132 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0059.bin | Bin 117 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0060.bin | Bin 117 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0061.bin | Bin 116 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0062.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0063.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0064.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0065.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0066.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0067.bin | Bin 124 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0068.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0069.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0070.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0071.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0072.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0073.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0074.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0075.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0076.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0077.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0078.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0079.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0080.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0081.bin | Bin 118 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0082.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0083.bin | Bin 119 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0084.bin | Bin 99 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0085.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0086.bin | Bin 134 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0087.bin | Bin 125 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0088.bin | Bin 131 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0089.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0090.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0091.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0092.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0093.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0094.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0095.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0096.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0097.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0098.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0099.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0100.bin | Bin 124 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0101.bin | Bin 106 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0102.bin | Bin 116 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0103.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0104.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0105.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0106.bin | Bin 116 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0107.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0108.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0109.bin | Bin 137 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0110.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0111.bin | Bin 133 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0112.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0113.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0114.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0115.bin | Bin 122 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0116.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0117.bin | Bin 116 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0118.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0119.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0120.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0121.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0122.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0123.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0124.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0125.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0126.bin | Bin 128 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0127.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0128.bin | Bin 113 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0129.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0130.bin | Bin 106 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0131.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0132.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0133.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0134.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0135.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0136.bin | Bin 125 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0137.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0138.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0139.bin | Bin 125 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0140.bin | Bin 106 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0141.bin | Bin 94 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0142.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0143.bin | Bin 90 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0144.bin | Bin 117 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0145.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0146.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0147.bin | Bin 130 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0148.bin | Bin 138 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0149.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0150.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0151.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0152.bin | Bin 124 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0153.bin | Bin 122 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0154.bin | Bin 101 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0155.bin | Bin 95 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0156.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0157.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0158.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0159.bin | Bin 106 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0160.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0161.bin | Bin 105 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0162.bin | Bin 105 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0163.bin | Bin 126 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0164.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0165.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0166.bin | Bin 126 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0167.bin | Bin 133 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0168.bin | Bin 113 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0169.bin | Bin 119 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0170.bin | Bin 90 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0171.bin | Bin 105 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0172.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0173.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0174.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0175.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0176.bin | Bin 95 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0177.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0178.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0179.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0180.bin | Bin 96 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0181.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0182.bin | Bin 97 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0183.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0184.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0185.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0186.bin | Bin 99 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0187.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0188.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0189.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0190.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0191.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0192.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0193.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0194.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0195.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0196.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0197.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0198.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0199.bin | Bin 97 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0200.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0201.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0202.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0203.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0204.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0205.bin | Bin 101 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0206.bin | Bin 99 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0207.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0208.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0209.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0210.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0211.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0212.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0213.bin | Bin 122 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0214.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0215.bin | Bin 116 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0216.bin | Bin 106 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0217.bin | Bin 115 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0218.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0219.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0220.bin | Bin 127 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0221.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0222.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0223.bin | Bin 99 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0224.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0225.bin | Bin 99 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0226.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0227.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0228.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0229.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0230.bin | Bin 115 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0231.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0232.bin | Bin 133 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0233.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0234.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0235.bin | Bin 115 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0236.bin | Bin 105 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0237.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0238.bin | Bin 122 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0239.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0240.bin | Bin 131 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0241.bin | Bin 99 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0242.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0243.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0244.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0245.bin | Bin 113 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0246.bin | Bin 118 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0247.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0248.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0249.bin | Bin 94 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0250.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0251.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0252.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0253.bin | Bin 130 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0254.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0255.bin | Bin 125 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0256.bin | Bin 116 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0257.bin | Bin 136 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0258.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0259.bin | Bin 128 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0260.bin | Bin 151 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0261.bin | Bin 115 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0262.bin | Bin 115 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0263.bin | Bin 128 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0264.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0265.bin | Bin 144 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0266.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0267.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0268.bin | Bin 96 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0269.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0270.bin | Bin 105 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0271.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0272.bin | Bin 99 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0273.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0274.bin | Bin 144 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0275.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0276.bin | Bin 119 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0277.bin | Bin 126 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0278.bin | Bin 92 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0279.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0280.bin | Bin 128 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0281.bin | Bin 116 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0282.bin | Bin 127 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0283.bin | Bin 89 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0284.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0285.bin | Bin 101 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0286.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0287.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0288.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0289.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0290.bin | Bin 116 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0291.bin | Bin 134 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0292.bin | Bin 145 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0293.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0294.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0295.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0296.bin | Bin 136 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0297.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0298.bin | Bin 141 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0299.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0300.bin | Bin 131 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0301.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0302.bin | Bin 117 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0303.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0304.bin | Bin 144 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0305.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0306.bin | Bin 113 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0307.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0308.bin | Bin 126 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0309.bin | Bin 131 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0310.bin | Bin 108 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0311.bin | Bin 99 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0312.bin | Bin 116 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0313.bin | Bin 117 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0314.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0315.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0316.bin | Bin 101 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0317.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0318.bin | Bin 96 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0319.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0320.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0321.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0322.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0323.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0324.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0325.bin | Bin 113 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0326.bin | Bin 147 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0327.bin | Bin 136 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0328.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0329.bin | Bin 118 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0330.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0331.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0332.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0333.bin | Bin 115 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0334.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0335.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0336.bin | Bin 93 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0337.bin | Bin 124 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0338.bin | Bin 126 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0339.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0340.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0341.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0342.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0343.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0344.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0345.bin | Bin 133 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0346.bin | Bin 89 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0347.bin | Bin 96 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0348.bin | Bin 125 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0349.bin | Bin 130 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0350.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0351.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0352.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0353.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0354.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0355.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0356.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0357.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0358.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0359.bin | Bin 149 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0360.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0361.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0362.bin | Bin 134 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0363.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0364.bin | Bin 119 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0365.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0366.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0367.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0368.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0369.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0370.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0371.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0372.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0373.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0374.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0375.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0376.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0377.bin | Bin 95 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0378.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0379.bin | Bin 115 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0380.bin | Bin 136 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0381.bin | Bin 89 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0382.bin | Bin 132 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0383.bin | Bin 122 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0384.bin | Bin 118 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0385.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0386.bin | Bin 143 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0387.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0388.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0389.bin | Bin 96 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0390.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0391.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0392.bin | Bin 125 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0393.bin | Bin 113 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0394.bin | Bin 113 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0395.bin | Bin 138 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0396.bin | Bin 105 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0397.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0398.bin | Bin 131 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0399.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0400.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0401.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0402.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0403.bin | Bin 124 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0404.bin | Bin 101 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0405.bin | Bin 90 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0406.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0407.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0408.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0409.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0410.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0411.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0412.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0413.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0414.bin | Bin 118 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0415.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0416.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0417.bin | Bin 90 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0418.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0419.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0420.bin | Bin 103 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0421.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0422.bin | Bin 106 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0423.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0424.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0425.bin | Bin 96 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0426.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0427.bin | Bin 114 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0428.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0429.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0430.bin | Bin 117 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0431.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0432.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0433.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0434.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0435.bin | Bin 117 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0436.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0437.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0438.bin | Bin 112 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0439.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0440.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0441.bin | Bin 109 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0442.bin | Bin 98 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0443.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0444.bin | Bin 131 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0445.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0446.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0447.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0448.bin | Bin 120 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0449.bin | Bin 122 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0450.bin | Bin 111 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0451.bin | Bin 117 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0452.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0453.bin | Bin 130 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0454.bin | Bin 90 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0455.bin | Bin 90 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0456.bin | Bin 115 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0457.bin | Bin 119 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0458.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0459.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0460.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0461.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0462.bin | Bin 106 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0463.bin | Bin 130 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0464.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0465.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0466.bin | Bin 126 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0467.bin | Bin 113 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0468.bin | Bin 125 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0469.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0470.bin | Bin 119 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0471.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0472.bin | Bin 104 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0473.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0474.bin | Bin 107 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0475.bin | Bin 110 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0476.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0477.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0478.bin | Bin 128 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0479.bin | Bin 121 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0480.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0481.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0482.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0483.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0484.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0485.bin | Bin 102 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0486.bin | Bin 128 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0487.bin | Bin 123 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0488.bin | Bin 129 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0489.bin | Bin 136 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0490.bin | Bin 131 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0491.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0492.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0493.bin | Bin 86 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0494.bin | Bin 100 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0495.bin | Bin 101 -> 304 bytes files/poketool/pokefoot/pokefoot/narc_0496.bin | Bin 96 -> 304 bytes files/resource/eng/zukan/zukan/.knarcignore | 206 +++ files/resource/eng/zukan/zukan/narc_0027.bin | Bin 708 -> 4160 bytes files/resource/eng/zukan/zukan/narc_0028.bin | Bin 2203 -> 8256 bytes files/resource/eng/zukan/zukan/narc_0029.bin | Bin 861 -> 3136 bytes files/resource/eng/zukan/zukan/narc_0030.bin | Bin 317 -> 1088 bytes files/resource/eng/zukan/zukan/narc_0031.bin | Bin 317 -> 1088 bytes files/resource/eng/zukan/zukan/narc_0032.bin | Bin 197 -> 384 bytes files/resource/eng/zukan/zukan/narc_0033.bin | Bin 5499 -> 16448 bytes files/resource/eng/zukan/zukan/narc_0034.bin | Bin 4751 -> 15424 bytes files/resource/eng/zukan/zukan/narc_0035.bin | Bin 989 -> 6208 bytes files/resource/eng/zukan/zukan/narc_0036.bin | Bin 238 -> 1088 bytes files/resource/eng/zukan/zukan/narc_0037.bin | Bin 250 -> 1060 bytes files/resource/eng/zukan/zukan/narc_0038.bin | Bin 245 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0039.bin | Bin 136 -> 324 bytes files/resource/eng/zukan/zukan/narc_0040.bin | Bin 426 -> 2084 bytes files/resource/eng/zukan/zukan/narc_0041.bin | Bin 405 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0042.bin | Bin 429 -> 2084 bytes files/resource/eng/zukan/zukan/narc_0043.bin | Bin 386 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0044.bin | Bin 98 -> 156 bytes files/resource/eng/zukan/zukan/narc_0045.bin | Bin 109 -> 196 bytes files/resource/eng/zukan/zukan/narc_0046.bin | Bin 122 -> 276 bytes files/resource/eng/zukan/zukan/narc_0047.bin | Bin 123 -> 316 bytes files/resource/eng/zukan/zukan/narc_0048.bin | Bin 70 -> 92 bytes files/resource/eng/zukan/zukan/narc_0049.bin | Bin 257 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0050.bin | Bin 235 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0051.bin | Bin 131 -> 324 bytes files/resource/eng/zukan/zukan/narc_0052.bin | Bin 112 -> 108 bytes files/resource/eng/zukan/zukan/narc_0053.bin | Bin 150 -> 372 bytes files/resource/eng/zukan/zukan/narc_0054.bin | Bin 138 -> 548 bytes files/resource/eng/zukan/zukan/narc_0055.bin | Bin 137 -> 548 bytes files/resource/eng/zukan/zukan/narc_0056.bin | Bin 147 -> 324 bytes files/resource/eng/zukan/zukan/narc_0057.bin | Bin 243 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0058.bin | Bin 309 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0059.bin | Bin 228 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0060.bin | Bin 112 -> 236 bytes files/resource/eng/zukan/zukan/narc_0061.bin | Bin 344 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0062.bin | Bin 231 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0063.bin | Bin 112 -> 236 bytes files/resource/eng/zukan/zukan/narc_0064.bin | Bin 905 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0065.bin | Bin 47 -> 44 bytes files/resource/eng/zukan/zukan/narc_0066.bin | Bin 72 -> 80 bytes files/resource/eng/zukan/zukan/narc_0067.bin | Bin 47 -> 44 bytes files/resource/eng/zukan/zukan/narc_0068.bin | Bin 51 -> 48 bytes files/resource/eng/zukan/zukan/narc_0069.bin | Bin 552 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0070.bin | Bin 267 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0071.bin | Bin 1016 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0072.bin | Bin 306 -> 1060 bytes files/resource/eng/zukan/zukan/narc_0073.bin | Bin 341 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0074.bin | Bin 341 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0075.bin | Bin 249 -> 1572 bytes files/resource/eng/zukan/zukan/narc_0076.bin | Bin 129 -> 150 bytes files/resource/eng/zukan/zukan/narc_0077.bin | Bin 106 -> 154 bytes files/resource/eng/zukan/zukan/narc_0078.bin | Bin 516 -> 2608 bytes files/resource/eng/zukan/zukan/narc_0079.bin | Bin 370 -> 750 bytes files/resource/eng/zukan/zukan/narc_0080.bin | Bin 375 -> 850 bytes files/resource/eng/zukan/zukan/narc_0081.bin | Bin 2307 -> 11952 bytes files/resource/eng/zukan/zukan/narc_0082.bin | Bin 842 -> 1630 bytes files/resource/eng/zukan/zukan/narc_0083.bin | Bin 253 -> 466 bytes files/resource/eng/zukan/zukan/narc_0084.bin | Bin 2161 -> 9648 bytes files/resource/eng/zukan/zukan/narc_0085.bin | Bin 92 -> 108 bytes files/resource/eng/zukan/zukan/narc_0086.bin | Bin 91 -> 112 bytes files/resource/eng/zukan/zukan/narc_0087.bin | Bin 100 -> 176 bytes files/resource/eng/zukan/zukan/narc_0088.bin | Bin 436 -> 874 bytes files/resource/eng/zukan/zukan/narc_0089.bin | Bin 375 -> 850 bytes files/resource/eng/zukan/zukan/narc_0090.bin | Bin 2824 -> 9136 bytes files/resource/eng/zukan/zukan/narc_0091.bin | Bin 249 -> 360 bytes files/resource/eng/zukan/zukan/narc_0092.bin | Bin 191 -> 376 bytes files/resource/eng/zukan/zukan/narc_0093.bin | Bin 1898 -> 9136 bytes files/resource/eng/zukan/zukan/narc_0094.bin | Bin 350 -> 974 bytes files/resource/eng/zukan/zukan/narc_0095.bin | Bin 263 -> 494 bytes files/resource/eng/zukan/zukan/narc_0096.bin | Bin 963 -> 2736 bytes files/resource/eng/zukan/zukan/narc_0097.bin | Bin 304 -> 706 bytes files/resource/eng/zukan/zukan/narc_0098.bin | Bin 371 -> 778 bytes files/resource/eng/zukan/zukan/narc_0099.bin | Bin 556 -> 2224 bytes files/resource/eng/zukan/zukan/narc_0100.bin | Bin 401 -> 597 bytes files/resource/eng/zukan/zukan/narc_0101.bin | Bin 164 -> 281 bytes files/resource/eng/zukan/zukan/narc_0102.bin | Bin 1141 -> 8240 bytes files/resource/eng/zukan/zukan/narc_0103.bin | Bin 122 -> 181 bytes files/resource/eng/zukan/zukan/narc_0104.bin | Bin 123 -> 197 bytes files/resource/eng/zukan/zukan/narc_0105.bin | Bin 1767 -> 6192 bytes files/resource/eng/zukan/zukan/narc_0106.bin | Bin 212 -> 314 bytes files/resource/eng/zukan/zukan/narc_0107.bin | Bin 177 -> 326 bytes files/resource/eng/zukan/zukan/narc_0108.bin | Bin 182 -> 816 bytes files/resource/eng/zukan/zukan/narc_0109.bin | Bin 92 -> 107 bytes files/resource/eng/zukan/zukan/narc_0110.bin | Bin 89 -> 111 bytes files/resource/eng/zukan/zukan/narc_0111.bin | Bin 698 -> 2096 bytes files/resource/eng/zukan/zukan/narc_0112.bin | Bin 325 -> 680 bytes files/resource/eng/zukan/zukan/narc_0113.bin | Bin 2577 -> 7984 bytes files/resource/eng/zukan/zukan/narc_0114.bin | Bin 398 -> 732 bytes files/resource/eng/zukan/zukan/narc_0115.bin | Bin 106 -> 154 bytes files/resource/eng/zukan/zukan/narc_0116.bin | Bin 110 -> 304 bytes files/resource/eng/zukan/zukan/narc_0117.bin | Bin 94 -> 142 bytes files/resource/eng/zukan/zukan/narc_0118.bin | Bin 219 -> 416 bytes files/resource/eng/zukan/zukan/narc_0119.bin | Bin 91 -> 176 bytes files/resource/eng/zukan/zukan/narc_0120.bin | Bin 137 -> 216 bytes files/resource/eng/zukan/zukan/narc_0121.bin | Bin 148 -> 241 bytes files/resource/eng/zukan/zukan/narc_0122.bin | Bin 994 -> 6320 bytes files/resource/eng/zukan/zukan/narc_0123.bin | Bin 173 -> 217 bytes files/resource/eng/zukan/zukan/narc_0124.bin | Bin 285 -> 563 bytes files/resource/eng/zukan/zukan/narc_0125.bin | Bin 996 -> 4912 bytes files/resource/eng/zukan/zukan/narc_0126.bin | Bin 511 -> 1011 bytes files/resource/eng/zukan/zukan/narc_0127.bin | Bin 518 -> 1071 bytes files/resource/eng/zukan/zukan/narc_0128.bin | Bin 866 -> 3696 bytes files/resource/eng/zukan/zukan/narc_0129.bin | Bin 1029 -> 1783 bytes files/wazaeffect/effectclact/wecell/.knarcignore | 74 + files/wazaeffect/effectclact/wecell/narc_0000.bin | Bin 128 -> 166 bytes files/wazaeffect/effectclact/wecell/narc_0001.bin | Bin 92 -> 105 bytes files/wazaeffect/effectclact/wecell/narc_0002.bin | Bin 188 -> 302 bytes files/wazaeffect/effectclact/wecell/narc_0003.bin | Bin 112 -> 142 bytes files/wazaeffect/effectclact/wecell/narc_0004.bin | Bin 92 -> 105 bytes files/wazaeffect/effectclact/wecell/narc_0005.bin | Bin 120 -> 171 bytes files/wazaeffect/effectclact/wecell/narc_0006.bin | Bin 136 -> 195 bytes files/wazaeffect/effectclact/wecell/narc_0007.bin | Bin 132 -> 215 bytes files/wazaeffect/effectclact/wecell/narc_0008.bin | Bin 148 -> 219 bytes files/wazaeffect/effectclact/wecell/narc_0009.bin | Bin 92 -> 105 bytes files/wazaeffect/effectclact/wecell/narc_0010.bin | Bin 240 -> 303 bytes files/wazaeffect/effectclact/wecell/narc_0011.bin | Bin 92 -> 105 bytes files/wazaeffect/effectclact/wecell/narc_0012.bin | Bin 124 -> 193 bytes files/wazaeffect/effectclact/wecell/narc_0013.bin | Bin 120 -> 165 bytes files/wazaeffect/effectclact/wecell/narc_0014.bin | Bin 92 -> 105 bytes files/wazaeffect/effectclact/wecell/narc_0015.bin | Bin 92 -> 105 bytes files/wazaeffect/effectclact/wecell/narc_0016.bin | Bin 116 -> 164 bytes files/wazaeffect/effectclact/wecell/narc_0017.bin | Bin 136 -> 209 bytes files/wazaeffect/effectclact/wecell/narc_0018.bin | Bin 228 -> 279 bytes files/wazaeffect/effectclact/wecell/narc_0019.bin | Bin 236 -> 414 bytes files/wazaeffect/effectclact/wecell/narc_0020.bin | Bin 196 -> 279 bytes files/wazaeffect/effectclact/wecell/narc_0021.bin | Bin 112 -> 142 bytes files/wazaeffect/effectclact/wecell/narc_0022.bin | Bin 164 -> 318 bytes files/wazaeffect/effectclact/wecell/narc_0023.bin | Bin 192 -> 348 bytes files/wazaeffect/effectclact/wecell/narc_0024.bin | Bin 188 -> 259 bytes files/wazaeffect/effectclact/wecell/narc_0025.bin | Bin 92 -> 105 bytes files/wazaeffect/effectclact/wecell/narc_0026.bin | Bin 148 -> 253 bytes files/wazaeffect/effectclact/wecell/narc_0027.bin | Bin 112 -> 142 bytes files/wazaeffect/effectclact/wecell/narc_0028.bin | Bin 124 -> 193 bytes files/wazaeffect/effectclact/wecell/narc_0029.bin | Bin 124 -> 179 bytes files/wazaeffect/effectclact/wecell/narc_0030.bin | Bin 92 -> 105 bytes files/wazaeffect/effectclact/wecell/narc_0031.bin | Bin 120 -> 171 bytes files/wazaeffect/effectclact/wecell/narc_0032.bin | Bin 92 -> 105 bytes files/wazaeffect/effectclact/wecell/narc_0033.bin | Bin 136 -> 179 bytes files/wazaeffect/effectclact/wecell/narc_0034.bin | Bin 140 -> 239 bytes files/wazaeffect/effectclact/wecell/narc_0035.bin | Bin 148 -> 167 bytes files/wazaeffect/effectclact/wecell/narc_0036.bin | Bin 120 -> 171 bytes .../wazaeffect/effectclact/wecellanm/.knarcignore | 74 + .../wazaeffect/effectclact/wecellanm/narc_0000.bin | Bin 108 -> 154 bytes .../wazaeffect/effectclact/wecellanm/narc_0001.bin | Bin 92 -> 111 bytes .../wazaeffect/effectclact/wecellanm/narc_0002.bin | Bin 152 -> 230 bytes .../wazaeffect/effectclact/wecellanm/narc_0003.bin | Bin 108 -> 154 bytes .../wazaeffect/effectclact/wecellanm/narc_0004.bin | Bin 92 -> 111 bytes .../wazaeffect/effectclact/wecellanm/narc_0005.bin | Bin 108 -> 139 bytes .../wazaeffect/effectclact/wecellanm/narc_0006.bin | Bin 112 -> 139 bytes .../wazaeffect/effectclact/wecellanm/narc_0007.bin | Bin 116 -> 159 bytes .../wazaeffect/effectclact/wecellanm/narc_0008.bin | Bin 112 -> 139 bytes .../wazaeffect/effectclact/wecellanm/narc_0009.bin | Bin 92 -> 111 bytes .../wazaeffect/effectclact/wecellanm/narc_0010.bin | Bin 144 -> 203 bytes .../wazaeffect/effectclact/wecellanm/narc_0011.bin | Bin 92 -> 111 bytes .../wazaeffect/effectclact/wecellanm/narc_0012.bin | Bin 124 -> 159 bytes .../wazaeffect/effectclact/wecellanm/narc_0013.bin | Bin 108 -> 139 bytes .../wazaeffect/effectclact/wecellanm/narc_0014.bin | Bin 92 -> 111 bytes .../wazaeffect/effectclact/wecellanm/narc_0015.bin | Bin 92 -> 111 bytes .../wazaeffect/effectclact/wecellanm/narc_0016.bin | Bin 124 -> 202 bytes .../wazaeffect/effectclact/wecellanm/narc_0017.bin | Bin 124 -> 159 bytes .../wazaeffect/effectclact/wecellanm/narc_0018.bin | Bin 144 -> 203 bytes .../wazaeffect/effectclact/wecellanm/narc_0019.bin | Bin 164 -> 242 bytes .../wazaeffect/effectclact/wecellanm/narc_0020.bin | Bin 132 -> 207 bytes .../wazaeffect/effectclact/wecellanm/narc_0021.bin | Bin 108 -> 154 bytes .../wazaeffect/effectclact/wecellanm/narc_0022.bin | Bin 164 -> 282 bytes .../wazaeffect/effectclact/wecellanm/narc_0023.bin | Bin 188 -> 312 bytes .../wazaeffect/effectclact/wecellanm/narc_0024.bin | Bin 132 -> 187 bytes .../wazaeffect/effectclact/wecellanm/narc_0025.bin | Bin 92 -> 111 bytes .../wazaeffect/effectclact/wecellanm/narc_0026.bin | Bin 132 -> 179 bytes .../wazaeffect/effectclact/wecellanm/narc_0027.bin | Bin 108 -> 154 bytes .../wazaeffect/effectclact/wecellanm/narc_0028.bin | Bin 112 -> 151 bytes .../wazaeffect/effectclact/wecellanm/narc_0029.bin | Bin 124 -> 197 bytes .../wazaeffect/effectclact/wecellanm/narc_0030.bin | Bin 92 -> 111 bytes .../wazaeffect/effectclact/wecellanm/narc_0031.bin | Bin 120 -> 155 bytes .../wazaeffect/effectclact/wecellanm/narc_0032.bin | Bin 92 -> 111 bytes .../wazaeffect/effectclact/wecellanm/narc_0033.bin | Bin 124 -> 197 bytes .../wazaeffect/effectclact/wecellanm/narc_0034.bin | Bin 116 -> 163 bytes .../wazaeffect/effectclact/wecellanm/narc_0035.bin | Bin 100 -> 131 bytes .../wazaeffect/effectclact/wecellanm/narc_0036.bin | Bin 104 -> 139 bytes files/wazaeffect/effectclact/wechar/.knarcignore | 74 + files/wazaeffect/effectclact/wechar/narc_0000.bin | Bin 3040 -> 12336 bytes files/wazaeffect/effectclact/wechar/narc_0001.bin | Bin 468 -> 2096 bytes files/wazaeffect/effectclact/wechar/narc_0002.bin | Bin 1944 -> 8240 bytes files/wazaeffect/effectclact/wechar/narc_0003.bin | Bin 516 -> 1072 bytes files/wazaeffect/effectclact/wechar/narc_0004.bin | Bin 632 -> 2096 bytes files/wazaeffect/effectclact/wechar/narc_0005.bin | Bin 824 -> 4144 bytes files/wazaeffect/effectclact/wechar/narc_0006.bin | Bin 1204 -> 8240 bytes files/wazaeffect/effectclact/wechar/narc_0007.bin | Bin 1376 -> 6192 bytes files/wazaeffect/effectclact/wechar/narc_0008.bin | Bin 2632 -> 16432 bytes files/wazaeffect/effectclact/wechar/narc_0009.bin | Bin 300 -> 560 bytes files/wazaeffect/effectclact/wechar/narc_0010.bin | Bin 1056 -> 3504 bytes files/wazaeffect/effectclact/wechar/narc_0011.bin | Bin 180 -> 560 bytes files/wazaeffect/effectclact/wechar/narc_0012.bin | Bin 1624 -> 10288 bytes files/wazaeffect/effectclact/wechar/narc_0013.bin | Bin 528 -> 3120 bytes files/wazaeffect/effectclact/wechar/narc_0014.bin | Bin 452 -> 2096 bytes files/wazaeffect/effectclact/wechar/narc_0015.bin | Bin 408 -> 2096 bytes files/wazaeffect/effectclact/wechar/narc_0016.bin | Bin 460 -> 1584 bytes files/wazaeffect/effectclact/wechar/narc_0017.bin | Bin 1896 -> 10288 bytes files/wazaeffect/effectclact/wechar/narc_0018.bin | Bin 724 -> 3120 bytes files/wazaeffect/effectclact/wechar/narc_0019.bin | Bin 828 -> 2480 bytes files/wazaeffect/effectclact/wechar/narc_0020.bin | Bin 728 -> 3120 bytes files/wazaeffect/effectclact/wechar/narc_0021.bin | Bin 516 -> 1072 bytes files/wazaeffect/effectclact/wechar/narc_0022.bin | Bin 1276 -> 5168 bytes files/wazaeffect/effectclact/wechar/narc_0023.bin | Bin 1404 -> 5168 bytes files/wazaeffect/effectclact/wechar/narc_0024.bin | Bin 824 -> 4144 bytes files/wazaeffect/effectclact/wechar/narc_0025.bin | Bin 272 -> 560 bytes files/wazaeffect/effectclact/wechar/narc_0026.bin | Bin 1920 -> 7216 bytes files/wazaeffect/effectclact/wechar/narc_0027.bin | Bin 704 -> 4144 bytes files/wazaeffect/effectclact/wechar/narc_0028.bin | Bin 636 -> 1328 bytes files/wazaeffect/effectclact/wechar/narc_0029.bin | Bin 308 -> 1584 bytes files/wazaeffect/effectclact/wechar/narc_0030.bin | Bin 236 -> 560 bytes files/wazaeffect/effectclact/wechar/narc_0031.bin | Bin 728 -> 2096 bytes files/wazaeffect/effectclact/wechar/narc_0032.bin | Bin 216 -> 560 bytes files/wazaeffect/effectclact/wechar/narc_0033.bin | Bin 448 -> 1200 bytes files/wazaeffect/effectclact/wechar/narc_0034.bin | Bin 828 -> 3248 bytes files/wazaeffect/effectclact/wechar/narc_0035.bin | Bin 304 -> 1584 bytes files/wazaeffect/effectclact/wechar/narc_0036.bin | Bin 288 -> 1072 bytes filesystem.mk | 1916 ++++++++++++++++++++ 1891 files changed, 5659 insertions(+), 1 deletion(-) create mode 100644 files/application/custom_ball/data/cb_data/.knarcignore create mode 100644 files/battle/graphic/batt_bg/.knarcignore create mode 100644 files/battle/graphic/batt_obj/.knarcignore create mode 100644 files/contest/graphic/contest_bg/.knarcignore create mode 100644 files/contest/graphic/contest_obj/.knarcignore create mode 100644 files/data/namein/.knarcignore create mode 100644 files/data/tradelist/.knarcignore create mode 100644 files/demo/egg/data/egg_data/.knarcignore create mode 100644 files/graphic/box/.knarcignore create mode 100644 files/graphic/demo_trade/.knarcignore create mode 100644 files/graphic/dendou_demo/.knarcignore create mode 100644 files/graphic/dendou_pc/.knarcignore create mode 100644 files/graphic/font/.knarcignore create mode 100644 files/graphic/mysign/.knarcignore create mode 100644 files/graphic/mystery/.knarcignore create mode 100644 files/graphic/oekaki/.knarcignore create mode 100644 files/graphic/pmsi/.knarcignore create mode 100644 files/graphic/poketch/.knarcignore create mode 100644 files/graphic/record/.knarcignore create mode 100644 files/graphic/touch_subwindow/.knarcignore create mode 100644 files/graphic/unionroom/.knarcignore create mode 100644 files/graphic/worldtrade/.knarcignore create mode 100644 files/poketool/pokefoot/pokefoot/.knarcignore create mode 100644 files/resource/eng/zukan/zukan/.knarcignore create mode 100644 files/wazaeffect/effectclact/wecell/.knarcignore create mode 100644 files/wazaeffect/effectclact/wecellanm/.knarcignore create mode 100644 files/wazaeffect/effectclact/wechar/.knarcignore diff --git a/Makefile b/Makefile index aae1a1a4..23aaf046 100644 --- a/Makefile +++ b/Makefile @@ -212,6 +212,7 @@ MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) -q MAKEBANNER = $(WINE) $(TOOLS_DIR)/bin/makebanner.exe MAKEROM = $(WINE) $(TOOLS_DIR)/bin/makerom.exe FIXROM = $(TOOLS_DIR)/fixrom/fixrom$(EXE) +NTRCOMP = $(WINE) $(TOOLS_DIR)/bin/ntrcomp.exe TOOLDIRS = $(filter-out $(TOOLS_DIR)/mwccarm $(TOOLS_DIR)/bin,$(wildcard $(TOOLS_DIR)/*)) TOOLBASE = $(TOOLDIRS:$(TOOLS_DIR)/%=%) @@ -316,7 +317,23 @@ DUMMY != mkdir -p $(ALL_DIRS) $(GFX) $< $@ %.lz: % - $(GFX) $< $@ + $(NTRCOMP) -l2 -s -o $@ $< + +# +LZ8_FILES := $(wildcard \ + files/battle/graphic/batt_bg/*.lz \ + files/battle/graphic/batt_obj/*.lz \ + files/wazaeffect/effectclact/wecell/*.lz \ + files/wazaeffect/effectclact/wecellanm/*.lz \ + files/wazaeffect/effectclact/wechar/*.lz \ + files/graphic/poketch/*.lz \ + files/contest/graphic/contest_bg/*.lz \ + files/contest/graphic/contest_obj/*.lz \ + files/application/custom_ball/data/cb_data/*.lz \ + files/demo/egg/data/egg_data/*.lz) + +$(LZ8_FILES): %.lz: % + $(NTRCOMP) -l4 -s -o $@ $< %.png: ; %.pal: ; diff --git a/files/application/custom_ball/data/cb_data/.knarcignore b/files/application/custom_ball/data/cb_data/.knarcignore new file mode 100644 index 00000000..f17188d9 --- /dev/null +++ b/files/application/custom_ball/data/cb_data/.knarcignore @@ -0,0 +1,572 @@ +files/application/custom_ball/data/cb_data/narc_0195.bin +files/application/custom_ball/data/cb_data/narc_0181.bin +files/application/custom_ball/data/cb_data/narc_0156.bin +files/application/custom_ball/data/cb_data/narc_0142.bin +files/application/custom_ball/data/cb_data/narc_0022.bin +files/application/custom_ball/data/cb_data/narc_0036.bin +files/application/custom_ball/data/cb_data/narc_0220.bin +files/application/custom_ball/data/cb_data/narc_0234.bin +files/application/custom_ball/data/cb_data/narc_0208.bin +files/application/custom_ball/data/cb_data/narc_0209.bin +files/application/custom_ball/data/cb_data/narc_0235.bin +files/application/custom_ball/data/cb_data/narc_0221.bin +files/application/custom_ball/data/cb_data/narc_0037.bin +files/application/custom_ball/data/cb_data/narc_0023.bin +files/application/custom_ball/data/cb_data/narc_0143.bin +files/application/custom_ball/data/cb_data/narc_0157.bin +files/application/custom_ball/data/cb_data/narc_0180.bin +files/application/custom_ball/data/cb_data/narc_0194.bin +files/application/custom_ball/data/cb_data/narc_0182.bin +files/application/custom_ball/data/cb_data/narc_0196.bin +files/application/custom_ball/data/cb_data/narc_0141.bin +files/application/custom_ball/data/cb_data/narc_0155.bin +files/application/custom_ball/data/cb_data/narc_0169.bin +files/application/custom_ball/data/cb_data/narc_0035.bin +files/application/custom_ball/data/cb_data/narc_0021.bin +files/application/custom_ball/data/cb_data/narc_0009.bin +files/application/custom_ball/data/cb_data/narc_0237.bin +files/application/custom_ball/data/cb_data/narc_0223.bin +files/application/custom_ball/data/cb_data/narc_0222.bin +files/application/custom_ball/data/cb_data/narc_0236.bin +files/application/custom_ball/data/cb_data/narc_0008.bin +files/application/custom_ball/data/cb_data/narc_0020.bin +files/application/custom_ball/data/cb_data/narc_0034.bin +files/application/custom_ball/data/cb_data/narc_0168.bin +files/application/custom_ball/data/cb_data/narc_0154.bin +files/application/custom_ball/data/cb_data/narc_0140.bin +files/application/custom_ball/data/cb_data/narc_0197.bin +files/application/custom_ball/data/cb_data/narc_0183.bin +files/application/custom_ball/data/cb_data/narc_0187.bin +files/application/custom_ball/data/cb_data/narc_0193.bin +files/application/custom_ball/data/cb_data/narc_0178.bin +files/application/custom_ball/data/cb_data/narc_0144.bin +files/application/custom_ball/data/cb_data/narc_0150.bin +files/application/custom_ball/data/cb_data/narc_0018.bin +files/application/custom_ball/data/cb_data/narc_0030.bin +files/application/custom_ball/data/cb_data/narc_0024.bin +files/application/custom_ball/data/cb_data/narc_0232.bin +files/application/custom_ball/data/cb_data/narc_0226.bin +files/application/custom_ball/data/cb_data/narc_0227.bin +files/application/custom_ball/data/cb_data/narc_0233.bin +files/application/custom_ball/data/cb_data/narc_0025.bin +files/application/custom_ball/data/cb_data/narc_0031.bin +files/application/custom_ball/data/cb_data/narc_0019.bin +files/application/custom_ball/data/cb_data/narc_0151.bin +files/application/custom_ball/data/cb_data/narc_0145.bin +files/application/custom_ball/data/cb_data/narc_0179.bin +files/application/custom_ball/data/cb_data/narc_0192.bin +files/application/custom_ball/data/cb_data/narc_0186.bin +files/application/custom_ball/data/cb_data/narc_0190.bin +files/application/custom_ball/data/cb_data/narc_0184.bin +files/application/custom_ball/data/cb_data/narc_0153.bin +files/application/custom_ball/data/cb_data/narc_0147.bin +files/application/custom_ball/data/cb_data/narc_0027.bin +files/application/custom_ball/data/cb_data/narc_0033.bin +files/application/custom_ball/data/cb_data/narc_0219.bin +files/application/custom_ball/data/cb_data/narc_0225.bin +files/application/custom_ball/data/cb_data/narc_0231.bin +files/application/custom_ball/data/cb_data/narc_0230.bin +files/application/custom_ball/data/cb_data/narc_0224.bin +files/application/custom_ball/data/cb_data/narc_0218.bin +files/application/custom_ball/data/cb_data/narc_0032.bin +files/application/custom_ball/data/cb_data/narc_0026.bin +files/application/custom_ball/data/cb_data/narc_0146.bin +files/application/custom_ball/data/cb_data/narc_0152.bin +files/application/custom_ball/data/cb_data/narc_0185.bin +files/application/custom_ball/data/cb_data/narc_0191.bin +files/application/custom_ball/data/cb_data/narc_0135.bin +files/application/custom_ball/data/cb_data/narc_0121.bin +files/application/custom_ball/data/cb_data/narc_0109.bin +files/application/custom_ball/data/cb_data/narc_0082.bin +files/application/custom_ball/data/cb_data/narc_0096.bin +files/application/custom_ball/data/cb_data/narc_0041.bin +files/application/custom_ball/data/cb_data/narc_0055.bin +files/application/custom_ball/data/cb_data/narc_0069.bin +files/application/custom_ball/data/cb_data/narc_0280.bin +files/application/custom_ball/data/cb_data/narc_0243.bin +files/application/custom_ball/data/cb_data/narc_0257.bin +files/application/custom_ball/data/cb_data/narc_0256.bin +files/application/custom_ball/data/cb_data/narc_0242.bin +files/application/custom_ball/data/cb_data/narc_0281.bin +files/application/custom_ball/data/cb_data/narc_0068.bin +files/application/custom_ball/data/cb_data/narc_0054.bin +files/application/custom_ball/data/cb_data/narc_0040.bin +files/application/custom_ball/data/cb_data/narc_0097.bin +files/application/custom_ball/data/cb_data/narc_0083.bin +files/application/custom_ball/data/cb_data/narc_0108.bin +files/application/custom_ball/data/cb_data/narc_0120.bin +files/application/custom_ball/data/cb_data/narc_0134.bin +files/application/custom_ball/data/cb_data/narc_0122.bin +files/application/custom_ball/data/cb_data/narc_0136.bin +files/application/custom_ball/data/cb_data/narc_0095.bin +files/application/custom_ball/data/cb_data/narc_0081.bin +files/application/custom_ball/data/cb_data/narc_0056.bin +files/application/custom_ball/data/cb_data/narc_0042.bin +files/application/custom_ball/data/cb_data/narc_0283.bin +files/application/custom_ball/data/cb_data/narc_0254.bin +files/application/custom_ball/data/cb_data/narc_0240.bin +files/application/custom_ball/data/cb_data/narc_0268.bin +files/application/custom_ball/data/cb_data/narc_0269.bin +files/application/custom_ball/data/cb_data/narc_0241.bin +files/application/custom_ball/data/cb_data/narc_0255.bin +files/application/custom_ball/data/cb_data/narc_0282.bin +files/application/custom_ball/data/cb_data/narc_0043.bin +files/application/custom_ball/data/cb_data/narc_0057.bin +files/application/custom_ball/data/cb_data/narc_0080.bin +files/application/custom_ball/data/cb_data/narc_0094.bin +files/application/custom_ball/data/cb_data/narc_0137.bin +files/application/custom_ball/data/cb_data/narc_0123.bin +files/application/custom_ball/data/cb_data/narc_0127.bin +files/application/custom_ball/data/cb_data/narc_0133.bin +files/application/custom_ball/data/cb_data/narc_0090.bin +files/application/custom_ball/data/cb_data/narc_0084.bin +files/application/custom_ball/data/cb_data/narc_0053.bin +files/application/custom_ball/data/cb_data/narc_0047.bin +files/application/custom_ball/data/cb_data/narc_0279.bin +files/application/custom_ball/data/cb_data/narc_0251.bin +files/application/custom_ball/data/cb_data/narc_0245.bin +files/application/custom_ball/data/cb_data/narc_0244.bin +files/application/custom_ball/data/cb_data/narc_0250.bin +files/application/custom_ball/data/cb_data/narc_0278.bin +files/application/custom_ball/data/cb_data/narc_0046.bin +files/application/custom_ball/data/cb_data/narc_0052.bin +files/application/custom_ball/data/cb_data/narc_0085.bin +files/application/custom_ball/data/cb_data/narc_0091.bin +files/application/custom_ball/data/cb_data/narc_0132.bin +files/application/custom_ball/data/cb_data/narc_0126.bin +files/application/custom_ball/data/cb_data/narc_0118.bin +files/application/custom_ball/data/cb_data/narc_0130.bin +files/application/custom_ball/data/cb_data/narc_0124.bin +files/application/custom_ball/data/cb_data/narc_0087.bin +files/application/custom_ball/data/cb_data/narc_0093.bin +files/application/custom_ball/data/cb_data/narc_0078.bin +files/application/custom_ball/data/cb_data/narc_0044.bin +files/application/custom_ball/data/cb_data/narc_0050.bin +files/application/custom_ball/data/cb_data/narc_0285.bin +files/application/custom_ball/data/cb_data/narc_0246.bin +files/application/custom_ball/data/cb_data/narc_0252.bin +files/application/custom_ball/data/cb_data/narc_0253.bin +files/application/custom_ball/data/cb_data/narc_0247.bin +files/application/custom_ball/data/cb_data/narc_0284.bin +files/application/custom_ball/data/cb_data/narc_0051.bin +files/application/custom_ball/data/cb_data/narc_0045.bin +files/application/custom_ball/data/cb_data/narc_0079.bin +files/application/custom_ball/data/cb_data/narc_0092.bin +files/application/custom_ball/data/cb_data/narc_0086.bin +files/application/custom_ball/data/cb_data/narc_0125.bin +files/application/custom_ball/data/cb_data/narc_0131.bin +files/application/custom_ball/data/cb_data/narc_0119.bin +files/application/custom_ball/data/cb_data/narc_0114.bin +files/application/custom_ball/data/cb_data/narc_0100.bin +files/application/custom_ball/data/cb_data/narc_0128.bin +files/application/custom_ball/data/cb_data/narc_0060.bin +files/application/custom_ball/data/cb_data/narc_0074.bin +files/application/custom_ball/data/cb_data/narc_0048.bin +files/application/custom_ball/data/cb_data/narc_0262.bin +files/application/custom_ball/data/cb_data/narc_0276.bin +files/application/custom_ball/data/cb_data/narc_0277.bin +files/application/custom_ball/data/cb_data/narc_0263.bin +files/application/custom_ball/data/cb_data/narc_0049.bin +files/application/custom_ball/data/cb_data/narc_0075.bin +files/application/custom_ball/data/cb_data/narc_0061.bin +files/application/custom_ball/data/cb_data/narc_0129.bin +files/application/custom_ball/data/cb_data/narc_0101.bin +files/application/custom_ball/data/cb_data/narc_0115.bin +files/application/custom_ball/data/cb_data/narc_0103.bin +files/application/custom_ball/data/cb_data/narc_0117.bin +files/application/custom_ball/data/cb_data/narc_0088.bin +files/application/custom_ball/data/cb_data/narc_0077.bin +files/application/custom_ball/data/cb_data/narc_0063.bin +files/application/custom_ball/data/cb_data/narc_0275.bin +files/application/custom_ball/data/cb_data/narc_0261.bin +files/application/custom_ball/data/cb_data/narc_0249.bin +files/application/custom_ball/data/cb_data/narc_0248.bin +files/application/custom_ball/data/cb_data/narc_0260.bin +files/application/custom_ball/data/cb_data/narc_0274.bin +files/application/custom_ball/data/cb_data/narc_0062.bin +files/application/custom_ball/data/cb_data/narc_0076.bin +files/application/custom_ball/data/cb_data/narc_0089.bin +files/application/custom_ball/data/cb_data/narc_0116.bin +files/application/custom_ball/data/cb_data/narc_0102.bin +files/application/custom_ball/data/cb_data/narc_0106.bin +files/application/custom_ball/data/cb_data/narc_0112.bin +files/application/custom_ball/data/cb_data/narc_0099.bin +files/application/custom_ball/data/cb_data/narc_0072.bin +files/application/custom_ball/data/cb_data/narc_0066.bin +files/application/custom_ball/data/cb_data/narc_0258.bin +files/application/custom_ball/data/cb_data/narc_0270.bin +files/application/custom_ball/data/cb_data/narc_0264.bin +files/application/custom_ball/data/cb_data/narc_0265.bin +files/application/custom_ball/data/cb_data/narc_0271.bin +files/application/custom_ball/data/cb_data/narc_0259.bin +files/application/custom_ball/data/cb_data/narc_0067.bin +files/application/custom_ball/data/cb_data/narc_0073.bin +files/application/custom_ball/data/cb_data/narc_0098.bin +files/application/custom_ball/data/cb_data/narc_0113.bin +files/application/custom_ball/data/cb_data/narc_0107.bin +files/application/custom_ball/data/cb_data/narc_0139.bin +files/application/custom_ball/data/cb_data/narc_0111.bin +files/application/custom_ball/data/cb_data/narc_0105.bin +files/application/custom_ball/data/cb_data/narc_0059.bin +files/application/custom_ball/data/cb_data/narc_0065.bin +files/application/custom_ball/data/cb_data/narc_0071.bin +files/application/custom_ball/data/cb_data/narc_0267.bin +files/application/custom_ball/data/cb_data/narc_0273.bin +files/application/custom_ball/data/cb_data/narc_0272.bin +files/application/custom_ball/data/cb_data/narc_0266.bin +files/application/custom_ball/data/cb_data/narc_0070.bin +files/application/custom_ball/data/cb_data/narc_0064.bin +files/application/custom_ball/data/cb_data/narc_0058.bin +files/application/custom_ball/data/cb_data/narc_0104.bin +files/application/custom_ball/data/cb_data/narc_0110.bin +files/application/custom_ball/data/cb_data/narc_0138.bin +files/application/custom_ball/data/cb_data/narc_0188.bin +files/application/custom_ball/data/cb_data/narc_0177.bin +files/application/custom_ball/data/cb_data/narc_0163.bin +files/application/custom_ball/data/cb_data/narc_0003.bin +files/application/custom_ball/data/cb_data/narc_0017.bin +files/application/custom_ball/data/cb_data/narc_0201.bin +files/application/custom_ball/data/cb_data/narc_0215.bin +files/application/custom_ball/data/cb_data/narc_0229.bin +files/application/custom_ball/data/cb_data/narc_0228.bin +files/application/custom_ball/data/cb_data/narc_0214.bin +files/application/custom_ball/data/cb_data/narc_0200.bin +files/application/custom_ball/data/cb_data/narc_0016.bin +files/application/custom_ball/data/cb_data/narc_0002.bin +files/application/custom_ball/data/cb_data/narc_0162.bin +files/application/custom_ball/data/cb_data/narc_0176.bin +files/application/custom_ball/data/cb_data/narc_0189.bin +files/application/custom_ball/data/cb_data/narc_0160.bin +files/application/custom_ball/data/cb_data/narc_0174.bin +files/application/custom_ball/data/cb_data/narc_0148.bin +files/application/custom_ball/data/cb_data/narc_0014.bin +files/application/custom_ball/data/cb_data/narc_0000.bin +files/application/custom_ball/data/cb_data/narc_0028.bin +files/application/custom_ball/data/cb_data/narc_0216.bin +files/application/custom_ball/data/cb_data/narc_0202.bin +files/application/custom_ball/data/cb_data/narc_0203.bin +files/application/custom_ball/data/cb_data/narc_0217.bin +files/application/custom_ball/data/cb_data/narc_0029.bin +files/application/custom_ball/data/cb_data/narc_0001.bin +files/application/custom_ball/data/cb_data/narc_0015.bin +files/application/custom_ball/data/cb_data/narc_0149.bin +files/application/custom_ball/data/cb_data/narc_0175.bin +files/application/custom_ball/data/cb_data/narc_0161.bin +files/application/custom_ball/data/cb_data/narc_0159.bin +files/application/custom_ball/data/cb_data/narc_0165.bin +files/application/custom_ball/data/cb_data/narc_0171.bin +files/application/custom_ball/data/cb_data/narc_0039.bin +files/application/custom_ball/data/cb_data/narc_0011.bin +files/application/custom_ball/data/cb_data/narc_0005.bin +files/application/custom_ball/data/cb_data/narc_0213.bin +files/application/custom_ball/data/cb_data/narc_0207.bin +files/application/custom_ball/data/cb_data/narc_0206.bin +files/application/custom_ball/data/cb_data/narc_0212.bin +files/application/custom_ball/data/cb_data/narc_0004.bin +files/application/custom_ball/data/cb_data/narc_0010.bin +files/application/custom_ball/data/cb_data/narc_0038.bin +files/application/custom_ball/data/cb_data/narc_0170.bin +files/application/custom_ball/data/cb_data/narc_0164.bin +files/application/custom_ball/data/cb_data/narc_0158.bin +files/application/custom_ball/data/cb_data/narc_0199.bin +files/application/custom_ball/data/cb_data/narc_0172.bin +files/application/custom_ball/data/cb_data/narc_0166.bin +files/application/custom_ball/data/cb_data/narc_0006.bin +files/application/custom_ball/data/cb_data/narc_0012.bin +files/application/custom_ball/data/cb_data/narc_0238.bin +files/application/custom_ball/data/cb_data/narc_0204.bin +files/application/custom_ball/data/cb_data/narc_0210.bin +files/application/custom_ball/data/cb_data/narc_0211.bin +files/application/custom_ball/data/cb_data/narc_0205.bin +files/application/custom_ball/data/cb_data/narc_0239.bin +files/application/custom_ball/data/cb_data/narc_0013.bin +files/application/custom_ball/data/cb_data/narc_0007.bin +files/application/custom_ball/data/cb_data/narc_0167.bin +files/application/custom_ball/data/cb_data/narc_0173.bin +files/application/custom_ball/data/cb_data/narc_0198.bin +narc_0195.bin +narc_0181.bin +narc_0156.bin +narc_0142.bin +narc_0022.bin +narc_0036.bin +narc_0220.bin +narc_0234.bin +narc_0208.bin +narc_0209.bin +narc_0235.bin +narc_0221.bin +narc_0037.bin +narc_0023.bin +narc_0143.bin +narc_0157.bin +narc_0180.bin +narc_0194.bin +narc_0182.bin +narc_0196.bin +narc_0141.bin +narc_0155.bin +narc_0169.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0237.bin +narc_0223.bin +narc_0222.bin +narc_0236.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0168.bin +narc_0154.bin +narc_0140.bin +narc_0197.bin +narc_0183.bin +narc_0187.bin +narc_0193.bin +narc_0178.bin +narc_0144.bin +narc_0150.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0232.bin +narc_0226.bin +narc_0227.bin +narc_0233.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0151.bin +narc_0145.bin +narc_0179.bin +narc_0192.bin +narc_0186.bin +narc_0190.bin +narc_0184.bin +narc_0153.bin +narc_0147.bin +narc_0027.bin +narc_0033.bin +narc_0219.bin +narc_0225.bin +narc_0231.bin +narc_0230.bin +narc_0224.bin +narc_0218.bin +narc_0032.bin +narc_0026.bin +narc_0146.bin +narc_0152.bin +narc_0185.bin +narc_0191.bin +narc_0135.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0280.bin +narc_0243.bin +narc_0257.bin +narc_0256.bin +narc_0242.bin +narc_0281.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0134.bin +narc_0122.bin +narc_0136.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0283.bin +narc_0254.bin +narc_0240.bin +narc_0268.bin +narc_0269.bin +narc_0241.bin +narc_0255.bin +narc_0282.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0137.bin +narc_0123.bin +narc_0127.bin +narc_0133.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0279.bin +narc_0251.bin +narc_0245.bin +narc_0244.bin +narc_0250.bin +narc_0278.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0132.bin +narc_0126.bin +narc_0118.bin +narc_0130.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0285.bin +narc_0246.bin +narc_0252.bin +narc_0253.bin +narc_0247.bin +narc_0284.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0131.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0262.bin +narc_0276.bin +narc_0277.bin +narc_0263.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0275.bin +narc_0261.bin +narc_0249.bin +narc_0248.bin +narc_0260.bin +narc_0274.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0258.bin +narc_0270.bin +narc_0264.bin +narc_0265.bin +narc_0271.bin +narc_0259.bin +narc_0067.bin +narc_0073.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0139.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0267.bin +narc_0273.bin +narc_0272.bin +narc_0266.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0104.bin +narc_0110.bin +narc_0138.bin +narc_0188.bin +narc_0177.bin +narc_0163.bin +narc_0003.bin +narc_0017.bin +narc_0201.bin +narc_0215.bin +narc_0229.bin +narc_0228.bin +narc_0214.bin +narc_0200.bin +narc_0016.bin +narc_0002.bin +narc_0162.bin +narc_0176.bin +narc_0189.bin +narc_0160.bin +narc_0174.bin +narc_0148.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0216.bin +narc_0202.bin +narc_0203.bin +narc_0217.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0149.bin +narc_0175.bin +narc_0161.bin +narc_0159.bin +narc_0165.bin +narc_0171.bin +narc_0039.bin +narc_0011.bin +narc_0005.bin +narc_0213.bin +narc_0207.bin +narc_0206.bin +narc_0212.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0170.bin +narc_0164.bin +narc_0158.bin +narc_0199.bin +narc_0172.bin +narc_0166.bin +narc_0006.bin +narc_0012.bin +narc_0238.bin +narc_0204.bin +narc_0210.bin +narc_0211.bin +narc_0205.bin +narc_0239.bin +narc_0013.bin +narc_0007.bin +narc_0167.bin +narc_0173.bin +narc_0198.bin diff --git a/files/application/custom_ball/data/cb_data/narc_0000.bin b/files/application/custom_ball/data/cb_data/narc_0000.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0000.bin and b/files/application/custom_ball/data/cb_data/narc_0000.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0001.bin b/files/application/custom_ball/data/cb_data/narc_0001.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0001.bin and b/files/application/custom_ball/data/cb_data/narc_0001.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0002.bin b/files/application/custom_ball/data/cb_data/narc_0002.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0002.bin and b/files/application/custom_ball/data/cb_data/narc_0002.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0003.bin b/files/application/custom_ball/data/cb_data/narc_0003.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0003.bin and b/files/application/custom_ball/data/cb_data/narc_0003.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0004.bin b/files/application/custom_ball/data/cb_data/narc_0004.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0004.bin and b/files/application/custom_ball/data/cb_data/narc_0004.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0005.bin b/files/application/custom_ball/data/cb_data/narc_0005.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0005.bin and b/files/application/custom_ball/data/cb_data/narc_0005.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0006.bin b/files/application/custom_ball/data/cb_data/narc_0006.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0006.bin and b/files/application/custom_ball/data/cb_data/narc_0006.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0007.bin b/files/application/custom_ball/data/cb_data/narc_0007.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0007.bin and b/files/application/custom_ball/data/cb_data/narc_0007.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0008.bin b/files/application/custom_ball/data/cb_data/narc_0008.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0008.bin and b/files/application/custom_ball/data/cb_data/narc_0008.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0009.bin b/files/application/custom_ball/data/cb_data/narc_0009.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0009.bin and b/files/application/custom_ball/data/cb_data/narc_0009.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0010.bin b/files/application/custom_ball/data/cb_data/narc_0010.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0010.bin and b/files/application/custom_ball/data/cb_data/narc_0010.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0011.bin b/files/application/custom_ball/data/cb_data/narc_0011.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0011.bin and b/files/application/custom_ball/data/cb_data/narc_0011.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0012.bin b/files/application/custom_ball/data/cb_data/narc_0012.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0012.bin and b/files/application/custom_ball/data/cb_data/narc_0012.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0013.bin b/files/application/custom_ball/data/cb_data/narc_0013.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0013.bin and b/files/application/custom_ball/data/cb_data/narc_0013.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0014.bin b/files/application/custom_ball/data/cb_data/narc_0014.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0014.bin and b/files/application/custom_ball/data/cb_data/narc_0014.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0015.bin b/files/application/custom_ball/data/cb_data/narc_0015.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0015.bin and b/files/application/custom_ball/data/cb_data/narc_0015.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0016.bin b/files/application/custom_ball/data/cb_data/narc_0016.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0016.bin and b/files/application/custom_ball/data/cb_data/narc_0016.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0017.bin b/files/application/custom_ball/data/cb_data/narc_0017.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0017.bin and b/files/application/custom_ball/data/cb_data/narc_0017.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0018.bin b/files/application/custom_ball/data/cb_data/narc_0018.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0018.bin and b/files/application/custom_ball/data/cb_data/narc_0018.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0019.bin b/files/application/custom_ball/data/cb_data/narc_0019.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0019.bin and b/files/application/custom_ball/data/cb_data/narc_0019.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0020.bin b/files/application/custom_ball/data/cb_data/narc_0020.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0020.bin and b/files/application/custom_ball/data/cb_data/narc_0020.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0021.bin b/files/application/custom_ball/data/cb_data/narc_0021.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0021.bin and b/files/application/custom_ball/data/cb_data/narc_0021.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0022.bin b/files/application/custom_ball/data/cb_data/narc_0022.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0022.bin and b/files/application/custom_ball/data/cb_data/narc_0022.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0023.bin b/files/application/custom_ball/data/cb_data/narc_0023.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0023.bin and b/files/application/custom_ball/data/cb_data/narc_0023.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0024.bin b/files/application/custom_ball/data/cb_data/narc_0024.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0024.bin and b/files/application/custom_ball/data/cb_data/narc_0024.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0025.bin b/files/application/custom_ball/data/cb_data/narc_0025.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0025.bin and b/files/application/custom_ball/data/cb_data/narc_0025.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0026.bin b/files/application/custom_ball/data/cb_data/narc_0026.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0026.bin and b/files/application/custom_ball/data/cb_data/narc_0026.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0027.bin b/files/application/custom_ball/data/cb_data/narc_0027.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0027.bin and b/files/application/custom_ball/data/cb_data/narc_0027.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0028.bin b/files/application/custom_ball/data/cb_data/narc_0028.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0028.bin and b/files/application/custom_ball/data/cb_data/narc_0028.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0029.bin b/files/application/custom_ball/data/cb_data/narc_0029.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0029.bin and b/files/application/custom_ball/data/cb_data/narc_0029.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0030.bin b/files/application/custom_ball/data/cb_data/narc_0030.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0030.bin and b/files/application/custom_ball/data/cb_data/narc_0030.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0031.bin b/files/application/custom_ball/data/cb_data/narc_0031.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0031.bin and b/files/application/custom_ball/data/cb_data/narc_0031.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0032.bin b/files/application/custom_ball/data/cb_data/narc_0032.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0032.bin and b/files/application/custom_ball/data/cb_data/narc_0032.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0033.bin b/files/application/custom_ball/data/cb_data/narc_0033.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0033.bin and b/files/application/custom_ball/data/cb_data/narc_0033.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0034.bin b/files/application/custom_ball/data/cb_data/narc_0034.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0034.bin and b/files/application/custom_ball/data/cb_data/narc_0034.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0035.bin b/files/application/custom_ball/data/cb_data/narc_0035.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0035.bin and b/files/application/custom_ball/data/cb_data/narc_0035.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0036.bin b/files/application/custom_ball/data/cb_data/narc_0036.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0036.bin and b/files/application/custom_ball/data/cb_data/narc_0036.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0037.bin b/files/application/custom_ball/data/cb_data/narc_0037.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0037.bin and b/files/application/custom_ball/data/cb_data/narc_0037.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0038.bin b/files/application/custom_ball/data/cb_data/narc_0038.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0038.bin and b/files/application/custom_ball/data/cb_data/narc_0038.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0039.bin b/files/application/custom_ball/data/cb_data/narc_0039.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0039.bin and b/files/application/custom_ball/data/cb_data/narc_0039.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0040.bin b/files/application/custom_ball/data/cb_data/narc_0040.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0040.bin and b/files/application/custom_ball/data/cb_data/narc_0040.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0041.bin b/files/application/custom_ball/data/cb_data/narc_0041.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0041.bin and b/files/application/custom_ball/data/cb_data/narc_0041.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0042.bin b/files/application/custom_ball/data/cb_data/narc_0042.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0042.bin and b/files/application/custom_ball/data/cb_data/narc_0042.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0043.bin b/files/application/custom_ball/data/cb_data/narc_0043.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0043.bin and b/files/application/custom_ball/data/cb_data/narc_0043.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0044.bin b/files/application/custom_ball/data/cb_data/narc_0044.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0044.bin and b/files/application/custom_ball/data/cb_data/narc_0044.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0045.bin b/files/application/custom_ball/data/cb_data/narc_0045.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0045.bin and b/files/application/custom_ball/data/cb_data/narc_0045.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0046.bin b/files/application/custom_ball/data/cb_data/narc_0046.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0046.bin and b/files/application/custom_ball/data/cb_data/narc_0046.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0047.bin b/files/application/custom_ball/data/cb_data/narc_0047.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0047.bin and b/files/application/custom_ball/data/cb_data/narc_0047.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0048.bin b/files/application/custom_ball/data/cb_data/narc_0048.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0048.bin and b/files/application/custom_ball/data/cb_data/narc_0048.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0049.bin b/files/application/custom_ball/data/cb_data/narc_0049.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0049.bin and b/files/application/custom_ball/data/cb_data/narc_0049.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0050.bin b/files/application/custom_ball/data/cb_data/narc_0050.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0050.bin and b/files/application/custom_ball/data/cb_data/narc_0050.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0051.bin b/files/application/custom_ball/data/cb_data/narc_0051.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0051.bin and b/files/application/custom_ball/data/cb_data/narc_0051.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0052.bin b/files/application/custom_ball/data/cb_data/narc_0052.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0052.bin and b/files/application/custom_ball/data/cb_data/narc_0052.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0053.bin b/files/application/custom_ball/data/cb_data/narc_0053.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0053.bin and b/files/application/custom_ball/data/cb_data/narc_0053.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0054.bin b/files/application/custom_ball/data/cb_data/narc_0054.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0054.bin and b/files/application/custom_ball/data/cb_data/narc_0054.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0055.bin b/files/application/custom_ball/data/cb_data/narc_0055.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0055.bin and b/files/application/custom_ball/data/cb_data/narc_0055.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0056.bin b/files/application/custom_ball/data/cb_data/narc_0056.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0056.bin and b/files/application/custom_ball/data/cb_data/narc_0056.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0057.bin b/files/application/custom_ball/data/cb_data/narc_0057.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0057.bin and b/files/application/custom_ball/data/cb_data/narc_0057.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0058.bin b/files/application/custom_ball/data/cb_data/narc_0058.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0058.bin and b/files/application/custom_ball/data/cb_data/narc_0058.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0059.bin b/files/application/custom_ball/data/cb_data/narc_0059.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0059.bin and b/files/application/custom_ball/data/cb_data/narc_0059.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0060.bin b/files/application/custom_ball/data/cb_data/narc_0060.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0060.bin and b/files/application/custom_ball/data/cb_data/narc_0060.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0061.bin b/files/application/custom_ball/data/cb_data/narc_0061.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0061.bin and b/files/application/custom_ball/data/cb_data/narc_0061.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0062.bin b/files/application/custom_ball/data/cb_data/narc_0062.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0062.bin and b/files/application/custom_ball/data/cb_data/narc_0062.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0063.bin b/files/application/custom_ball/data/cb_data/narc_0063.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0063.bin and b/files/application/custom_ball/data/cb_data/narc_0063.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0064.bin b/files/application/custom_ball/data/cb_data/narc_0064.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0064.bin and b/files/application/custom_ball/data/cb_data/narc_0064.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0065.bin b/files/application/custom_ball/data/cb_data/narc_0065.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0065.bin and b/files/application/custom_ball/data/cb_data/narc_0065.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0066.bin b/files/application/custom_ball/data/cb_data/narc_0066.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0066.bin and b/files/application/custom_ball/data/cb_data/narc_0066.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0067.bin b/files/application/custom_ball/data/cb_data/narc_0067.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0067.bin and b/files/application/custom_ball/data/cb_data/narc_0067.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0068.bin b/files/application/custom_ball/data/cb_data/narc_0068.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0068.bin and b/files/application/custom_ball/data/cb_data/narc_0068.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0069.bin b/files/application/custom_ball/data/cb_data/narc_0069.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0069.bin and b/files/application/custom_ball/data/cb_data/narc_0069.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0070.bin b/files/application/custom_ball/data/cb_data/narc_0070.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0070.bin and b/files/application/custom_ball/data/cb_data/narc_0070.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0071.bin b/files/application/custom_ball/data/cb_data/narc_0071.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0071.bin and b/files/application/custom_ball/data/cb_data/narc_0071.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0072.bin b/files/application/custom_ball/data/cb_data/narc_0072.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0072.bin and b/files/application/custom_ball/data/cb_data/narc_0072.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0073.bin b/files/application/custom_ball/data/cb_data/narc_0073.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0073.bin and b/files/application/custom_ball/data/cb_data/narc_0073.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0074.bin b/files/application/custom_ball/data/cb_data/narc_0074.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0074.bin and b/files/application/custom_ball/data/cb_data/narc_0074.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0075.bin b/files/application/custom_ball/data/cb_data/narc_0075.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0075.bin and b/files/application/custom_ball/data/cb_data/narc_0075.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0076.bin b/files/application/custom_ball/data/cb_data/narc_0076.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0076.bin and b/files/application/custom_ball/data/cb_data/narc_0076.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0077.bin b/files/application/custom_ball/data/cb_data/narc_0077.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0077.bin and b/files/application/custom_ball/data/cb_data/narc_0077.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0078.bin b/files/application/custom_ball/data/cb_data/narc_0078.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0078.bin and b/files/application/custom_ball/data/cb_data/narc_0078.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0079.bin b/files/application/custom_ball/data/cb_data/narc_0079.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0079.bin and b/files/application/custom_ball/data/cb_data/narc_0079.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0080.bin b/files/application/custom_ball/data/cb_data/narc_0080.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0080.bin and b/files/application/custom_ball/data/cb_data/narc_0080.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0081.bin b/files/application/custom_ball/data/cb_data/narc_0081.bin index 44d10ceb..5dc424cf 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0081.bin and b/files/application/custom_ball/data/cb_data/narc_0081.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0082.bin b/files/application/custom_ball/data/cb_data/narc_0082.bin index cc246773..8978c4db 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0082.bin and b/files/application/custom_ball/data/cb_data/narc_0082.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0083.bin b/files/application/custom_ball/data/cb_data/narc_0083.bin index 1cf1bb42..e91eb8d3 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0083.bin and b/files/application/custom_ball/data/cb_data/narc_0083.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0084.bin b/files/application/custom_ball/data/cb_data/narc_0084.bin index 1cf1bb42..e91eb8d3 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0084.bin and b/files/application/custom_ball/data/cb_data/narc_0084.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0085.bin b/files/application/custom_ball/data/cb_data/narc_0085.bin index 1b50f7f7..bb5ac60c 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0085.bin and b/files/application/custom_ball/data/cb_data/narc_0085.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0086.bin b/files/application/custom_ball/data/cb_data/narc_0086.bin index 1b50f7f7..bb5ac60c 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0086.bin and b/files/application/custom_ball/data/cb_data/narc_0086.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0087.bin b/files/application/custom_ball/data/cb_data/narc_0087.bin index 8fe3fd15..3f27ad2d 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0087.bin and b/files/application/custom_ball/data/cb_data/narc_0087.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0088.bin b/files/application/custom_ball/data/cb_data/narc_0088.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0088.bin and b/files/application/custom_ball/data/cb_data/narc_0088.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0089.bin b/files/application/custom_ball/data/cb_data/narc_0089.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0089.bin and b/files/application/custom_ball/data/cb_data/narc_0089.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0090.bin b/files/application/custom_ball/data/cb_data/narc_0090.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0090.bin and b/files/application/custom_ball/data/cb_data/narc_0090.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0091.bin b/files/application/custom_ball/data/cb_data/narc_0091.bin index 0df6c83b..a066aec1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0091.bin and b/files/application/custom_ball/data/cb_data/narc_0091.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0092.bin b/files/application/custom_ball/data/cb_data/narc_0092.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0092.bin and b/files/application/custom_ball/data/cb_data/narc_0092.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0093.bin b/files/application/custom_ball/data/cb_data/narc_0093.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0093.bin and b/files/application/custom_ball/data/cb_data/narc_0093.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0094.bin b/files/application/custom_ball/data/cb_data/narc_0094.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0094.bin and b/files/application/custom_ball/data/cb_data/narc_0094.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0095.bin b/files/application/custom_ball/data/cb_data/narc_0095.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0095.bin and b/files/application/custom_ball/data/cb_data/narc_0095.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0096.bin b/files/application/custom_ball/data/cb_data/narc_0096.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0096.bin and b/files/application/custom_ball/data/cb_data/narc_0096.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0097.bin b/files/application/custom_ball/data/cb_data/narc_0097.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0097.bin and b/files/application/custom_ball/data/cb_data/narc_0097.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0098.bin b/files/application/custom_ball/data/cb_data/narc_0098.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0098.bin and b/files/application/custom_ball/data/cb_data/narc_0098.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0099.bin b/files/application/custom_ball/data/cb_data/narc_0099.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0099.bin and b/files/application/custom_ball/data/cb_data/narc_0099.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0100.bin b/files/application/custom_ball/data/cb_data/narc_0100.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0100.bin and b/files/application/custom_ball/data/cb_data/narc_0100.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0101.bin b/files/application/custom_ball/data/cb_data/narc_0101.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0101.bin and b/files/application/custom_ball/data/cb_data/narc_0101.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0102.bin b/files/application/custom_ball/data/cb_data/narc_0102.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0102.bin and b/files/application/custom_ball/data/cb_data/narc_0102.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0103.bin b/files/application/custom_ball/data/cb_data/narc_0103.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0103.bin and b/files/application/custom_ball/data/cb_data/narc_0103.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0104.bin b/files/application/custom_ball/data/cb_data/narc_0104.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0104.bin and b/files/application/custom_ball/data/cb_data/narc_0104.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0105.bin b/files/application/custom_ball/data/cb_data/narc_0105.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0105.bin and b/files/application/custom_ball/data/cb_data/narc_0105.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0106.bin b/files/application/custom_ball/data/cb_data/narc_0106.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0106.bin and b/files/application/custom_ball/data/cb_data/narc_0106.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0107.bin b/files/application/custom_ball/data/cb_data/narc_0107.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0107.bin and b/files/application/custom_ball/data/cb_data/narc_0107.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0108.bin b/files/application/custom_ball/data/cb_data/narc_0108.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0108.bin and b/files/application/custom_ball/data/cb_data/narc_0108.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0109.bin b/files/application/custom_ball/data/cb_data/narc_0109.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0109.bin and b/files/application/custom_ball/data/cb_data/narc_0109.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0110.bin b/files/application/custom_ball/data/cb_data/narc_0110.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0110.bin and b/files/application/custom_ball/data/cb_data/narc_0110.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0111.bin b/files/application/custom_ball/data/cb_data/narc_0111.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0111.bin and b/files/application/custom_ball/data/cb_data/narc_0111.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0112.bin b/files/application/custom_ball/data/cb_data/narc_0112.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0112.bin and b/files/application/custom_ball/data/cb_data/narc_0112.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0113.bin b/files/application/custom_ball/data/cb_data/narc_0113.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0113.bin and b/files/application/custom_ball/data/cb_data/narc_0113.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0114.bin b/files/application/custom_ball/data/cb_data/narc_0114.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0114.bin and b/files/application/custom_ball/data/cb_data/narc_0114.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0115.bin b/files/application/custom_ball/data/cb_data/narc_0115.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0115.bin and b/files/application/custom_ball/data/cb_data/narc_0115.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0116.bin b/files/application/custom_ball/data/cb_data/narc_0116.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0116.bin and b/files/application/custom_ball/data/cb_data/narc_0116.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0117.bin b/files/application/custom_ball/data/cb_data/narc_0117.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0117.bin and b/files/application/custom_ball/data/cb_data/narc_0117.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0118.bin b/files/application/custom_ball/data/cb_data/narc_0118.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0118.bin and b/files/application/custom_ball/data/cb_data/narc_0118.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0119.bin b/files/application/custom_ball/data/cb_data/narc_0119.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0119.bin and b/files/application/custom_ball/data/cb_data/narc_0119.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0120.bin b/files/application/custom_ball/data/cb_data/narc_0120.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0120.bin and b/files/application/custom_ball/data/cb_data/narc_0120.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0121.bin b/files/application/custom_ball/data/cb_data/narc_0121.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0121.bin and b/files/application/custom_ball/data/cb_data/narc_0121.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0122.bin b/files/application/custom_ball/data/cb_data/narc_0122.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0122.bin and b/files/application/custom_ball/data/cb_data/narc_0122.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0123.bin b/files/application/custom_ball/data/cb_data/narc_0123.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0123.bin and b/files/application/custom_ball/data/cb_data/narc_0123.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0124.bin b/files/application/custom_ball/data/cb_data/narc_0124.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0124.bin and b/files/application/custom_ball/data/cb_data/narc_0124.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0125.bin b/files/application/custom_ball/data/cb_data/narc_0125.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0125.bin and b/files/application/custom_ball/data/cb_data/narc_0125.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0126.bin b/files/application/custom_ball/data/cb_data/narc_0126.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0126.bin and b/files/application/custom_ball/data/cb_data/narc_0126.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0127.bin b/files/application/custom_ball/data/cb_data/narc_0127.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0127.bin and b/files/application/custom_ball/data/cb_data/narc_0127.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0128.bin b/files/application/custom_ball/data/cb_data/narc_0128.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0128.bin and b/files/application/custom_ball/data/cb_data/narc_0128.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0129.bin b/files/application/custom_ball/data/cb_data/narc_0129.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0129.bin and b/files/application/custom_ball/data/cb_data/narc_0129.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0130.bin b/files/application/custom_ball/data/cb_data/narc_0130.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0130.bin and b/files/application/custom_ball/data/cb_data/narc_0130.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0131.bin b/files/application/custom_ball/data/cb_data/narc_0131.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0131.bin and b/files/application/custom_ball/data/cb_data/narc_0131.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0132.bin b/files/application/custom_ball/data/cb_data/narc_0132.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0132.bin and b/files/application/custom_ball/data/cb_data/narc_0132.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0133.bin b/files/application/custom_ball/data/cb_data/narc_0133.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0133.bin and b/files/application/custom_ball/data/cb_data/narc_0133.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0134.bin b/files/application/custom_ball/data/cb_data/narc_0134.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0134.bin and b/files/application/custom_ball/data/cb_data/narc_0134.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0135.bin b/files/application/custom_ball/data/cb_data/narc_0135.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0135.bin and b/files/application/custom_ball/data/cb_data/narc_0135.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0136.bin b/files/application/custom_ball/data/cb_data/narc_0136.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0136.bin and b/files/application/custom_ball/data/cb_data/narc_0136.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0137.bin b/files/application/custom_ball/data/cb_data/narc_0137.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0137.bin and b/files/application/custom_ball/data/cb_data/narc_0137.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0138.bin b/files/application/custom_ball/data/cb_data/narc_0138.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0138.bin and b/files/application/custom_ball/data/cb_data/narc_0138.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0139.bin b/files/application/custom_ball/data/cb_data/narc_0139.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0139.bin and b/files/application/custom_ball/data/cb_data/narc_0139.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0140.bin b/files/application/custom_ball/data/cb_data/narc_0140.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0140.bin and b/files/application/custom_ball/data/cb_data/narc_0140.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0141.bin b/files/application/custom_ball/data/cb_data/narc_0141.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0141.bin and b/files/application/custom_ball/data/cb_data/narc_0141.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0142.bin b/files/application/custom_ball/data/cb_data/narc_0142.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0142.bin and b/files/application/custom_ball/data/cb_data/narc_0142.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0143.bin b/files/application/custom_ball/data/cb_data/narc_0143.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0143.bin and b/files/application/custom_ball/data/cb_data/narc_0143.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0144.bin b/files/application/custom_ball/data/cb_data/narc_0144.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0144.bin and b/files/application/custom_ball/data/cb_data/narc_0144.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0145.bin b/files/application/custom_ball/data/cb_data/narc_0145.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0145.bin and b/files/application/custom_ball/data/cb_data/narc_0145.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0146.bin b/files/application/custom_ball/data/cb_data/narc_0146.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0146.bin and b/files/application/custom_ball/data/cb_data/narc_0146.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0147.bin b/files/application/custom_ball/data/cb_data/narc_0147.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0147.bin and b/files/application/custom_ball/data/cb_data/narc_0147.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0148.bin b/files/application/custom_ball/data/cb_data/narc_0148.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0148.bin and b/files/application/custom_ball/data/cb_data/narc_0148.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0149.bin b/files/application/custom_ball/data/cb_data/narc_0149.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0149.bin and b/files/application/custom_ball/data/cb_data/narc_0149.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0150.bin b/files/application/custom_ball/data/cb_data/narc_0150.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0150.bin and b/files/application/custom_ball/data/cb_data/narc_0150.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0151.bin b/files/application/custom_ball/data/cb_data/narc_0151.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0151.bin and b/files/application/custom_ball/data/cb_data/narc_0151.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0152.bin b/files/application/custom_ball/data/cb_data/narc_0152.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0152.bin and b/files/application/custom_ball/data/cb_data/narc_0152.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0153.bin b/files/application/custom_ball/data/cb_data/narc_0153.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0153.bin and b/files/application/custom_ball/data/cb_data/narc_0153.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0154.bin b/files/application/custom_ball/data/cb_data/narc_0154.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0154.bin and b/files/application/custom_ball/data/cb_data/narc_0154.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0155.bin b/files/application/custom_ball/data/cb_data/narc_0155.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0155.bin and b/files/application/custom_ball/data/cb_data/narc_0155.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0156.bin b/files/application/custom_ball/data/cb_data/narc_0156.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0156.bin and b/files/application/custom_ball/data/cb_data/narc_0156.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0157.bin b/files/application/custom_ball/data/cb_data/narc_0157.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0157.bin and b/files/application/custom_ball/data/cb_data/narc_0157.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0158.bin b/files/application/custom_ball/data/cb_data/narc_0158.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0158.bin and b/files/application/custom_ball/data/cb_data/narc_0158.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0159.bin b/files/application/custom_ball/data/cb_data/narc_0159.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0159.bin and b/files/application/custom_ball/data/cb_data/narc_0159.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0160.bin b/files/application/custom_ball/data/cb_data/narc_0160.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0160.bin and b/files/application/custom_ball/data/cb_data/narc_0160.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0161.bin b/files/application/custom_ball/data/cb_data/narc_0161.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0161.bin and b/files/application/custom_ball/data/cb_data/narc_0161.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0162.bin b/files/application/custom_ball/data/cb_data/narc_0162.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0162.bin and b/files/application/custom_ball/data/cb_data/narc_0162.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0163.bin b/files/application/custom_ball/data/cb_data/narc_0163.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0163.bin and b/files/application/custom_ball/data/cb_data/narc_0163.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0164.bin b/files/application/custom_ball/data/cb_data/narc_0164.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0164.bin and b/files/application/custom_ball/data/cb_data/narc_0164.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0165.bin b/files/application/custom_ball/data/cb_data/narc_0165.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0165.bin and b/files/application/custom_ball/data/cb_data/narc_0165.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0166.bin b/files/application/custom_ball/data/cb_data/narc_0166.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0166.bin and b/files/application/custom_ball/data/cb_data/narc_0166.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0167.bin b/files/application/custom_ball/data/cb_data/narc_0167.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0167.bin and b/files/application/custom_ball/data/cb_data/narc_0167.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0168.bin b/files/application/custom_ball/data/cb_data/narc_0168.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0168.bin and b/files/application/custom_ball/data/cb_data/narc_0168.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0169.bin b/files/application/custom_ball/data/cb_data/narc_0169.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0169.bin and b/files/application/custom_ball/data/cb_data/narc_0169.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0170.bin b/files/application/custom_ball/data/cb_data/narc_0170.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0170.bin and b/files/application/custom_ball/data/cb_data/narc_0170.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0171.bin b/files/application/custom_ball/data/cb_data/narc_0171.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0171.bin and b/files/application/custom_ball/data/cb_data/narc_0171.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0172.bin b/files/application/custom_ball/data/cb_data/narc_0172.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0172.bin and b/files/application/custom_ball/data/cb_data/narc_0172.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0173.bin b/files/application/custom_ball/data/cb_data/narc_0173.bin index cebe38b6..3b9c5c5e 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0173.bin and b/files/application/custom_ball/data/cb_data/narc_0173.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0174.bin b/files/application/custom_ball/data/cb_data/narc_0174.bin index 4792c3b6..e0b97194 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0174.bin and b/files/application/custom_ball/data/cb_data/narc_0174.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0175.bin b/files/application/custom_ball/data/cb_data/narc_0175.bin index 5e06a451..88699338 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0175.bin and b/files/application/custom_ball/data/cb_data/narc_0175.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0176.bin b/files/application/custom_ball/data/cb_data/narc_0176.bin index e8edc953..7eb4c759 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0176.bin and b/files/application/custom_ball/data/cb_data/narc_0176.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0177.bin b/files/application/custom_ball/data/cb_data/narc_0177.bin index e8c2a6a9..db9e3d9e 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0177.bin and b/files/application/custom_ball/data/cb_data/narc_0177.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0178.bin b/files/application/custom_ball/data/cb_data/narc_0178.bin index e8c2a6a9..db9e3d9e 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0178.bin and b/files/application/custom_ball/data/cb_data/narc_0178.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0179.bin b/files/application/custom_ball/data/cb_data/narc_0179.bin index 43e71a20..3239d2ef 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0179.bin and b/files/application/custom_ball/data/cb_data/narc_0179.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0180.bin b/files/application/custom_ball/data/cb_data/narc_0180.bin index 52716218..855b9124 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0180.bin and b/files/application/custom_ball/data/cb_data/narc_0180.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0181.bin b/files/application/custom_ball/data/cb_data/narc_0181.bin index 52716218..855b9124 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0181.bin and b/files/application/custom_ball/data/cb_data/narc_0181.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0182.bin b/files/application/custom_ball/data/cb_data/narc_0182.bin index 001a8221..1f6bda2f 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0182.bin and b/files/application/custom_ball/data/cb_data/narc_0182.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0183.bin b/files/application/custom_ball/data/cb_data/narc_0183.bin index 3322abad..b3f6df84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0183.bin and b/files/application/custom_ball/data/cb_data/narc_0183.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0184.bin b/files/application/custom_ball/data/cb_data/narc_0184.bin index 9207e87c..0fab8634 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0184.bin and b/files/application/custom_ball/data/cb_data/narc_0184.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0185.bin b/files/application/custom_ball/data/cb_data/narc_0185.bin index e69482c5..e22c8b78 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0185.bin and b/files/application/custom_ball/data/cb_data/narc_0185.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0186.bin b/files/application/custom_ball/data/cb_data/narc_0186.bin index 73787f77..b57248c0 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0186.bin and b/files/application/custom_ball/data/cb_data/narc_0186.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0187.bin b/files/application/custom_ball/data/cb_data/narc_0187.bin index 58e22442..cd49a5d1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0187.bin and b/files/application/custom_ball/data/cb_data/narc_0187.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0188.bin b/files/application/custom_ball/data/cb_data/narc_0188.bin index cd1df895..ca646617 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0188.bin and b/files/application/custom_ball/data/cb_data/narc_0188.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0189.bin b/files/application/custom_ball/data/cb_data/narc_0189.bin index 2c2e584f..15afc28b 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0189.bin and b/files/application/custom_ball/data/cb_data/narc_0189.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0190.bin b/files/application/custom_ball/data/cb_data/narc_0190.bin index 3fb4a8c0..eeea9364 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0190.bin and b/files/application/custom_ball/data/cb_data/narc_0190.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0191.bin b/files/application/custom_ball/data/cb_data/narc_0191.bin index 3d5432b9..bdc025bf 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0191.bin and b/files/application/custom_ball/data/cb_data/narc_0191.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0192.bin b/files/application/custom_ball/data/cb_data/narc_0192.bin index 2e9b00ed..afc80114 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0192.bin and b/files/application/custom_ball/data/cb_data/narc_0192.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0193.bin b/files/application/custom_ball/data/cb_data/narc_0193.bin index b2201305..9cc21650 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0193.bin and b/files/application/custom_ball/data/cb_data/narc_0193.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0194.bin b/files/application/custom_ball/data/cb_data/narc_0194.bin index af6498f9..ceccf9a2 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0194.bin and b/files/application/custom_ball/data/cb_data/narc_0194.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0195.bin b/files/application/custom_ball/data/cb_data/narc_0195.bin index 6c8d1d55..bd8626b7 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0195.bin and b/files/application/custom_ball/data/cb_data/narc_0195.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0196.bin b/files/application/custom_ball/data/cb_data/narc_0196.bin index f5e50ec9..0e640b7a 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0196.bin and b/files/application/custom_ball/data/cb_data/narc_0196.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0197.bin b/files/application/custom_ball/data/cb_data/narc_0197.bin index 4958ea68..21a05998 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0197.bin and b/files/application/custom_ball/data/cb_data/narc_0197.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0198.bin b/files/application/custom_ball/data/cb_data/narc_0198.bin index 3892eefa..487a8684 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0198.bin and b/files/application/custom_ball/data/cb_data/narc_0198.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0199.bin b/files/application/custom_ball/data/cb_data/narc_0199.bin index 4cce4349..20d0017e 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0199.bin and b/files/application/custom_ball/data/cb_data/narc_0199.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0200.bin b/files/application/custom_ball/data/cb_data/narc_0200.bin index bd9e6dc5..17395013 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0200.bin and b/files/application/custom_ball/data/cb_data/narc_0200.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0201.bin b/files/application/custom_ball/data/cb_data/narc_0201.bin index 7c5ff196..9b3d5ffb 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0201.bin and b/files/application/custom_ball/data/cb_data/narc_0201.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0202.bin b/files/application/custom_ball/data/cb_data/narc_0202.bin index f3a29403..77945c65 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0202.bin and b/files/application/custom_ball/data/cb_data/narc_0202.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0203.bin b/files/application/custom_ball/data/cb_data/narc_0203.bin index 84ed3d81..d61d536c 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0203.bin and b/files/application/custom_ball/data/cb_data/narc_0203.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0204.bin b/files/application/custom_ball/data/cb_data/narc_0204.bin index f7be127e..2ad9c970 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0204.bin and b/files/application/custom_ball/data/cb_data/narc_0204.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0205.bin b/files/application/custom_ball/data/cb_data/narc_0205.bin index ca070d7b..9fd7c557 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0205.bin and b/files/application/custom_ball/data/cb_data/narc_0205.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0206.bin b/files/application/custom_ball/data/cb_data/narc_0206.bin index 15b736f9..47e0dfa7 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0206.bin and b/files/application/custom_ball/data/cb_data/narc_0206.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0207.bin b/files/application/custom_ball/data/cb_data/narc_0207.bin index 2df0e787..b73d6a1e 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0207.bin and b/files/application/custom_ball/data/cb_data/narc_0207.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0208.bin b/files/application/custom_ball/data/cb_data/narc_0208.bin index 15299f4c..d61236f9 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0208.bin and b/files/application/custom_ball/data/cb_data/narc_0208.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0209.bin b/files/application/custom_ball/data/cb_data/narc_0209.bin index 686172cb..e6b074d5 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0209.bin and b/files/application/custom_ball/data/cb_data/narc_0209.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0210.bin b/files/application/custom_ball/data/cb_data/narc_0210.bin index 6f54a4af..ebc83b88 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0210.bin and b/files/application/custom_ball/data/cb_data/narc_0210.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0211.bin b/files/application/custom_ball/data/cb_data/narc_0211.bin index 07169c40..f637d58b 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0211.bin and b/files/application/custom_ball/data/cb_data/narc_0211.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0212.bin b/files/application/custom_ball/data/cb_data/narc_0212.bin index c5f1718f..f4257d84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0212.bin and b/files/application/custom_ball/data/cb_data/narc_0212.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0213.bin b/files/application/custom_ball/data/cb_data/narc_0213.bin index f43e1916..dfc8be37 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0213.bin and b/files/application/custom_ball/data/cb_data/narc_0213.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0214.bin b/files/application/custom_ball/data/cb_data/narc_0214.bin index 538d121e..f141e1d9 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0214.bin and b/files/application/custom_ball/data/cb_data/narc_0214.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0215.bin b/files/application/custom_ball/data/cb_data/narc_0215.bin index 19e8ebf2..5c8177da 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0215.bin and b/files/application/custom_ball/data/cb_data/narc_0215.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0216.bin b/files/application/custom_ball/data/cb_data/narc_0216.bin index 18a1765a..cd44e2c0 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0216.bin and b/files/application/custom_ball/data/cb_data/narc_0216.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0217.bin b/files/application/custom_ball/data/cb_data/narc_0217.bin index 88767d62..da79017d 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0217.bin and b/files/application/custom_ball/data/cb_data/narc_0217.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0218.bin b/files/application/custom_ball/data/cb_data/narc_0218.bin index 7dbccb49..82c3ea03 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0218.bin and b/files/application/custom_ball/data/cb_data/narc_0218.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0219.bin b/files/application/custom_ball/data/cb_data/narc_0219.bin index db303b23..5d075178 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0219.bin and b/files/application/custom_ball/data/cb_data/narc_0219.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0220.bin b/files/application/custom_ball/data/cb_data/narc_0220.bin index 50423d27..71278568 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0220.bin and b/files/application/custom_ball/data/cb_data/narc_0220.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0221.bin b/files/application/custom_ball/data/cb_data/narc_0221.bin index e1a57c8b..c6b64d0c 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0221.bin and b/files/application/custom_ball/data/cb_data/narc_0221.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0222.bin b/files/application/custom_ball/data/cb_data/narc_0222.bin index 27316324..826b394b 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0222.bin and b/files/application/custom_ball/data/cb_data/narc_0222.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0223.bin b/files/application/custom_ball/data/cb_data/narc_0223.bin index 04d44aa7..fe5d6490 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0223.bin and b/files/application/custom_ball/data/cb_data/narc_0223.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0224.bin b/files/application/custom_ball/data/cb_data/narc_0224.bin index 4cb802fc..43e5b31c 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0224.bin and b/files/application/custom_ball/data/cb_data/narc_0224.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0225.bin b/files/application/custom_ball/data/cb_data/narc_0225.bin index 2ceefb2c..a7194ee0 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0225.bin and b/files/application/custom_ball/data/cb_data/narc_0225.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0226.bin b/files/application/custom_ball/data/cb_data/narc_0226.bin index 2d08c98d..6cdae62b 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0226.bin and b/files/application/custom_ball/data/cb_data/narc_0226.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0227.bin b/files/application/custom_ball/data/cb_data/narc_0227.bin index 1a0daeaf..b8291320 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0227.bin and b/files/application/custom_ball/data/cb_data/narc_0227.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0228.bin b/files/application/custom_ball/data/cb_data/narc_0228.bin index 34827440..e5435287 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0228.bin and b/files/application/custom_ball/data/cb_data/narc_0228.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0229.bin b/files/application/custom_ball/data/cb_data/narc_0229.bin index f12f4c63..743f7af7 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0229.bin and b/files/application/custom_ball/data/cb_data/narc_0229.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0230.bin b/files/application/custom_ball/data/cb_data/narc_0230.bin index bdec2517..d699652c 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0230.bin and b/files/application/custom_ball/data/cb_data/narc_0230.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0231.bin b/files/application/custom_ball/data/cb_data/narc_0231.bin index 9d1013da..9be9e892 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0231.bin and b/files/application/custom_ball/data/cb_data/narc_0231.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0232.bin b/files/application/custom_ball/data/cb_data/narc_0232.bin index 9eca08e1..b21b6b86 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0232.bin and b/files/application/custom_ball/data/cb_data/narc_0232.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0233.bin b/files/application/custom_ball/data/cb_data/narc_0233.bin index ca139d89..8fd13b81 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0233.bin and b/files/application/custom_ball/data/cb_data/narc_0233.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0234.bin b/files/application/custom_ball/data/cb_data/narc_0234.bin index d4181c30..6498a541 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0234.bin and b/files/application/custom_ball/data/cb_data/narc_0234.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0235.bin b/files/application/custom_ball/data/cb_data/narc_0235.bin index cfe2e686..508f0cca 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0235.bin and b/files/application/custom_ball/data/cb_data/narc_0235.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0236.bin b/files/application/custom_ball/data/cb_data/narc_0236.bin index 056122a2..2d98fb84 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0236.bin and b/files/application/custom_ball/data/cb_data/narc_0236.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0237.bin b/files/application/custom_ball/data/cb_data/narc_0237.bin index 6f25ea06..a62b4eda 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0237.bin and b/files/application/custom_ball/data/cb_data/narc_0237.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0238.bin b/files/application/custom_ball/data/cb_data/narc_0238.bin index 59fdfdca..e3ece29d 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0238.bin and b/files/application/custom_ball/data/cb_data/narc_0238.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0239.bin b/files/application/custom_ball/data/cb_data/narc_0239.bin index 250e62c9..300cec17 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0239.bin and b/files/application/custom_ball/data/cb_data/narc_0239.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0240.bin b/files/application/custom_ball/data/cb_data/narc_0240.bin index 1f9ab119..10519544 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0240.bin and b/files/application/custom_ball/data/cb_data/narc_0240.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0241.bin b/files/application/custom_ball/data/cb_data/narc_0241.bin index aac94152..7ff2874a 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0241.bin and b/files/application/custom_ball/data/cb_data/narc_0241.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0242.bin b/files/application/custom_ball/data/cb_data/narc_0242.bin index 0b8041aa..73e2bf93 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0242.bin and b/files/application/custom_ball/data/cb_data/narc_0242.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0243.bin b/files/application/custom_ball/data/cb_data/narc_0243.bin index a357e225..f7be8f46 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0243.bin and b/files/application/custom_ball/data/cb_data/narc_0243.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0244.bin b/files/application/custom_ball/data/cb_data/narc_0244.bin index 8104409d..2d362f54 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0244.bin and b/files/application/custom_ball/data/cb_data/narc_0244.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0245.bin b/files/application/custom_ball/data/cb_data/narc_0245.bin index 90952e24..eaa5272c 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0245.bin and b/files/application/custom_ball/data/cb_data/narc_0245.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0246.bin b/files/application/custom_ball/data/cb_data/narc_0246.bin index 723028d0..ee069c64 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0246.bin and b/files/application/custom_ball/data/cb_data/narc_0246.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0247.bin b/files/application/custom_ball/data/cb_data/narc_0247.bin index beb3ff67..8fa44b73 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0247.bin and b/files/application/custom_ball/data/cb_data/narc_0247.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0248.bin b/files/application/custom_ball/data/cb_data/narc_0248.bin index dd6b6fad..0ca3e3c7 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0248.bin and b/files/application/custom_ball/data/cb_data/narc_0248.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0249.bin b/files/application/custom_ball/data/cb_data/narc_0249.bin index 6ce1970e..9d1e58a3 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0249.bin and b/files/application/custom_ball/data/cb_data/narc_0249.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0250.bin b/files/application/custom_ball/data/cb_data/narc_0250.bin index a41ad785..814296f3 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0250.bin and b/files/application/custom_ball/data/cb_data/narc_0250.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0251.bin b/files/application/custom_ball/data/cb_data/narc_0251.bin index 43b530ca..0b90acda 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0251.bin and b/files/application/custom_ball/data/cb_data/narc_0251.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0252.bin b/files/application/custom_ball/data/cb_data/narc_0252.bin index 0b38dd7a..3ea51efc 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0252.bin and b/files/application/custom_ball/data/cb_data/narc_0252.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0253.bin b/files/application/custom_ball/data/cb_data/narc_0253.bin index 17367d77..52563c22 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0253.bin and b/files/application/custom_ball/data/cb_data/narc_0253.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0254.bin b/files/application/custom_ball/data/cb_data/narc_0254.bin index 38b76b3f..3c154bbc 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0254.bin and b/files/application/custom_ball/data/cb_data/narc_0254.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0255.bin b/files/application/custom_ball/data/cb_data/narc_0255.bin index 1d65814a..c6aca9a2 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0255.bin and b/files/application/custom_ball/data/cb_data/narc_0255.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0256.bin b/files/application/custom_ball/data/cb_data/narc_0256.bin index a562273a..82e9772c 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0256.bin and b/files/application/custom_ball/data/cb_data/narc_0256.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0257.bin b/files/application/custom_ball/data/cb_data/narc_0257.bin index 20c0cbc0..d4579d18 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0257.bin and b/files/application/custom_ball/data/cb_data/narc_0257.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0258.bin b/files/application/custom_ball/data/cb_data/narc_0258.bin index 094aa23a..6bc19ef6 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0258.bin and b/files/application/custom_ball/data/cb_data/narc_0258.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0259.bin b/files/application/custom_ball/data/cb_data/narc_0259.bin index cf546b3a..3b37d73e 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0259.bin and b/files/application/custom_ball/data/cb_data/narc_0259.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0260.bin b/files/application/custom_ball/data/cb_data/narc_0260.bin index 74ec4ad9..a9313b55 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0260.bin and b/files/application/custom_ball/data/cb_data/narc_0260.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0261.bin b/files/application/custom_ball/data/cb_data/narc_0261.bin index 1542857b..534af460 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0261.bin and b/files/application/custom_ball/data/cb_data/narc_0261.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0262.bin b/files/application/custom_ball/data/cb_data/narc_0262.bin index 468d7397..aab1c571 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0262.bin and b/files/application/custom_ball/data/cb_data/narc_0262.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0263.bin b/files/application/custom_ball/data/cb_data/narc_0263.bin index a7d107d4..2888fa5d 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0263.bin and b/files/application/custom_ball/data/cb_data/narc_0263.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0264.bin b/files/application/custom_ball/data/cb_data/narc_0264.bin index 8097d80f..a23bd5eb 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0264.bin and b/files/application/custom_ball/data/cb_data/narc_0264.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0265.bin b/files/application/custom_ball/data/cb_data/narc_0265.bin index 00868ac1..24bc48cf 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0265.bin and b/files/application/custom_ball/data/cb_data/narc_0265.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0266.bin b/files/application/custom_ball/data/cb_data/narc_0266.bin index f74bdcfd..2e513910 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0266.bin and b/files/application/custom_ball/data/cb_data/narc_0266.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0267.bin b/files/application/custom_ball/data/cb_data/narc_0267.bin index 32d5c4aa..a66674ae 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0267.bin and b/files/application/custom_ball/data/cb_data/narc_0267.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0268.bin b/files/application/custom_ball/data/cb_data/narc_0268.bin index 4c571fef..a31c0c54 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0268.bin and b/files/application/custom_ball/data/cb_data/narc_0268.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0269.bin b/files/application/custom_ball/data/cb_data/narc_0269.bin index 14570b83..ebb549f9 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0269.bin and b/files/application/custom_ball/data/cb_data/narc_0269.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0270.bin b/files/application/custom_ball/data/cb_data/narc_0270.bin index 4af8aa39..733a95e9 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0270.bin and b/files/application/custom_ball/data/cb_data/narc_0270.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0271.bin b/files/application/custom_ball/data/cb_data/narc_0271.bin index 140e9aa1..97ae18dc 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0271.bin and b/files/application/custom_ball/data/cb_data/narc_0271.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0272.bin b/files/application/custom_ball/data/cb_data/narc_0272.bin index 2bcd2d14..3a275a21 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0272.bin and b/files/application/custom_ball/data/cb_data/narc_0272.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0273.bin b/files/application/custom_ball/data/cb_data/narc_0273.bin index cebbfbb7..42571988 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0273.bin and b/files/application/custom_ball/data/cb_data/narc_0273.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0274.bin b/files/application/custom_ball/data/cb_data/narc_0274.bin index 18d8c849..ca66ef0f 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0274.bin and b/files/application/custom_ball/data/cb_data/narc_0274.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0275.bin b/files/application/custom_ball/data/cb_data/narc_0275.bin index 0eb9be09..4066850b 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0275.bin and b/files/application/custom_ball/data/cb_data/narc_0275.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0276.bin b/files/application/custom_ball/data/cb_data/narc_0276.bin index f11dbbd2..0b3f5353 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0276.bin and b/files/application/custom_ball/data/cb_data/narc_0276.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0277.bin b/files/application/custom_ball/data/cb_data/narc_0277.bin index 2945283c..476e9b1f 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0277.bin and b/files/application/custom_ball/data/cb_data/narc_0277.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0278.bin b/files/application/custom_ball/data/cb_data/narc_0278.bin index 3b789cf6..d082d5eb 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0278.bin and b/files/application/custom_ball/data/cb_data/narc_0278.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0279.bin b/files/application/custom_ball/data/cb_data/narc_0279.bin index 5dad03ee..c6c00ab3 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0279.bin and b/files/application/custom_ball/data/cb_data/narc_0279.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0280.bin b/files/application/custom_ball/data/cb_data/narc_0280.bin index 0997942f..2b9460a1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0280.bin and b/files/application/custom_ball/data/cb_data/narc_0280.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0281.bin b/files/application/custom_ball/data/cb_data/narc_0281.bin index 0997942f..2b9460a1 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0281.bin and b/files/application/custom_ball/data/cb_data/narc_0281.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0282.bin b/files/application/custom_ball/data/cb_data/narc_0282.bin index c44ba9f1..4cc09468 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0282.bin and b/files/application/custom_ball/data/cb_data/narc_0282.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0283.bin b/files/application/custom_ball/data/cb_data/narc_0283.bin index 2dc3c7de..ab0730d3 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0283.bin and b/files/application/custom_ball/data/cb_data/narc_0283.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0284.bin b/files/application/custom_ball/data/cb_data/narc_0284.bin index 4702e412..9018c815 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0284.bin and b/files/application/custom_ball/data/cb_data/narc_0284.bin differ diff --git a/files/application/custom_ball/data/cb_data/narc_0285.bin b/files/application/custom_ball/data/cb_data/narc_0285.bin index d4786b8a..280da98d 100644 Binary files a/files/application/custom_ball/data/cb_data/narc_0285.bin and b/files/application/custom_ball/data/cb_data/narc_0285.bin differ diff --git a/files/battle/graphic/batt_bg/.knarcignore b/files/battle/graphic/batt_bg/.knarcignore new file mode 100644 index 00000000..8c89316a --- /dev/null +++ b/files/battle/graphic/batt_bg/.knarcignore @@ -0,0 +1,315 @@ +files/battle/graphic/batt_bg/narc_0156.bin +files/battle/graphic/batt_bg/narc_0156.bin +files/battle/graphic/batt_bg/narc_0142.bin +files/battle/graphic/batt_bg/narc_0022.bin +files/battle/graphic/batt_bg/narc_0036.bin +files/battle/graphic/batt_bg/narc_0037.bin +files/battle/graphic/batt_bg/narc_0023.bin +files/battle/graphic/batt_bg/narc_0143.bin +files/battle/graphic/batt_bg/narc_0141.bin +files/battle/graphic/batt_bg/narc_0155.bin +files/battle/graphic/batt_bg/narc_0035.bin +files/battle/graphic/batt_bg/narc_0021.bin +files/battle/graphic/batt_bg/narc_0009.bin +files/battle/graphic/batt_bg/narc_0008.bin +files/battle/graphic/batt_bg/narc_0020.bin +files/battle/graphic/batt_bg/narc_0034.bin +files/battle/graphic/batt_bg/narc_0154.bin +files/battle/graphic/batt_bg/narc_0140.bin +files/battle/graphic/batt_bg/narc_0144.bin +files/battle/graphic/batt_bg/narc_0150.bin +files/battle/graphic/batt_bg/narc_0018.bin +files/battle/graphic/batt_bg/narc_0030.bin +files/battle/graphic/batt_bg/narc_0024.bin +files/battle/graphic/batt_bg/narc_0025.bin +files/battle/graphic/batt_bg/narc_0031.bin +files/battle/graphic/batt_bg/narc_0019.bin +files/battle/graphic/batt_bg/narc_0151.bin +files/battle/graphic/batt_bg/narc_0145.bin +files/battle/graphic/batt_bg/narc_0153.bin +files/battle/graphic/batt_bg/narc_0147.bin +files/battle/graphic/batt_bg/narc_0027.bin +files/battle/graphic/batt_bg/narc_0033.bin +files/battle/graphic/batt_bg/narc_0032.bin +files/battle/graphic/batt_bg/narc_0026.bin +files/battle/graphic/batt_bg/narc_0146.bin +files/battle/graphic/batt_bg/narc_0152.bin +files/battle/graphic/batt_bg/narc_0135.bin +files/battle/graphic/batt_bg/narc_0121.bin +files/battle/graphic/batt_bg/narc_0109.bin +files/battle/graphic/batt_bg/narc_0082.bin +files/battle/graphic/batt_bg/narc_0096.bin +files/battle/graphic/batt_bg/narc_0041.bin +files/battle/graphic/batt_bg/narc_0055.bin +files/battle/graphic/batt_bg/narc_0069.bin +files/battle/graphic/batt_bg/narc_0068.bin +files/battle/graphic/batt_bg/narc_0054.bin +files/battle/graphic/batt_bg/narc_0040.bin +files/battle/graphic/batt_bg/narc_0097.bin +files/battle/graphic/batt_bg/narc_0083.bin +files/battle/graphic/batt_bg/narc_0108.bin +files/battle/graphic/batt_bg/narc_0120.bin +files/battle/graphic/batt_bg/narc_0134.bin +files/battle/graphic/batt_bg/narc_0122.bin +files/battle/graphic/batt_bg/narc_0136.bin +files/battle/graphic/batt_bg/narc_0095.bin +files/battle/graphic/batt_bg/narc_0081.bin +files/battle/graphic/batt_bg/narc_0056.bin +files/battle/graphic/batt_bg/narc_0042.bin +files/battle/graphic/batt_bg/narc_0043.bin +files/battle/graphic/batt_bg/narc_0057.bin +files/battle/graphic/batt_bg/narc_0080.bin +files/battle/graphic/batt_bg/narc_0094.bin +files/battle/graphic/batt_bg/narc_0137.bin +files/battle/graphic/batt_bg/narc_0123.bin +files/battle/graphic/batt_bg/narc_0127.bin +files/battle/graphic/batt_bg/narc_0133.bin +files/battle/graphic/batt_bg/narc_0090.bin +files/battle/graphic/batt_bg/narc_0084.bin +files/battle/graphic/batt_bg/narc_0053.bin +files/battle/graphic/batt_bg/narc_0047.bin +files/battle/graphic/batt_bg/narc_0046.bin +files/battle/graphic/batt_bg/narc_0052.bin +files/battle/graphic/batt_bg/narc_0085.bin +files/battle/graphic/batt_bg/narc_0091.bin +files/battle/graphic/batt_bg/narc_0132.bin +files/battle/graphic/batt_bg/narc_0126.bin +files/battle/graphic/batt_bg/narc_0118.bin +files/battle/graphic/batt_bg/narc_0130.bin +files/battle/graphic/batt_bg/narc_0124.bin +files/battle/graphic/batt_bg/narc_0087.bin +files/battle/graphic/batt_bg/narc_0093.bin +files/battle/graphic/batt_bg/narc_0078.bin +files/battle/graphic/batt_bg/narc_0044.bin +files/battle/graphic/batt_bg/narc_0050.bin +files/battle/graphic/batt_bg/narc_0051.bin +files/battle/graphic/batt_bg/narc_0045.bin +files/battle/graphic/batt_bg/narc_0079.bin +files/battle/graphic/batt_bg/narc_0092.bin +files/battle/graphic/batt_bg/narc_0086.bin +files/battle/graphic/batt_bg/narc_0125.bin +files/battle/graphic/batt_bg/narc_0131.bin +files/battle/graphic/batt_bg/narc_0119.bin +files/battle/graphic/batt_bg/narc_0114.bin +files/battle/graphic/batt_bg/narc_0100.bin +files/battle/graphic/batt_bg/narc_0128.bin +files/battle/graphic/batt_bg/narc_0060.bin +files/battle/graphic/batt_bg/narc_0074.bin +files/battle/graphic/batt_bg/narc_0048.bin +files/battle/graphic/batt_bg/narc_0049.bin +files/battle/graphic/batt_bg/narc_0075.bin +files/battle/graphic/batt_bg/narc_0061.bin +files/battle/graphic/batt_bg/narc_0129.bin +files/battle/graphic/batt_bg/narc_0101.bin +files/battle/graphic/batt_bg/narc_0115.bin +files/battle/graphic/batt_bg/narc_0103.bin +files/battle/graphic/batt_bg/narc_0117.bin +files/battle/graphic/batt_bg/narc_0088.bin +files/battle/graphic/batt_bg/narc_0077.bin +files/battle/graphic/batt_bg/narc_0063.bin +files/battle/graphic/batt_bg/narc_0062.bin +files/battle/graphic/batt_bg/narc_0076.bin +files/battle/graphic/batt_bg/narc_0089.bin +files/battle/graphic/batt_bg/narc_0116.bin +files/battle/graphic/batt_bg/narc_0102.bin +files/battle/graphic/batt_bg/narc_0106.bin +files/battle/graphic/batt_bg/narc_0112.bin +files/battle/graphic/batt_bg/narc_0099.bin +files/battle/graphic/batt_bg/narc_0072.bin +files/battle/graphic/batt_bg/narc_0066.bin +files/battle/graphic/batt_bg/narc_0067.bin +files/battle/graphic/batt_bg/narc_0073.bin +files/battle/graphic/batt_bg/narc_0098.bin +files/battle/graphic/batt_bg/narc_0113.bin +files/battle/graphic/batt_bg/narc_0107.bin +files/battle/graphic/batt_bg/narc_0139.bin +files/battle/graphic/batt_bg/narc_0111.bin +files/battle/graphic/batt_bg/narc_0105.bin +files/battle/graphic/batt_bg/narc_0059.bin +files/battle/graphic/batt_bg/narc_0065.bin +files/battle/graphic/batt_bg/narc_0071.bin +files/battle/graphic/batt_bg/narc_0070.bin +files/battle/graphic/batt_bg/narc_0064.bin +files/battle/graphic/batt_bg/narc_0058.bin +files/battle/graphic/batt_bg/narc_0104.bin +files/battle/graphic/batt_bg/narc_0110.bin +files/battle/graphic/batt_bg/narc_0138.bin +files/battle/graphic/batt_bg/narc_0003.bin +files/battle/graphic/batt_bg/narc_0017.bin +files/battle/graphic/batt_bg/narc_0016.bin +files/battle/graphic/batt_bg/narc_0002.bin +files/battle/graphic/batt_bg/narc_0148.bin +files/battle/graphic/batt_bg/narc_0014.bin +files/battle/graphic/batt_bg/narc_0000.bin +files/battle/graphic/batt_bg/narc_0028.bin +files/battle/graphic/batt_bg/narc_0029.bin +files/battle/graphic/batt_bg/narc_0001.bin +files/battle/graphic/batt_bg/narc_0015.bin +files/battle/graphic/batt_bg/narc_0149.bin +files/battle/graphic/batt_bg/narc_0039.bin +files/battle/graphic/batt_bg/narc_0011.bin +files/battle/graphic/batt_bg/narc_0005.bin +files/battle/graphic/batt_bg/narc_0004.bin +files/battle/graphic/batt_bg/narc_0010.bin +files/battle/graphic/batt_bg/narc_0038.bin +files/battle/graphic/batt_bg/narc_0006.bin +files/battle/graphic/batt_bg/narc_0012.bin +files/battle/graphic/batt_bg/narc_0013.bin +files/battle/graphic/batt_bg/narc_0007.bin +narc_0156.bin +narc_0142.bin +narc_0022.bin +narc_0036.bin +narc_0037.bin +narc_0023.bin +narc_0143.bin +narc_0141.bin +narc_0155.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0154.bin +narc_0140.bin +narc_0144.bin +narc_0150.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0151.bin +narc_0145.bin +narc_0153.bin +narc_0147.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0146.bin +narc_0152.bin +narc_0135.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0134.bin +narc_0122.bin +narc_0136.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0137.bin +narc_0123.bin +narc_0127.bin +narc_0133.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0132.bin +narc_0126.bin +narc_0118.bin +narc_0130.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0131.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0067.bin +narc_0073.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0139.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0104.bin +narc_0110.bin +narc_0138.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0148.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0149.bin +narc_0039.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin diff --git a/files/battle/graphic/batt_bg/narc_0000.bin b/files/battle/graphic/batt_bg/narc_0000.bin index 52be54c9..e832dd7d 100644 Binary files a/files/battle/graphic/batt_bg/narc_0000.bin and b/files/battle/graphic/batt_bg/narc_0000.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0001.bin b/files/battle/graphic/batt_bg/narc_0001.bin index 2b429f13..db20bc99 100644 Binary files a/files/battle/graphic/batt_bg/narc_0001.bin and b/files/battle/graphic/batt_bg/narc_0001.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0002.bin b/files/battle/graphic/batt_bg/narc_0002.bin index ce2f2d1b..fe8ed069 100644 Binary files a/files/battle/graphic/batt_bg/narc_0002.bin and b/files/battle/graphic/batt_bg/narc_0002.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0003.bin b/files/battle/graphic/batt_bg/narc_0003.bin index 961665c8..83652700 100644 Binary files a/files/battle/graphic/batt_bg/narc_0003.bin and b/files/battle/graphic/batt_bg/narc_0003.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0004.bin b/files/battle/graphic/batt_bg/narc_0004.bin index deeed583..8df4dc77 100644 Binary files a/files/battle/graphic/batt_bg/narc_0004.bin and b/files/battle/graphic/batt_bg/narc_0004.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0005.bin b/files/battle/graphic/batt_bg/narc_0005.bin index 1b792961..2e4617fb 100644 Binary files a/files/battle/graphic/batt_bg/narc_0005.bin and b/files/battle/graphic/batt_bg/narc_0005.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0006.bin b/files/battle/graphic/batt_bg/narc_0006.bin index dcb0fe80..396a4cb4 100644 Binary files a/files/battle/graphic/batt_bg/narc_0006.bin and b/files/battle/graphic/batt_bg/narc_0006.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0007.bin b/files/battle/graphic/batt_bg/narc_0007.bin index 187d5703..a11be8b1 100644 Binary files a/files/battle/graphic/batt_bg/narc_0007.bin and b/files/battle/graphic/batt_bg/narc_0007.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0008.bin b/files/battle/graphic/batt_bg/narc_0008.bin index b30ef806..0f004bcc 100644 Binary files a/files/battle/graphic/batt_bg/narc_0008.bin and b/files/battle/graphic/batt_bg/narc_0008.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0009.bin b/files/battle/graphic/batt_bg/narc_0009.bin index 9e0dad57..98e762ee 100644 Binary files a/files/battle/graphic/batt_bg/narc_0009.bin and b/files/battle/graphic/batt_bg/narc_0009.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0010.bin b/files/battle/graphic/batt_bg/narc_0010.bin index bd09e809..a1b2acbe 100644 Binary files a/files/battle/graphic/batt_bg/narc_0010.bin and b/files/battle/graphic/batt_bg/narc_0010.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0011.bin b/files/battle/graphic/batt_bg/narc_0011.bin index ff097972..37b595f3 100644 Binary files a/files/battle/graphic/batt_bg/narc_0011.bin and b/files/battle/graphic/batt_bg/narc_0011.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0012.bin b/files/battle/graphic/batt_bg/narc_0012.bin index 578ef7cd..b0994e10 100644 Binary files a/files/battle/graphic/batt_bg/narc_0012.bin and b/files/battle/graphic/batt_bg/narc_0012.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0013.bin b/files/battle/graphic/batt_bg/narc_0013.bin index 56c6fc0a..6c2ef516 100644 Binary files a/files/battle/graphic/batt_bg/narc_0013.bin and b/files/battle/graphic/batt_bg/narc_0013.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0014.bin b/files/battle/graphic/batt_bg/narc_0014.bin index c7e9e3f7..d5c67efb 100644 Binary files a/files/battle/graphic/batt_bg/narc_0014.bin and b/files/battle/graphic/batt_bg/narc_0014.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0015.bin b/files/battle/graphic/batt_bg/narc_0015.bin index 8c143bba..ccf4b86f 100644 Binary files a/files/battle/graphic/batt_bg/narc_0015.bin and b/files/battle/graphic/batt_bg/narc_0015.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0016.bin b/files/battle/graphic/batt_bg/narc_0016.bin index 089d1cc9..f25895f7 100644 Binary files a/files/battle/graphic/batt_bg/narc_0016.bin and b/files/battle/graphic/batt_bg/narc_0016.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0017.bin b/files/battle/graphic/batt_bg/narc_0017.bin index f7db1192..e62d336f 100644 Binary files a/files/battle/graphic/batt_bg/narc_0017.bin and b/files/battle/graphic/batt_bg/narc_0017.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0018.bin b/files/battle/graphic/batt_bg/narc_0018.bin index e899736d..e7289079 100644 Binary files a/files/battle/graphic/batt_bg/narc_0018.bin and b/files/battle/graphic/batt_bg/narc_0018.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0019.bin b/files/battle/graphic/batt_bg/narc_0019.bin index e6923f76..82115994 100644 Binary files a/files/battle/graphic/batt_bg/narc_0019.bin and b/files/battle/graphic/batt_bg/narc_0019.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0020.bin b/files/battle/graphic/batt_bg/narc_0020.bin index 6bde2762..c19c0e96 100644 Binary files a/files/battle/graphic/batt_bg/narc_0020.bin and b/files/battle/graphic/batt_bg/narc_0020.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0021.bin b/files/battle/graphic/batt_bg/narc_0021.bin index cf46722f..70e51efe 100644 Binary files a/files/battle/graphic/batt_bg/narc_0021.bin and b/files/battle/graphic/batt_bg/narc_0021.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0022.bin b/files/battle/graphic/batt_bg/narc_0022.bin index d4f02136..19df2ea2 100644 Binary files a/files/battle/graphic/batt_bg/narc_0022.bin and b/files/battle/graphic/batt_bg/narc_0022.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0023.bin b/files/battle/graphic/batt_bg/narc_0023.bin index 5508d9ea..46f9b35b 100644 Binary files a/files/battle/graphic/batt_bg/narc_0023.bin and b/files/battle/graphic/batt_bg/narc_0023.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0024.bin b/files/battle/graphic/batt_bg/narc_0024.bin index f6b0fca7..70121373 100644 Binary files a/files/battle/graphic/batt_bg/narc_0024.bin and b/files/battle/graphic/batt_bg/narc_0024.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0025.bin b/files/battle/graphic/batt_bg/narc_0025.bin index 66dd81e6..1a289457 100644 Binary files a/files/battle/graphic/batt_bg/narc_0025.bin and b/files/battle/graphic/batt_bg/narc_0025.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0026.bin b/files/battle/graphic/batt_bg/narc_0026.bin index 7c6290ff..36e3fca9 100644 Binary files a/files/battle/graphic/batt_bg/narc_0026.bin and b/files/battle/graphic/batt_bg/narc_0026.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0027.bin b/files/battle/graphic/batt_bg/narc_0027.bin index 5f39aca3..b3b2d848 100644 Binary files a/files/battle/graphic/batt_bg/narc_0027.bin and b/files/battle/graphic/batt_bg/narc_0027.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0028.bin b/files/battle/graphic/batt_bg/narc_0028.bin index d11f6f2a..63eae1f9 100644 Binary files a/files/battle/graphic/batt_bg/narc_0028.bin and b/files/battle/graphic/batt_bg/narc_0028.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0029.bin b/files/battle/graphic/batt_bg/narc_0029.bin index 5bb431c1..c1536557 100644 Binary files a/files/battle/graphic/batt_bg/narc_0029.bin and b/files/battle/graphic/batt_bg/narc_0029.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0030.bin b/files/battle/graphic/batt_bg/narc_0030.bin index 4102115a..ec1ab26c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0030.bin and b/files/battle/graphic/batt_bg/narc_0030.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0031.bin b/files/battle/graphic/batt_bg/narc_0031.bin index 09f3532f..6870bda0 100644 Binary files a/files/battle/graphic/batt_bg/narc_0031.bin and b/files/battle/graphic/batt_bg/narc_0031.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0032.bin b/files/battle/graphic/batt_bg/narc_0032.bin index 72105776..7f0af537 100644 Binary files a/files/battle/graphic/batt_bg/narc_0032.bin and b/files/battle/graphic/batt_bg/narc_0032.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0033.bin b/files/battle/graphic/batt_bg/narc_0033.bin index 9f2ea1d7..34fd52af 100644 Binary files a/files/battle/graphic/batt_bg/narc_0033.bin and b/files/battle/graphic/batt_bg/narc_0033.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0034.bin b/files/battle/graphic/batt_bg/narc_0034.bin index 35899556..498564e6 100644 Binary files a/files/battle/graphic/batt_bg/narc_0034.bin and b/files/battle/graphic/batt_bg/narc_0034.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0035.bin b/files/battle/graphic/batt_bg/narc_0035.bin index 063609a6..41112d8e 100644 Binary files a/files/battle/graphic/batt_bg/narc_0035.bin and b/files/battle/graphic/batt_bg/narc_0035.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0036.bin b/files/battle/graphic/batt_bg/narc_0036.bin index fbc2449f..c386d1d6 100644 Binary files a/files/battle/graphic/batt_bg/narc_0036.bin and b/files/battle/graphic/batt_bg/narc_0036.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0037.bin b/files/battle/graphic/batt_bg/narc_0037.bin index 95a1e4fe..fd81deac 100644 Binary files a/files/battle/graphic/batt_bg/narc_0037.bin and b/files/battle/graphic/batt_bg/narc_0037.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0038.bin b/files/battle/graphic/batt_bg/narc_0038.bin index 26697825..dc756c07 100644 Binary files a/files/battle/graphic/batt_bg/narc_0038.bin and b/files/battle/graphic/batt_bg/narc_0038.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0039.bin b/files/battle/graphic/batt_bg/narc_0039.bin index 73cdbfde..e50cc4db 100644 Binary files a/files/battle/graphic/batt_bg/narc_0039.bin and b/files/battle/graphic/batt_bg/narc_0039.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0040.bin b/files/battle/graphic/batt_bg/narc_0040.bin index bf616f73..2d45dd34 100644 Binary files a/files/battle/graphic/batt_bg/narc_0040.bin and b/files/battle/graphic/batt_bg/narc_0040.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0041.bin b/files/battle/graphic/batt_bg/narc_0041.bin index b149a309..ff7ff294 100644 Binary files a/files/battle/graphic/batt_bg/narc_0041.bin and b/files/battle/graphic/batt_bg/narc_0041.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0042.bin b/files/battle/graphic/batt_bg/narc_0042.bin index 4077b231..11274696 100644 Binary files a/files/battle/graphic/batt_bg/narc_0042.bin and b/files/battle/graphic/batt_bg/narc_0042.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0043.bin b/files/battle/graphic/batt_bg/narc_0043.bin index ac280bb8..228d89c8 100644 Binary files a/files/battle/graphic/batt_bg/narc_0043.bin and b/files/battle/graphic/batt_bg/narc_0043.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0044.bin b/files/battle/graphic/batt_bg/narc_0044.bin index d42c7ae5..5454c8de 100644 Binary files a/files/battle/graphic/batt_bg/narc_0044.bin and b/files/battle/graphic/batt_bg/narc_0044.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0045.bin b/files/battle/graphic/batt_bg/narc_0045.bin index 2f6e84fc..afacc29a 100644 Binary files a/files/battle/graphic/batt_bg/narc_0045.bin and b/files/battle/graphic/batt_bg/narc_0045.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0046.bin b/files/battle/graphic/batt_bg/narc_0046.bin index 0c9ce1ee..106b1028 100644 Binary files a/files/battle/graphic/batt_bg/narc_0046.bin and b/files/battle/graphic/batt_bg/narc_0046.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0047.bin b/files/battle/graphic/batt_bg/narc_0047.bin index 4601935d..975ef779 100644 Binary files a/files/battle/graphic/batt_bg/narc_0047.bin and b/files/battle/graphic/batt_bg/narc_0047.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0048.bin b/files/battle/graphic/batt_bg/narc_0048.bin index a3dc6762..10f4afd9 100644 Binary files a/files/battle/graphic/batt_bg/narc_0048.bin and b/files/battle/graphic/batt_bg/narc_0048.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0049.bin b/files/battle/graphic/batt_bg/narc_0049.bin index ac280bb8..228d89c8 100644 Binary files a/files/battle/graphic/batt_bg/narc_0049.bin and b/files/battle/graphic/batt_bg/narc_0049.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0050.bin b/files/battle/graphic/batt_bg/narc_0050.bin index d10cc47a..4272550b 100644 Binary files a/files/battle/graphic/batt_bg/narc_0050.bin and b/files/battle/graphic/batt_bg/narc_0050.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0051.bin b/files/battle/graphic/batt_bg/narc_0051.bin index f052aa82..958c4980 100644 Binary files a/files/battle/graphic/batt_bg/narc_0051.bin and b/files/battle/graphic/batt_bg/narc_0051.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0052.bin b/files/battle/graphic/batt_bg/narc_0052.bin index 50de11f0..0097885c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0052.bin and b/files/battle/graphic/batt_bg/narc_0052.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0053.bin b/files/battle/graphic/batt_bg/narc_0053.bin index 6319f556..d7b62928 100644 Binary files a/files/battle/graphic/batt_bg/narc_0053.bin and b/files/battle/graphic/batt_bg/narc_0053.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0054.bin b/files/battle/graphic/batt_bg/narc_0054.bin index 02f85abf..08d27d96 100644 Binary files a/files/battle/graphic/batt_bg/narc_0054.bin and b/files/battle/graphic/batt_bg/narc_0054.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0055.bin b/files/battle/graphic/batt_bg/narc_0055.bin index 8ad0e2f8..ef87a194 100644 Binary files a/files/battle/graphic/batt_bg/narc_0055.bin and b/files/battle/graphic/batt_bg/narc_0055.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0056.bin b/files/battle/graphic/batt_bg/narc_0056.bin index 4f5212a0..06de1a64 100644 Binary files a/files/battle/graphic/batt_bg/narc_0056.bin and b/files/battle/graphic/batt_bg/narc_0056.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0057.bin b/files/battle/graphic/batt_bg/narc_0057.bin index 5e4dc42b..d547bde1 100644 Binary files a/files/battle/graphic/batt_bg/narc_0057.bin and b/files/battle/graphic/batt_bg/narc_0057.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0058.bin b/files/battle/graphic/batt_bg/narc_0058.bin index 0a22d496..c200d8d6 100644 Binary files a/files/battle/graphic/batt_bg/narc_0058.bin and b/files/battle/graphic/batt_bg/narc_0058.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0059.bin b/files/battle/graphic/batt_bg/narc_0059.bin index 3cf4cc72..3fe95eeb 100644 Binary files a/files/battle/graphic/batt_bg/narc_0059.bin and b/files/battle/graphic/batt_bg/narc_0059.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0060.bin b/files/battle/graphic/batt_bg/narc_0060.bin index 3fc05fa8..a2849ccb 100644 Binary files a/files/battle/graphic/batt_bg/narc_0060.bin and b/files/battle/graphic/batt_bg/narc_0060.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0061.bin b/files/battle/graphic/batt_bg/narc_0061.bin index 2147040c..0ac5e3bd 100644 Binary files a/files/battle/graphic/batt_bg/narc_0061.bin and b/files/battle/graphic/batt_bg/narc_0061.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0062.bin b/files/battle/graphic/batt_bg/narc_0062.bin index 57772226..a999de82 100644 Binary files a/files/battle/graphic/batt_bg/narc_0062.bin and b/files/battle/graphic/batt_bg/narc_0062.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0063.bin b/files/battle/graphic/batt_bg/narc_0063.bin index 9c9d7beb..cfcce43d 100644 Binary files a/files/battle/graphic/batt_bg/narc_0063.bin and b/files/battle/graphic/batt_bg/narc_0063.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0064.bin b/files/battle/graphic/batt_bg/narc_0064.bin index ca3ac888..46230e0f 100644 Binary files a/files/battle/graphic/batt_bg/narc_0064.bin and b/files/battle/graphic/batt_bg/narc_0064.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0065.bin b/files/battle/graphic/batt_bg/narc_0065.bin index d71867b3..47073879 100644 Binary files a/files/battle/graphic/batt_bg/narc_0065.bin and b/files/battle/graphic/batt_bg/narc_0065.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0066.bin b/files/battle/graphic/batt_bg/narc_0066.bin index fc553e94..48942e8b 100644 Binary files a/files/battle/graphic/batt_bg/narc_0066.bin and b/files/battle/graphic/batt_bg/narc_0066.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0067.bin b/files/battle/graphic/batt_bg/narc_0067.bin index 5ea50122..475356c9 100644 Binary files a/files/battle/graphic/batt_bg/narc_0067.bin and b/files/battle/graphic/batt_bg/narc_0067.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0068.bin b/files/battle/graphic/batt_bg/narc_0068.bin index e2374c81..f668e377 100644 Binary files a/files/battle/graphic/batt_bg/narc_0068.bin and b/files/battle/graphic/batt_bg/narc_0068.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0069.bin b/files/battle/graphic/batt_bg/narc_0069.bin index 58235ca5..8f4946ff 100644 Binary files a/files/battle/graphic/batt_bg/narc_0069.bin and b/files/battle/graphic/batt_bg/narc_0069.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0070.bin b/files/battle/graphic/batt_bg/narc_0070.bin index 7b824b74..73b7449f 100644 Binary files a/files/battle/graphic/batt_bg/narc_0070.bin and b/files/battle/graphic/batt_bg/narc_0070.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0071.bin b/files/battle/graphic/batt_bg/narc_0071.bin index a301678a..e3a52425 100644 Binary files a/files/battle/graphic/batt_bg/narc_0071.bin and b/files/battle/graphic/batt_bg/narc_0071.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0072.bin b/files/battle/graphic/batt_bg/narc_0072.bin index 80625f1e..a1dedb8d 100644 Binary files a/files/battle/graphic/batt_bg/narc_0072.bin and b/files/battle/graphic/batt_bg/narc_0072.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0073.bin b/files/battle/graphic/batt_bg/narc_0073.bin index a1661906..c1610774 100644 Binary files a/files/battle/graphic/batt_bg/narc_0073.bin and b/files/battle/graphic/batt_bg/narc_0073.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0074.bin b/files/battle/graphic/batt_bg/narc_0074.bin index b28331cb..4bac001f 100644 Binary files a/files/battle/graphic/batt_bg/narc_0074.bin and b/files/battle/graphic/batt_bg/narc_0074.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0075.bin b/files/battle/graphic/batt_bg/narc_0075.bin index 6978da0d..fd62b601 100644 Binary files a/files/battle/graphic/batt_bg/narc_0075.bin and b/files/battle/graphic/batt_bg/narc_0075.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0076.bin b/files/battle/graphic/batt_bg/narc_0076.bin index 2301066e..7fd61df5 100644 Binary files a/files/battle/graphic/batt_bg/narc_0076.bin and b/files/battle/graphic/batt_bg/narc_0076.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0077.bin b/files/battle/graphic/batt_bg/narc_0077.bin index c60fca10..27d13449 100644 Binary files a/files/battle/graphic/batt_bg/narc_0077.bin and b/files/battle/graphic/batt_bg/narc_0077.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0078.bin b/files/battle/graphic/batt_bg/narc_0078.bin index 2e3abf9a..9717817d 100644 Binary files a/files/battle/graphic/batt_bg/narc_0078.bin and b/files/battle/graphic/batt_bg/narc_0078.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0079.bin b/files/battle/graphic/batt_bg/narc_0079.bin index 8c818056..dcb76f91 100644 Binary files a/files/battle/graphic/batt_bg/narc_0079.bin and b/files/battle/graphic/batt_bg/narc_0079.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0080.bin b/files/battle/graphic/batt_bg/narc_0080.bin index 9bcda709..e9fc3e6d 100644 Binary files a/files/battle/graphic/batt_bg/narc_0080.bin and b/files/battle/graphic/batt_bg/narc_0080.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0081.bin b/files/battle/graphic/batt_bg/narc_0081.bin index a3b64271..13d8514d 100644 Binary files a/files/battle/graphic/batt_bg/narc_0081.bin and b/files/battle/graphic/batt_bg/narc_0081.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0082.bin b/files/battle/graphic/batt_bg/narc_0082.bin index 7434fa31..e87d21dc 100644 Binary files a/files/battle/graphic/batt_bg/narc_0082.bin and b/files/battle/graphic/batt_bg/narc_0082.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0083.bin b/files/battle/graphic/batt_bg/narc_0083.bin index 4d4fdf8d..22fc8447 100644 Binary files a/files/battle/graphic/batt_bg/narc_0083.bin and b/files/battle/graphic/batt_bg/narc_0083.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0084.bin b/files/battle/graphic/batt_bg/narc_0084.bin index 85ee5831..fc09b2c7 100644 Binary files a/files/battle/graphic/batt_bg/narc_0084.bin and b/files/battle/graphic/batt_bg/narc_0084.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0085.bin b/files/battle/graphic/batt_bg/narc_0085.bin index 66b58a88..12b3c8ce 100644 Binary files a/files/battle/graphic/batt_bg/narc_0085.bin and b/files/battle/graphic/batt_bg/narc_0085.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0086.bin b/files/battle/graphic/batt_bg/narc_0086.bin index d9607412..f1c9e3c6 100644 Binary files a/files/battle/graphic/batt_bg/narc_0086.bin and b/files/battle/graphic/batt_bg/narc_0086.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0087.bin b/files/battle/graphic/batt_bg/narc_0087.bin index 5f53dcb3..5abdc41f 100644 Binary files a/files/battle/graphic/batt_bg/narc_0087.bin and b/files/battle/graphic/batt_bg/narc_0087.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0088.bin b/files/battle/graphic/batt_bg/narc_0088.bin index f0ed9021..80e65415 100644 Binary files a/files/battle/graphic/batt_bg/narc_0088.bin and b/files/battle/graphic/batt_bg/narc_0088.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0089.bin b/files/battle/graphic/batt_bg/narc_0089.bin index 179d2fb7..82e26f3e 100644 Binary files a/files/battle/graphic/batt_bg/narc_0089.bin and b/files/battle/graphic/batt_bg/narc_0089.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0090.bin b/files/battle/graphic/batt_bg/narc_0090.bin index 23a42f70..13f29730 100644 Binary files a/files/battle/graphic/batt_bg/narc_0090.bin and b/files/battle/graphic/batt_bg/narc_0090.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0091.bin b/files/battle/graphic/batt_bg/narc_0091.bin index 6f95823d..d589812d 100644 Binary files a/files/battle/graphic/batt_bg/narc_0091.bin and b/files/battle/graphic/batt_bg/narc_0091.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0092.bin b/files/battle/graphic/batt_bg/narc_0092.bin index d2df72cb..406d8bb9 100644 Binary files a/files/battle/graphic/batt_bg/narc_0092.bin and b/files/battle/graphic/batt_bg/narc_0092.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0093.bin b/files/battle/graphic/batt_bg/narc_0093.bin index 71e205ec..862387f3 100644 Binary files a/files/battle/graphic/batt_bg/narc_0093.bin and b/files/battle/graphic/batt_bg/narc_0093.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0094.bin b/files/battle/graphic/batt_bg/narc_0094.bin index f033688d..181dd914 100644 Binary files a/files/battle/graphic/batt_bg/narc_0094.bin and b/files/battle/graphic/batt_bg/narc_0094.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0095.bin b/files/battle/graphic/batt_bg/narc_0095.bin index 2a5ca559..b62296d1 100644 Binary files a/files/battle/graphic/batt_bg/narc_0095.bin and b/files/battle/graphic/batt_bg/narc_0095.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0096.bin b/files/battle/graphic/batt_bg/narc_0096.bin index 5bf07ee5..37cb9990 100644 Binary files a/files/battle/graphic/batt_bg/narc_0096.bin and b/files/battle/graphic/batt_bg/narc_0096.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0097.bin b/files/battle/graphic/batt_bg/narc_0097.bin index 935d46c0..108d4ed7 100644 Binary files a/files/battle/graphic/batt_bg/narc_0097.bin and b/files/battle/graphic/batt_bg/narc_0097.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0098.bin b/files/battle/graphic/batt_bg/narc_0098.bin index eed230f9..dda1154c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0098.bin and b/files/battle/graphic/batt_bg/narc_0098.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0099.bin b/files/battle/graphic/batt_bg/narc_0099.bin index 402513f9..7ff9642e 100644 Binary files a/files/battle/graphic/batt_bg/narc_0099.bin and b/files/battle/graphic/batt_bg/narc_0099.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0100.bin b/files/battle/graphic/batt_bg/narc_0100.bin index ef201eb2..04ec484c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0100.bin and b/files/battle/graphic/batt_bg/narc_0100.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0101.bin b/files/battle/graphic/batt_bg/narc_0101.bin index f5f2008d..884c5882 100644 Binary files a/files/battle/graphic/batt_bg/narc_0101.bin and b/files/battle/graphic/batt_bg/narc_0101.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0102.bin b/files/battle/graphic/batt_bg/narc_0102.bin index 2b194e89..47bddcc0 100644 Binary files a/files/battle/graphic/batt_bg/narc_0102.bin and b/files/battle/graphic/batt_bg/narc_0102.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0103.bin b/files/battle/graphic/batt_bg/narc_0103.bin index 7182beef..e7d4a6cd 100644 Binary files a/files/battle/graphic/batt_bg/narc_0103.bin and b/files/battle/graphic/batt_bg/narc_0103.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0104.bin b/files/battle/graphic/batt_bg/narc_0104.bin index cbf98c5c..4096b602 100644 Binary files a/files/battle/graphic/batt_bg/narc_0104.bin and b/files/battle/graphic/batt_bg/narc_0104.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0105.bin b/files/battle/graphic/batt_bg/narc_0105.bin index 697a1e88..45362b9f 100644 Binary files a/files/battle/graphic/batt_bg/narc_0105.bin and b/files/battle/graphic/batt_bg/narc_0105.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0106.bin b/files/battle/graphic/batt_bg/narc_0106.bin index 71061215..d587495e 100644 Binary files a/files/battle/graphic/batt_bg/narc_0106.bin and b/files/battle/graphic/batt_bg/narc_0106.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0107.bin b/files/battle/graphic/batt_bg/narc_0107.bin index d1fab633..be9b9d18 100644 Binary files a/files/battle/graphic/batt_bg/narc_0107.bin and b/files/battle/graphic/batt_bg/narc_0107.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0108.bin b/files/battle/graphic/batt_bg/narc_0108.bin index 5363c7a5..ccb523b0 100644 Binary files a/files/battle/graphic/batt_bg/narc_0108.bin and b/files/battle/graphic/batt_bg/narc_0108.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0109.bin b/files/battle/graphic/batt_bg/narc_0109.bin index c27e6360..c9a62dee 100644 Binary files a/files/battle/graphic/batt_bg/narc_0109.bin and b/files/battle/graphic/batt_bg/narc_0109.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0110.bin b/files/battle/graphic/batt_bg/narc_0110.bin index 6fbbb81d..f4d8a589 100644 Binary files a/files/battle/graphic/batt_bg/narc_0110.bin and b/files/battle/graphic/batt_bg/narc_0110.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0111.bin b/files/battle/graphic/batt_bg/narc_0111.bin index a2ecd277..0047b919 100644 Binary files a/files/battle/graphic/batt_bg/narc_0111.bin and b/files/battle/graphic/batt_bg/narc_0111.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0112.bin b/files/battle/graphic/batt_bg/narc_0112.bin index 5825b2fd..8a0068ce 100644 Binary files a/files/battle/graphic/batt_bg/narc_0112.bin and b/files/battle/graphic/batt_bg/narc_0112.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0113.bin b/files/battle/graphic/batt_bg/narc_0113.bin index 16ed4dab..1a7eeb36 100644 Binary files a/files/battle/graphic/batt_bg/narc_0113.bin and b/files/battle/graphic/batt_bg/narc_0113.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0114.bin b/files/battle/graphic/batt_bg/narc_0114.bin index 820ce654..7d740815 100644 Binary files a/files/battle/graphic/batt_bg/narc_0114.bin and b/files/battle/graphic/batt_bg/narc_0114.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0115.bin b/files/battle/graphic/batt_bg/narc_0115.bin index 2c69be15..1994b403 100644 Binary files a/files/battle/graphic/batt_bg/narc_0115.bin and b/files/battle/graphic/batt_bg/narc_0115.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0116.bin b/files/battle/graphic/batt_bg/narc_0116.bin index 06afbdb1..aad49dd7 100644 Binary files a/files/battle/graphic/batt_bg/narc_0116.bin and b/files/battle/graphic/batt_bg/narc_0116.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0117.bin b/files/battle/graphic/batt_bg/narc_0117.bin index a99cabb9..a0b547dd 100644 Binary files a/files/battle/graphic/batt_bg/narc_0117.bin and b/files/battle/graphic/batt_bg/narc_0117.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0118.bin b/files/battle/graphic/batt_bg/narc_0118.bin index 5089cb53..e7c791d9 100644 Binary files a/files/battle/graphic/batt_bg/narc_0118.bin and b/files/battle/graphic/batt_bg/narc_0118.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0119.bin b/files/battle/graphic/batt_bg/narc_0119.bin index 72287c5a..1441b30c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0119.bin and b/files/battle/graphic/batt_bg/narc_0119.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0120.bin b/files/battle/graphic/batt_bg/narc_0120.bin index 87fa6144..43f9fdcb 100644 Binary files a/files/battle/graphic/batt_bg/narc_0120.bin and b/files/battle/graphic/batt_bg/narc_0120.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0121.bin b/files/battle/graphic/batt_bg/narc_0121.bin index a871ebf6..0b26f012 100644 Binary files a/files/battle/graphic/batt_bg/narc_0121.bin and b/files/battle/graphic/batt_bg/narc_0121.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0122.bin b/files/battle/graphic/batt_bg/narc_0122.bin index 424f78fa..2e70216a 100644 Binary files a/files/battle/graphic/batt_bg/narc_0122.bin and b/files/battle/graphic/batt_bg/narc_0122.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0123.bin b/files/battle/graphic/batt_bg/narc_0123.bin index 35b34435..695bd236 100644 Binary files a/files/battle/graphic/batt_bg/narc_0123.bin and b/files/battle/graphic/batt_bg/narc_0123.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0124.bin b/files/battle/graphic/batt_bg/narc_0124.bin index 07fa2057..9ff9a27d 100644 Binary files a/files/battle/graphic/batt_bg/narc_0124.bin and b/files/battle/graphic/batt_bg/narc_0124.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0125.bin b/files/battle/graphic/batt_bg/narc_0125.bin index 8534ffb7..b4c75b36 100644 Binary files a/files/battle/graphic/batt_bg/narc_0125.bin and b/files/battle/graphic/batt_bg/narc_0125.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0126.bin b/files/battle/graphic/batt_bg/narc_0126.bin index 758af5f0..4293885a 100644 Binary files a/files/battle/graphic/batt_bg/narc_0126.bin and b/files/battle/graphic/batt_bg/narc_0126.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0127.bin b/files/battle/graphic/batt_bg/narc_0127.bin index 89300c9c..dc895595 100644 Binary files a/files/battle/graphic/batt_bg/narc_0127.bin and b/files/battle/graphic/batt_bg/narc_0127.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0128.bin b/files/battle/graphic/batt_bg/narc_0128.bin index 98f12b31..802663f4 100644 Binary files a/files/battle/graphic/batt_bg/narc_0128.bin and b/files/battle/graphic/batt_bg/narc_0128.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0129.bin b/files/battle/graphic/batt_bg/narc_0129.bin index 72287c5a..1441b30c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0129.bin and b/files/battle/graphic/batt_bg/narc_0129.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0130.bin b/files/battle/graphic/batt_bg/narc_0130.bin index 87fa6144..43f9fdcb 100644 Binary files a/files/battle/graphic/batt_bg/narc_0130.bin and b/files/battle/graphic/batt_bg/narc_0130.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0131.bin b/files/battle/graphic/batt_bg/narc_0131.bin index 3a83b9c4..cd5be36d 100644 Binary files a/files/battle/graphic/batt_bg/narc_0131.bin and b/files/battle/graphic/batt_bg/narc_0131.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0132.bin b/files/battle/graphic/batt_bg/narc_0132.bin index e5d4a97f..4f3766f8 100644 Binary files a/files/battle/graphic/batt_bg/narc_0132.bin and b/files/battle/graphic/batt_bg/narc_0132.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0133.bin b/files/battle/graphic/batt_bg/narc_0133.bin index e60e6baa..0ecd886c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0133.bin and b/files/battle/graphic/batt_bg/narc_0133.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0134.bin b/files/battle/graphic/batt_bg/narc_0134.bin index 2d3acb1e..81ee0710 100644 Binary files a/files/battle/graphic/batt_bg/narc_0134.bin and b/files/battle/graphic/batt_bg/narc_0134.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0135.bin b/files/battle/graphic/batt_bg/narc_0135.bin index ff66bb1a..1921370a 100644 Binary files a/files/battle/graphic/batt_bg/narc_0135.bin and b/files/battle/graphic/batt_bg/narc_0135.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0136.bin b/files/battle/graphic/batt_bg/narc_0136.bin index 4f6e2ff4..5ff44db3 100644 Binary files a/files/battle/graphic/batt_bg/narc_0136.bin and b/files/battle/graphic/batt_bg/narc_0136.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0137.bin b/files/battle/graphic/batt_bg/narc_0137.bin index 4ca2192c..f2e7ed4e 100644 Binary files a/files/battle/graphic/batt_bg/narc_0137.bin and b/files/battle/graphic/batt_bg/narc_0137.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0138.bin b/files/battle/graphic/batt_bg/narc_0138.bin index db92f544..7d666123 100644 Binary files a/files/battle/graphic/batt_bg/narc_0138.bin and b/files/battle/graphic/batt_bg/narc_0138.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0139.bin b/files/battle/graphic/batt_bg/narc_0139.bin index 19eb1364..6d796a67 100644 Binary files a/files/battle/graphic/batt_bg/narc_0139.bin and b/files/battle/graphic/batt_bg/narc_0139.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0140.bin b/files/battle/graphic/batt_bg/narc_0140.bin index 1eeae0f8..1d01ca7b 100644 Binary files a/files/battle/graphic/batt_bg/narc_0140.bin and b/files/battle/graphic/batt_bg/narc_0140.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0141.bin b/files/battle/graphic/batt_bg/narc_0141.bin index 6a9d7a7e..f4921b71 100644 Binary files a/files/battle/graphic/batt_bg/narc_0141.bin and b/files/battle/graphic/batt_bg/narc_0141.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0142.bin b/files/battle/graphic/batt_bg/narc_0142.bin index 8f47b346..94dde235 100644 Binary files a/files/battle/graphic/batt_bg/narc_0142.bin and b/files/battle/graphic/batt_bg/narc_0142.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0143.bin b/files/battle/graphic/batt_bg/narc_0143.bin index 34da6579..0b9d23b5 100644 Binary files a/files/battle/graphic/batt_bg/narc_0143.bin and b/files/battle/graphic/batt_bg/narc_0143.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0144.bin b/files/battle/graphic/batt_bg/narc_0144.bin index 6b9bb4a1..a734805e 100644 Binary files a/files/battle/graphic/batt_bg/narc_0144.bin and b/files/battle/graphic/batt_bg/narc_0144.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0145.bin b/files/battle/graphic/batt_bg/narc_0145.bin index 42806697..1f5abdc3 100644 Binary files a/files/battle/graphic/batt_bg/narc_0145.bin and b/files/battle/graphic/batt_bg/narc_0145.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0146.bin b/files/battle/graphic/batt_bg/narc_0146.bin index a7799fc1..6857e9f5 100644 Binary files a/files/battle/graphic/batt_bg/narc_0146.bin and b/files/battle/graphic/batt_bg/narc_0146.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0147.bin b/files/battle/graphic/batt_bg/narc_0147.bin index 66bb1da2..616385a5 100644 Binary files a/files/battle/graphic/batt_bg/narc_0147.bin and b/files/battle/graphic/batt_bg/narc_0147.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0148.bin b/files/battle/graphic/batt_bg/narc_0148.bin index b08cfd0a..a0441cb9 100644 Binary files a/files/battle/graphic/batt_bg/narc_0148.bin and b/files/battle/graphic/batt_bg/narc_0148.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0149.bin b/files/battle/graphic/batt_bg/narc_0149.bin index 1cb60d12..82fd703c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0149.bin and b/files/battle/graphic/batt_bg/narc_0149.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0150.bin b/files/battle/graphic/batt_bg/narc_0150.bin index eeab60a6..4816a127 100644 Binary files a/files/battle/graphic/batt_bg/narc_0150.bin and b/files/battle/graphic/batt_bg/narc_0150.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0151.bin b/files/battle/graphic/batt_bg/narc_0151.bin index 5a172e3c..5810a7a4 100644 Binary files a/files/battle/graphic/batt_bg/narc_0151.bin and b/files/battle/graphic/batt_bg/narc_0151.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0152.bin b/files/battle/graphic/batt_bg/narc_0152.bin index eb7a821b..4606d405 100644 Binary files a/files/battle/graphic/batt_bg/narc_0152.bin and b/files/battle/graphic/batt_bg/narc_0152.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0153.bin b/files/battle/graphic/batt_bg/narc_0153.bin index 89adf1ed..8528b08c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0153.bin and b/files/battle/graphic/batt_bg/narc_0153.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0154.bin b/files/battle/graphic/batt_bg/narc_0154.bin index 33786285..77c73a78 100644 Binary files a/files/battle/graphic/batt_bg/narc_0154.bin and b/files/battle/graphic/batt_bg/narc_0154.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0155.bin b/files/battle/graphic/batt_bg/narc_0155.bin index 9f029bbb..1f055072 100644 Binary files a/files/battle/graphic/batt_bg/narc_0155.bin and b/files/battle/graphic/batt_bg/narc_0155.bin differ diff --git a/files/battle/graphic/batt_bg/narc_0156.bin b/files/battle/graphic/batt_bg/narc_0156.bin index 9882e45b..1d817c4c 100644 Binary files a/files/battle/graphic/batt_bg/narc_0156.bin and b/files/battle/graphic/batt_bg/narc_0156.bin differ diff --git a/files/battle/graphic/batt_obj/.knarcignore b/files/battle/graphic/batt_obj/.knarcignore new file mode 100644 index 00000000..aa14f996 --- /dev/null +++ b/files/battle/graphic/batt_obj/.knarcignore @@ -0,0 +1,408 @@ +files/battle/graphic/batt_obj/narc_0195.bin +files/battle/graphic/batt_obj/narc_0181.bin +files/battle/graphic/batt_obj/narc_0156.bin +files/battle/graphic/batt_obj/narc_0142.bin +files/battle/graphic/batt_obj/narc_0220.bin +files/battle/graphic/batt_obj/narc_0234.bin +files/battle/graphic/batt_obj/narc_0208.bin +files/battle/graphic/batt_obj/narc_0209.bin +files/battle/graphic/batt_obj/narc_0235.bin +files/battle/graphic/batt_obj/narc_0221.bin +files/battle/graphic/batt_obj/narc_0143.bin +files/battle/graphic/batt_obj/narc_0157.bin +files/battle/graphic/batt_obj/narc_0180.bin +files/battle/graphic/batt_obj/narc_0194.bin +files/battle/graphic/batt_obj/narc_0182.bin +files/battle/graphic/batt_obj/narc_0196.bin +files/battle/graphic/batt_obj/narc_0141.bin +files/battle/graphic/batt_obj/narc_0155.bin +files/battle/graphic/batt_obj/narc_0169.bin +files/battle/graphic/batt_obj/narc_0237.bin +files/battle/graphic/batt_obj/narc_0223.bin +files/battle/graphic/batt_obj/narc_0222.bin +files/battle/graphic/batt_obj/narc_0236.bin +files/battle/graphic/batt_obj/narc_0168.bin +files/battle/graphic/batt_obj/narc_0154.bin +files/battle/graphic/batt_obj/narc_0140.bin +files/battle/graphic/batt_obj/narc_0197.bin +files/battle/graphic/batt_obj/narc_0183.bin +files/battle/graphic/batt_obj/narc_0187.bin +files/battle/graphic/batt_obj/narc_0193.bin +files/battle/graphic/batt_obj/narc_0178.bin +files/battle/graphic/batt_obj/narc_0144.bin +files/battle/graphic/batt_obj/narc_0150.bin +files/battle/graphic/batt_obj/narc_0232.bin +files/battle/graphic/batt_obj/narc_0226.bin +files/battle/graphic/batt_obj/narc_0227.bin +files/battle/graphic/batt_obj/narc_0233.bin +files/battle/graphic/batt_obj/narc_0151.bin +files/battle/graphic/batt_obj/narc_0145.bin +files/battle/graphic/batt_obj/narc_0179.bin +files/battle/graphic/batt_obj/narc_0192.bin +files/battle/graphic/batt_obj/narc_0186.bin +files/battle/graphic/batt_obj/narc_0190.bin +files/battle/graphic/batt_obj/narc_0184.bin +files/battle/graphic/batt_obj/narc_0153.bin +files/battle/graphic/batt_obj/narc_0147.bin +files/battle/graphic/batt_obj/narc_0219.bin +files/battle/graphic/batt_obj/narc_0225.bin +files/battle/graphic/batt_obj/narc_0231.bin +files/battle/graphic/batt_obj/narc_0230.bin +files/battle/graphic/batt_obj/narc_0224.bin +files/battle/graphic/batt_obj/narc_0218.bin +files/battle/graphic/batt_obj/narc_0146.bin +files/battle/graphic/batt_obj/narc_0152.bin +files/battle/graphic/batt_obj/narc_0185.bin +files/battle/graphic/batt_obj/narc_0191.bin +files/battle/graphic/batt_obj/narc_0135.bin +files/battle/graphic/batt_obj/narc_0121.bin +files/battle/graphic/batt_obj/narc_0109.bin +files/battle/graphic/batt_obj/narc_0082.bin +files/battle/graphic/batt_obj/narc_0096.bin +files/battle/graphic/batt_obj/narc_0243.bin +files/battle/graphic/batt_obj/narc_0257.bin +files/battle/graphic/batt_obj/narc_0256.bin +files/battle/graphic/batt_obj/narc_0242.bin +files/battle/graphic/batt_obj/narc_0097.bin +files/battle/graphic/batt_obj/narc_0083.bin +files/battle/graphic/batt_obj/narc_0108.bin +files/battle/graphic/batt_obj/narc_0120.bin +files/battle/graphic/batt_obj/narc_0134.bin +files/battle/graphic/batt_obj/narc_0122.bin +files/battle/graphic/batt_obj/narc_0136.bin +files/battle/graphic/batt_obj/narc_0095.bin +files/battle/graphic/batt_obj/narc_0081.bin +files/battle/graphic/batt_obj/narc_0254.bin +files/battle/graphic/batt_obj/narc_0240.bin +files/battle/graphic/batt_obj/narc_0268.bin +files/battle/graphic/batt_obj/narc_0269.bin +files/battle/graphic/batt_obj/narc_0241.bin +files/battle/graphic/batt_obj/narc_0255.bin +files/battle/graphic/batt_obj/narc_0080.bin +files/battle/graphic/batt_obj/narc_0094.bin +files/battle/graphic/batt_obj/narc_0137.bin +files/battle/graphic/batt_obj/narc_0123.bin +files/battle/graphic/batt_obj/narc_0127.bin +files/battle/graphic/batt_obj/narc_0133.bin +files/battle/graphic/batt_obj/narc_0090.bin +files/battle/graphic/batt_obj/narc_0084.bin +files/battle/graphic/batt_obj/narc_0251.bin +files/battle/graphic/batt_obj/narc_0245.bin +files/battle/graphic/batt_obj/narc_0244.bin +files/battle/graphic/batt_obj/narc_0250.bin +files/battle/graphic/batt_obj/narc_0278.bin +files/battle/graphic/batt_obj/narc_0085.bin +files/battle/graphic/batt_obj/narc_0091.bin +files/battle/graphic/batt_obj/narc_0132.bin +files/battle/graphic/batt_obj/narc_0126.bin +files/battle/graphic/batt_obj/narc_0118.bin +files/battle/graphic/batt_obj/narc_0130.bin +files/battle/graphic/batt_obj/narc_0124.bin +files/battle/graphic/batt_obj/narc_0087.bin +files/battle/graphic/batt_obj/narc_0093.bin +files/battle/graphic/batt_obj/narc_0078.bin +files/battle/graphic/batt_obj/narc_0246.bin +files/battle/graphic/batt_obj/narc_0252.bin +files/battle/graphic/batt_obj/narc_0253.bin +files/battle/graphic/batt_obj/narc_0247.bin +files/battle/graphic/batt_obj/narc_0079.bin +files/battle/graphic/batt_obj/narc_0092.bin +files/battle/graphic/batt_obj/narc_0086.bin +files/battle/graphic/batt_obj/narc_0125.bin +files/battle/graphic/batt_obj/narc_0131.bin +files/battle/graphic/batt_obj/narc_0119.bin +files/battle/graphic/batt_obj/narc_0114.bin +files/battle/graphic/batt_obj/narc_0100.bin +files/battle/graphic/batt_obj/narc_0128.bin +files/battle/graphic/batt_obj/narc_0262.bin +files/battle/graphic/batt_obj/narc_0276.bin +files/battle/graphic/batt_obj/narc_0277.bin +files/battle/graphic/batt_obj/narc_0263.bin +files/battle/graphic/batt_obj/narc_0075.bin +files/battle/graphic/batt_obj/narc_0129.bin +files/battle/graphic/batt_obj/narc_0101.bin +files/battle/graphic/batt_obj/narc_0115.bin +files/battle/graphic/batt_obj/narc_0103.bin +files/battle/graphic/batt_obj/narc_0117.bin +files/battle/graphic/batt_obj/narc_0088.bin +files/battle/graphic/batt_obj/narc_0077.bin +files/battle/graphic/batt_obj/narc_0275.bin +files/battle/graphic/batt_obj/narc_0261.bin +files/battle/graphic/batt_obj/narc_0249.bin +files/battle/graphic/batt_obj/narc_0248.bin +files/battle/graphic/batt_obj/narc_0260.bin +files/battle/graphic/batt_obj/narc_0274.bin +files/battle/graphic/batt_obj/narc_0076.bin +files/battle/graphic/batt_obj/narc_0089.bin +files/battle/graphic/batt_obj/narc_0116.bin +files/battle/graphic/batt_obj/narc_0102.bin +files/battle/graphic/batt_obj/narc_0106.bin +files/battle/graphic/batt_obj/narc_0112.bin +files/battle/graphic/batt_obj/narc_0099.bin +files/battle/graphic/batt_obj/narc_0258.bin +files/battle/graphic/batt_obj/narc_0270.bin +files/battle/graphic/batt_obj/narc_0264.bin +files/battle/graphic/batt_obj/narc_0265.bin +files/battle/graphic/batt_obj/narc_0271.bin +files/battle/graphic/batt_obj/narc_0259.bin +files/battle/graphic/batt_obj/narc_0098.bin +files/battle/graphic/batt_obj/narc_0113.bin +files/battle/graphic/batt_obj/narc_0107.bin +files/battle/graphic/batt_obj/narc_0139.bin +files/battle/graphic/batt_obj/narc_0111.bin +files/battle/graphic/batt_obj/narc_0105.bin +files/battle/graphic/batt_obj/narc_0267.bin +files/battle/graphic/batt_obj/narc_0273.bin +files/battle/graphic/batt_obj/narc_0272.bin +files/battle/graphic/batt_obj/narc_0266.bin +files/battle/graphic/batt_obj/narc_0104.bin +files/battle/graphic/batt_obj/narc_0110.bin +files/battle/graphic/batt_obj/narc_0138.bin +files/battle/graphic/batt_obj/narc_0188.bin +files/battle/graphic/batt_obj/narc_0177.bin +files/battle/graphic/batt_obj/narc_0163.bin +files/battle/graphic/batt_obj/narc_0201.bin +files/battle/graphic/batt_obj/narc_0215.bin +files/battle/graphic/batt_obj/narc_0229.bin +files/battle/graphic/batt_obj/narc_0228.bin +files/battle/graphic/batt_obj/narc_0214.bin +files/battle/graphic/batt_obj/narc_0200.bin +files/battle/graphic/batt_obj/narc_0162.bin +files/battle/graphic/batt_obj/narc_0176.bin +files/battle/graphic/batt_obj/narc_0189.bin +files/battle/graphic/batt_obj/narc_0160.bin +files/battle/graphic/batt_obj/narc_0174.bin +files/battle/graphic/batt_obj/narc_0148.bin +files/battle/graphic/batt_obj/narc_0216.bin +files/battle/graphic/batt_obj/narc_0202.bin +files/battle/graphic/batt_obj/narc_0203.bin +files/battle/graphic/batt_obj/narc_0217.bin +files/battle/graphic/batt_obj/narc_0149.bin +files/battle/graphic/batt_obj/narc_0175.bin +files/battle/graphic/batt_obj/narc_0161.bin +files/battle/graphic/batt_obj/narc_0159.bin +files/battle/graphic/batt_obj/narc_0165.bin +files/battle/graphic/batt_obj/narc_0171.bin +files/battle/graphic/batt_obj/narc_0213.bin +files/battle/graphic/batt_obj/narc_0207.bin +files/battle/graphic/batt_obj/narc_0206.bin +files/battle/graphic/batt_obj/narc_0212.bin +files/battle/graphic/batt_obj/narc_0170.bin +files/battle/graphic/batt_obj/narc_0164.bin +files/battle/graphic/batt_obj/narc_0158.bin +files/battle/graphic/batt_obj/narc_0199.bin +files/battle/graphic/batt_obj/narc_0172.bin +files/battle/graphic/batt_obj/narc_0166.bin +files/battle/graphic/batt_obj/narc_0238.bin +files/battle/graphic/batt_obj/narc_0204.bin +files/battle/graphic/batt_obj/narc_0210.bin +files/battle/graphic/batt_obj/narc_0211.bin +files/battle/graphic/batt_obj/narc_0205.bin +files/battle/graphic/batt_obj/narc_0239.bin +files/battle/graphic/batt_obj/narc_0167.bin +files/battle/graphic/batt_obj/narc_0173.bin +files/battle/graphic/batt_obj/narc_0198.bin +narc_0195.bin +narc_0181.bin +narc_0156.bin +narc_0142.bin +narc_0220.bin +narc_0234.bin +narc_0208.bin +narc_0209.bin +narc_0235.bin +narc_0221.bin +narc_0143.bin +narc_0157.bin +narc_0180.bin +narc_0194.bin +narc_0182.bin +narc_0196.bin +narc_0141.bin +narc_0155.bin +narc_0169.bin +narc_0237.bin +narc_0223.bin +narc_0222.bin +narc_0236.bin +narc_0168.bin +narc_0154.bin +narc_0140.bin +narc_0197.bin +narc_0183.bin +narc_0187.bin +narc_0193.bin +narc_0178.bin +narc_0144.bin +narc_0150.bin +narc_0232.bin +narc_0226.bin +narc_0227.bin +narc_0233.bin +narc_0151.bin +narc_0145.bin +narc_0179.bin +narc_0192.bin +narc_0186.bin +narc_0190.bin +narc_0184.bin +narc_0153.bin +narc_0147.bin +narc_0219.bin +narc_0225.bin +narc_0231.bin +narc_0230.bin +narc_0224.bin +narc_0218.bin +narc_0146.bin +narc_0152.bin +narc_0185.bin +narc_0191.bin +narc_0135.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0243.bin +narc_0257.bin +narc_0256.bin +narc_0242.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0134.bin +narc_0122.bin +narc_0136.bin +narc_0095.bin +narc_0081.bin +narc_0254.bin +narc_0240.bin +narc_0268.bin +narc_0269.bin +narc_0241.bin +narc_0255.bin +narc_0080.bin +narc_0094.bin +narc_0137.bin +narc_0123.bin +narc_0127.bin +narc_0133.bin +narc_0090.bin +narc_0084.bin +narc_0251.bin +narc_0245.bin +narc_0244.bin +narc_0250.bin +narc_0278.bin +narc_0085.bin +narc_0091.bin +narc_0132.bin +narc_0126.bin +narc_0118.bin +narc_0130.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0246.bin +narc_0252.bin +narc_0253.bin +narc_0247.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0131.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0262.bin +narc_0276.bin +narc_0277.bin +narc_0263.bin +narc_0075.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0275.bin +narc_0261.bin +narc_0249.bin +narc_0248.bin +narc_0260.bin +narc_0274.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0258.bin +narc_0270.bin +narc_0264.bin +narc_0265.bin +narc_0271.bin +narc_0259.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0139.bin +narc_0111.bin +narc_0105.bin +narc_0267.bin +narc_0273.bin +narc_0272.bin +narc_0266.bin +narc_0104.bin +narc_0110.bin +narc_0138.bin +narc_0188.bin +narc_0177.bin +narc_0163.bin +narc_0201.bin +narc_0215.bin +narc_0229.bin +narc_0228.bin +narc_0214.bin +narc_0200.bin +narc_0162.bin +narc_0176.bin +narc_0189.bin +narc_0160.bin +narc_0174.bin +narc_0148.bin +narc_0216.bin +narc_0202.bin +narc_0203.bin +narc_0217.bin +narc_0149.bin +narc_0175.bin +narc_0161.bin +narc_0159.bin +narc_0165.bin +narc_0171.bin +narc_0213.bin +narc_0207.bin +narc_0206.bin +narc_0212.bin +narc_0170.bin +narc_0164.bin +narc_0158.bin +narc_0199.bin +narc_0172.bin +narc_0166.bin +narc_0238.bin +narc_0204.bin +narc_0210.bin +narc_0211.bin +narc_0205.bin +narc_0239.bin +narc_0167.bin +narc_0173.bin +narc_0198.bin diff --git a/files/battle/graphic/batt_obj/narc_0075.bin b/files/battle/graphic/batt_obj/narc_0075.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0075.bin and b/files/battle/graphic/batt_obj/narc_0075.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0076.bin b/files/battle/graphic/batt_obj/narc_0076.bin index c9cedf33..dfbc44d7 100644 Binary files a/files/battle/graphic/batt_obj/narc_0076.bin and b/files/battle/graphic/batt_obj/narc_0076.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0077.bin b/files/battle/graphic/batt_obj/narc_0077.bin index af6b3dbd..2536cdfc 100644 Binary files a/files/battle/graphic/batt_obj/narc_0077.bin and b/files/battle/graphic/batt_obj/narc_0077.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0078.bin b/files/battle/graphic/batt_obj/narc_0078.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0078.bin and b/files/battle/graphic/batt_obj/narc_0078.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0079.bin b/files/battle/graphic/batt_obj/narc_0079.bin index 551344ea..d2c8b469 100644 Binary files a/files/battle/graphic/batt_obj/narc_0079.bin and b/files/battle/graphic/batt_obj/narc_0079.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0080.bin b/files/battle/graphic/batt_obj/narc_0080.bin index 40864a59..65953b65 100644 Binary files a/files/battle/graphic/batt_obj/narc_0080.bin and b/files/battle/graphic/batt_obj/narc_0080.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0081.bin b/files/battle/graphic/batt_obj/narc_0081.bin index 99d2c62b..a0d831c8 100644 Binary files a/files/battle/graphic/batt_obj/narc_0081.bin and b/files/battle/graphic/batt_obj/narc_0081.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0082.bin b/files/battle/graphic/batt_obj/narc_0082.bin index 854732c1..db89a58e 100644 Binary files a/files/battle/graphic/batt_obj/narc_0082.bin and b/files/battle/graphic/batt_obj/narc_0082.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0083.bin b/files/battle/graphic/batt_obj/narc_0083.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0083.bin and b/files/battle/graphic/batt_obj/narc_0083.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0084.bin b/files/battle/graphic/batt_obj/narc_0084.bin index 99d2c62b..a0d831c8 100644 Binary files a/files/battle/graphic/batt_obj/narc_0084.bin and b/files/battle/graphic/batt_obj/narc_0084.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0085.bin b/files/battle/graphic/batt_obj/narc_0085.bin index 854732c1..db89a58e 100644 Binary files a/files/battle/graphic/batt_obj/narc_0085.bin and b/files/battle/graphic/batt_obj/narc_0085.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0086.bin b/files/battle/graphic/batt_obj/narc_0086.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0086.bin and b/files/battle/graphic/batt_obj/narc_0086.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0087.bin b/files/battle/graphic/batt_obj/narc_0087.bin index 6a5fff70..354b1c00 100644 Binary files a/files/battle/graphic/batt_obj/narc_0087.bin and b/files/battle/graphic/batt_obj/narc_0087.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0088.bin b/files/battle/graphic/batt_obj/narc_0088.bin index 8c2ba387..8e2c0610 100644 Binary files a/files/battle/graphic/batt_obj/narc_0088.bin and b/files/battle/graphic/batt_obj/narc_0088.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0089.bin b/files/battle/graphic/batt_obj/narc_0089.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0089.bin and b/files/battle/graphic/batt_obj/narc_0089.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0090.bin b/files/battle/graphic/batt_obj/narc_0090.bin index 9c4da522..84b7368e 100644 Binary files a/files/battle/graphic/batt_obj/narc_0090.bin and b/files/battle/graphic/batt_obj/narc_0090.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0091.bin b/files/battle/graphic/batt_obj/narc_0091.bin index 4c0b3dd8..668f667a 100644 Binary files a/files/battle/graphic/batt_obj/narc_0091.bin and b/files/battle/graphic/batt_obj/narc_0091.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0092.bin b/files/battle/graphic/batt_obj/narc_0092.bin index 826fd61c..862d5d2b 100644 Binary files a/files/battle/graphic/batt_obj/narc_0092.bin and b/files/battle/graphic/batt_obj/narc_0092.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0093.bin b/files/battle/graphic/batt_obj/narc_0093.bin index 47fbff47..fa9f97d4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0093.bin and b/files/battle/graphic/batt_obj/narc_0093.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0094.bin b/files/battle/graphic/batt_obj/narc_0094.bin index 38b347c7..c4d52dfd 100644 Binary files a/files/battle/graphic/batt_obj/narc_0094.bin and b/files/battle/graphic/batt_obj/narc_0094.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0095.bin b/files/battle/graphic/batt_obj/narc_0095.bin index f2411b2c..d363e622 100644 Binary files a/files/battle/graphic/batt_obj/narc_0095.bin and b/files/battle/graphic/batt_obj/narc_0095.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0096.bin b/files/battle/graphic/batt_obj/narc_0096.bin index 27f8172d..803c9b75 100644 Binary files a/files/battle/graphic/batt_obj/narc_0096.bin and b/files/battle/graphic/batt_obj/narc_0096.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0097.bin b/files/battle/graphic/batt_obj/narc_0097.bin index e01408e1..710d44e3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0097.bin and b/files/battle/graphic/batt_obj/narc_0097.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0098.bin b/files/battle/graphic/batt_obj/narc_0098.bin index 0bc31ba3..2ed6cb1a 100644 Binary files a/files/battle/graphic/batt_obj/narc_0098.bin and b/files/battle/graphic/batt_obj/narc_0098.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0099.bin b/files/battle/graphic/batt_obj/narc_0099.bin index 7e7d68c6..b5d7d280 100644 Binary files a/files/battle/graphic/batt_obj/narc_0099.bin and b/files/battle/graphic/batt_obj/narc_0099.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0100.bin b/files/battle/graphic/batt_obj/narc_0100.bin index 01e934e5..2f55438f 100644 Binary files a/files/battle/graphic/batt_obj/narc_0100.bin and b/files/battle/graphic/batt_obj/narc_0100.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0101.bin b/files/battle/graphic/batt_obj/narc_0101.bin index 699a7438..34958437 100644 Binary files a/files/battle/graphic/batt_obj/narc_0101.bin and b/files/battle/graphic/batt_obj/narc_0101.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0102.bin b/files/battle/graphic/batt_obj/narc_0102.bin index 877d53ab..8900262a 100644 Binary files a/files/battle/graphic/batt_obj/narc_0102.bin and b/files/battle/graphic/batt_obj/narc_0102.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0103.bin b/files/battle/graphic/batt_obj/narc_0103.bin index e9247c8a..27ad6bf2 100644 Binary files a/files/battle/graphic/batt_obj/narc_0103.bin and b/files/battle/graphic/batt_obj/narc_0103.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0104.bin b/files/battle/graphic/batt_obj/narc_0104.bin index 58133f8b..a2ef8ddc 100644 Binary files a/files/battle/graphic/batt_obj/narc_0104.bin and b/files/battle/graphic/batt_obj/narc_0104.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0105.bin b/files/battle/graphic/batt_obj/narc_0105.bin index b1521818..fa0c05fd 100644 Binary files a/files/battle/graphic/batt_obj/narc_0105.bin and b/files/battle/graphic/batt_obj/narc_0105.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0106.bin b/files/battle/graphic/batt_obj/narc_0106.bin index f8b26354..4facc80b 100644 Binary files a/files/battle/graphic/batt_obj/narc_0106.bin and b/files/battle/graphic/batt_obj/narc_0106.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0107.bin b/files/battle/graphic/batt_obj/narc_0107.bin index 6a186956..f4e3cc9d 100644 Binary files a/files/battle/graphic/batt_obj/narc_0107.bin and b/files/battle/graphic/batt_obj/narc_0107.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0108.bin b/files/battle/graphic/batt_obj/narc_0108.bin index 3248d50a..f8f843d5 100644 Binary files a/files/battle/graphic/batt_obj/narc_0108.bin and b/files/battle/graphic/batt_obj/narc_0108.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0109.bin b/files/battle/graphic/batt_obj/narc_0109.bin index 19f3951f..02ef456c 100644 Binary files a/files/battle/graphic/batt_obj/narc_0109.bin and b/files/battle/graphic/batt_obj/narc_0109.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0110.bin b/files/battle/graphic/batt_obj/narc_0110.bin index d8857077..dc898bfd 100644 Binary files a/files/battle/graphic/batt_obj/narc_0110.bin and b/files/battle/graphic/batt_obj/narc_0110.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0111.bin b/files/battle/graphic/batt_obj/narc_0111.bin index 98fc6387..60120c33 100644 Binary files a/files/battle/graphic/batt_obj/narc_0111.bin and b/files/battle/graphic/batt_obj/narc_0111.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0112.bin b/files/battle/graphic/batt_obj/narc_0112.bin index 2f329cf6..0b379bdd 100644 Binary files a/files/battle/graphic/batt_obj/narc_0112.bin and b/files/battle/graphic/batt_obj/narc_0112.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0113.bin b/files/battle/graphic/batt_obj/narc_0113.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0113.bin and b/files/battle/graphic/batt_obj/narc_0113.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0114.bin b/files/battle/graphic/batt_obj/narc_0114.bin index 94b145bb..cfe70eb1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0114.bin and b/files/battle/graphic/batt_obj/narc_0114.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0115.bin b/files/battle/graphic/batt_obj/narc_0115.bin index 033a27f8..86f273a5 100644 Binary files a/files/battle/graphic/batt_obj/narc_0115.bin and b/files/battle/graphic/batt_obj/narc_0115.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0116.bin b/files/battle/graphic/batt_obj/narc_0116.bin index 0319df8e..bcd5952e 100644 Binary files a/files/battle/graphic/batt_obj/narc_0116.bin and b/files/battle/graphic/batt_obj/narc_0116.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0117.bin b/files/battle/graphic/batt_obj/narc_0117.bin index fa92819b..9ab7d88d 100644 Binary files a/files/battle/graphic/batt_obj/narc_0117.bin and b/files/battle/graphic/batt_obj/narc_0117.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0118.bin b/files/battle/graphic/batt_obj/narc_0118.bin index a989b4dc..39b39bdf 100644 Binary files a/files/battle/graphic/batt_obj/narc_0118.bin and b/files/battle/graphic/batt_obj/narc_0118.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0119.bin b/files/battle/graphic/batt_obj/narc_0119.bin index 9ab6c9b4..301d2dae 100644 Binary files a/files/battle/graphic/batt_obj/narc_0119.bin and b/files/battle/graphic/batt_obj/narc_0119.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0120.bin b/files/battle/graphic/batt_obj/narc_0120.bin index 8508475a..711cd0e1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0120.bin and b/files/battle/graphic/batt_obj/narc_0120.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0121.bin b/files/battle/graphic/batt_obj/narc_0121.bin index e60a4d8e..0ef5eae7 100644 Binary files a/files/battle/graphic/batt_obj/narc_0121.bin and b/files/battle/graphic/batt_obj/narc_0121.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0122.bin b/files/battle/graphic/batt_obj/narc_0122.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0122.bin and b/files/battle/graphic/batt_obj/narc_0122.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0123.bin b/files/battle/graphic/batt_obj/narc_0123.bin index cdedc32b..cf3e4611 100644 Binary files a/files/battle/graphic/batt_obj/narc_0123.bin and b/files/battle/graphic/batt_obj/narc_0123.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0124.bin b/files/battle/graphic/batt_obj/narc_0124.bin index 39f5cf46..434e6ea3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0124.bin and b/files/battle/graphic/batt_obj/narc_0124.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0125.bin b/files/battle/graphic/batt_obj/narc_0125.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0125.bin and b/files/battle/graphic/batt_obj/narc_0125.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0126.bin b/files/battle/graphic/batt_obj/narc_0126.bin index d920295a..32d3c1a5 100644 Binary files a/files/battle/graphic/batt_obj/narc_0126.bin and b/files/battle/graphic/batt_obj/narc_0126.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0127.bin b/files/battle/graphic/batt_obj/narc_0127.bin index 47a15cfe..36fd131a 100644 Binary files a/files/battle/graphic/batt_obj/narc_0127.bin and b/files/battle/graphic/batt_obj/narc_0127.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0128.bin b/files/battle/graphic/batt_obj/narc_0128.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0128.bin and b/files/battle/graphic/batt_obj/narc_0128.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0129.bin b/files/battle/graphic/batt_obj/narc_0129.bin index cdedc32b..cf3e4611 100644 Binary files a/files/battle/graphic/batt_obj/narc_0129.bin and b/files/battle/graphic/batt_obj/narc_0129.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0130.bin b/files/battle/graphic/batt_obj/narc_0130.bin index 39f5cf46..434e6ea3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0130.bin and b/files/battle/graphic/batt_obj/narc_0130.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0131.bin b/files/battle/graphic/batt_obj/narc_0131.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0131.bin and b/files/battle/graphic/batt_obj/narc_0131.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0132.bin b/files/battle/graphic/batt_obj/narc_0132.bin index cdedc32b..cf3e4611 100644 Binary files a/files/battle/graphic/batt_obj/narc_0132.bin and b/files/battle/graphic/batt_obj/narc_0132.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0133.bin b/files/battle/graphic/batt_obj/narc_0133.bin index 39f5cf46..434e6ea3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0133.bin and b/files/battle/graphic/batt_obj/narc_0133.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0134.bin b/files/battle/graphic/batt_obj/narc_0134.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0134.bin and b/files/battle/graphic/batt_obj/narc_0134.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0135.bin b/files/battle/graphic/batt_obj/narc_0135.bin index cdedc32b..cf3e4611 100644 Binary files a/files/battle/graphic/batt_obj/narc_0135.bin and b/files/battle/graphic/batt_obj/narc_0135.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0136.bin b/files/battle/graphic/batt_obj/narc_0136.bin index c0e68225..95594cb8 100644 Binary files a/files/battle/graphic/batt_obj/narc_0136.bin and b/files/battle/graphic/batt_obj/narc_0136.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0137.bin b/files/battle/graphic/batt_obj/narc_0137.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0137.bin and b/files/battle/graphic/batt_obj/narc_0137.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0138.bin b/files/battle/graphic/batt_obj/narc_0138.bin index cdedc32b..cf3e4611 100644 Binary files a/files/battle/graphic/batt_obj/narc_0138.bin and b/files/battle/graphic/batt_obj/narc_0138.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0139.bin b/files/battle/graphic/batt_obj/narc_0139.bin index c0e68225..95594cb8 100644 Binary files a/files/battle/graphic/batt_obj/narc_0139.bin and b/files/battle/graphic/batt_obj/narc_0139.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0140.bin b/files/battle/graphic/batt_obj/narc_0140.bin index 6500176b..4d409b73 100644 Binary files a/files/battle/graphic/batt_obj/narc_0140.bin and b/files/battle/graphic/batt_obj/narc_0140.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0141.bin b/files/battle/graphic/batt_obj/narc_0141.bin index 298e3833..f126a22d 100644 Binary files a/files/battle/graphic/batt_obj/narc_0141.bin and b/files/battle/graphic/batt_obj/narc_0141.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0142.bin b/files/battle/graphic/batt_obj/narc_0142.bin index 46a9644a..2ea3db82 100644 Binary files a/files/battle/graphic/batt_obj/narc_0142.bin and b/files/battle/graphic/batt_obj/narc_0142.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0143.bin b/files/battle/graphic/batt_obj/narc_0143.bin index b3a9736b..b2e993a3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0143.bin and b/files/battle/graphic/batt_obj/narc_0143.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0144.bin b/files/battle/graphic/batt_obj/narc_0144.bin index 8f688152..941efcb9 100644 Binary files a/files/battle/graphic/batt_obj/narc_0144.bin and b/files/battle/graphic/batt_obj/narc_0144.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0145.bin b/files/battle/graphic/batt_obj/narc_0145.bin index 46a9644a..2ea3db82 100644 Binary files a/files/battle/graphic/batt_obj/narc_0145.bin and b/files/battle/graphic/batt_obj/narc_0145.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0146.bin b/files/battle/graphic/batt_obj/narc_0146.bin index 686639d4..f7d66b4a 100644 Binary files a/files/battle/graphic/batt_obj/narc_0146.bin and b/files/battle/graphic/batt_obj/narc_0146.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0147.bin b/files/battle/graphic/batt_obj/narc_0147.bin index 1480b5a5..4a954498 100644 Binary files a/files/battle/graphic/batt_obj/narc_0147.bin and b/files/battle/graphic/batt_obj/narc_0147.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0148.bin b/files/battle/graphic/batt_obj/narc_0148.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0148.bin and b/files/battle/graphic/batt_obj/narc_0148.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0149.bin b/files/battle/graphic/batt_obj/narc_0149.bin index 39f0a2c6..ff86d036 100644 Binary files a/files/battle/graphic/batt_obj/narc_0149.bin and b/files/battle/graphic/batt_obj/narc_0149.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0150.bin b/files/battle/graphic/batt_obj/narc_0150.bin index c5dbef6f..d9ed5c66 100644 Binary files a/files/battle/graphic/batt_obj/narc_0150.bin and b/files/battle/graphic/batt_obj/narc_0150.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0151.bin b/files/battle/graphic/batt_obj/narc_0151.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0151.bin and b/files/battle/graphic/batt_obj/narc_0151.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0152.bin b/files/battle/graphic/batt_obj/narc_0152.bin index 42ac5c7a..1c0aacbf 100644 Binary files a/files/battle/graphic/batt_obj/narc_0152.bin and b/files/battle/graphic/batt_obj/narc_0152.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0153.bin b/files/battle/graphic/batt_obj/narc_0153.bin index 3bad59dc..47310922 100644 Binary files a/files/battle/graphic/batt_obj/narc_0153.bin and b/files/battle/graphic/batt_obj/narc_0153.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0154.bin b/files/battle/graphic/batt_obj/narc_0154.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0154.bin and b/files/battle/graphic/batt_obj/narc_0154.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0155.bin b/files/battle/graphic/batt_obj/narc_0155.bin index ecbd6f29..79904396 100644 Binary files a/files/battle/graphic/batt_obj/narc_0155.bin and b/files/battle/graphic/batt_obj/narc_0155.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0156.bin b/files/battle/graphic/batt_obj/narc_0156.bin index 445aa556..90d9e5dd 100644 Binary files a/files/battle/graphic/batt_obj/narc_0156.bin and b/files/battle/graphic/batt_obj/narc_0156.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0157.bin b/files/battle/graphic/batt_obj/narc_0157.bin index 0e94d117..4e4e8d7a 100644 Binary files a/files/battle/graphic/batt_obj/narc_0157.bin and b/files/battle/graphic/batt_obj/narc_0157.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0158.bin b/files/battle/graphic/batt_obj/narc_0158.bin index 40c6c28f..67984f1a 100644 Binary files a/files/battle/graphic/batt_obj/narc_0158.bin and b/files/battle/graphic/batt_obj/narc_0158.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0159.bin b/files/battle/graphic/batt_obj/narc_0159.bin index a47379f0..f5adaebc 100644 Binary files a/files/battle/graphic/batt_obj/narc_0159.bin and b/files/battle/graphic/batt_obj/narc_0159.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0160.bin b/files/battle/graphic/batt_obj/narc_0160.bin index bebf7287..e0eb6299 100644 Binary files a/files/battle/graphic/batt_obj/narc_0160.bin and b/files/battle/graphic/batt_obj/narc_0160.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0161.bin b/files/battle/graphic/batt_obj/narc_0161.bin index 8ae467f8..c204587b 100644 Binary files a/files/battle/graphic/batt_obj/narc_0161.bin and b/files/battle/graphic/batt_obj/narc_0161.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0162.bin b/files/battle/graphic/batt_obj/narc_0162.bin index 4bda966f..e7cab4c5 100644 Binary files a/files/battle/graphic/batt_obj/narc_0162.bin and b/files/battle/graphic/batt_obj/narc_0162.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0163.bin b/files/battle/graphic/batt_obj/narc_0163.bin index e635fe80..16fc094b 100644 Binary files a/files/battle/graphic/batt_obj/narc_0163.bin and b/files/battle/graphic/batt_obj/narc_0163.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0164.bin b/files/battle/graphic/batt_obj/narc_0164.bin index 99366045..ad16a4ae 100644 Binary files a/files/battle/graphic/batt_obj/narc_0164.bin and b/files/battle/graphic/batt_obj/narc_0164.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0165.bin b/files/battle/graphic/batt_obj/narc_0165.bin index 8697ee7a..01c0038a 100644 Binary files a/files/battle/graphic/batt_obj/narc_0165.bin and b/files/battle/graphic/batt_obj/narc_0165.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0166.bin b/files/battle/graphic/batt_obj/narc_0166.bin index 0bfe26c1..09248605 100644 Binary files a/files/battle/graphic/batt_obj/narc_0166.bin and b/files/battle/graphic/batt_obj/narc_0166.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0167.bin b/files/battle/graphic/batt_obj/narc_0167.bin index d91f6b22..e12f69a1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0167.bin and b/files/battle/graphic/batt_obj/narc_0167.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0168.bin b/files/battle/graphic/batt_obj/narc_0168.bin index 6210c4a8..c797752c 100644 Binary files a/files/battle/graphic/batt_obj/narc_0168.bin and b/files/battle/graphic/batt_obj/narc_0168.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0169.bin b/files/battle/graphic/batt_obj/narc_0169.bin index 8a1133f2..87f29c19 100644 Binary files a/files/battle/graphic/batt_obj/narc_0169.bin and b/files/battle/graphic/batt_obj/narc_0169.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0170.bin b/files/battle/graphic/batt_obj/narc_0170.bin index 4286a481..0ab09079 100644 Binary files a/files/battle/graphic/batt_obj/narc_0170.bin and b/files/battle/graphic/batt_obj/narc_0170.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0171.bin b/files/battle/graphic/batt_obj/narc_0171.bin index 5ae4a059..3174c5de 100644 Binary files a/files/battle/graphic/batt_obj/narc_0171.bin and b/files/battle/graphic/batt_obj/narc_0171.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0172.bin b/files/battle/graphic/batt_obj/narc_0172.bin index d4a41d9a..a8aa4a61 100644 Binary files a/files/battle/graphic/batt_obj/narc_0172.bin and b/files/battle/graphic/batt_obj/narc_0172.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0173.bin b/files/battle/graphic/batt_obj/narc_0173.bin index ac268218..41c1e309 100644 Binary files a/files/battle/graphic/batt_obj/narc_0173.bin and b/files/battle/graphic/batt_obj/narc_0173.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0174.bin b/files/battle/graphic/batt_obj/narc_0174.bin index a84c97b8..889ac6ec 100644 Binary files a/files/battle/graphic/batt_obj/narc_0174.bin and b/files/battle/graphic/batt_obj/narc_0174.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0175.bin b/files/battle/graphic/batt_obj/narc_0175.bin index 8115a8ce..a3f3b1be 100644 Binary files a/files/battle/graphic/batt_obj/narc_0175.bin and b/files/battle/graphic/batt_obj/narc_0175.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0176.bin b/files/battle/graphic/batt_obj/narc_0176.bin index 9ae1815f..7d85cc47 100644 Binary files a/files/battle/graphic/batt_obj/narc_0176.bin and b/files/battle/graphic/batt_obj/narc_0176.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0177.bin b/files/battle/graphic/batt_obj/narc_0177.bin index f8bbe8c7..292fa262 100644 Binary files a/files/battle/graphic/batt_obj/narc_0177.bin and b/files/battle/graphic/batt_obj/narc_0177.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0178.bin b/files/battle/graphic/batt_obj/narc_0178.bin index 94b145bb..cfe70eb1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0178.bin and b/files/battle/graphic/batt_obj/narc_0178.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0179.bin b/files/battle/graphic/batt_obj/narc_0179.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0179.bin and b/files/battle/graphic/batt_obj/narc_0179.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0180.bin b/files/battle/graphic/batt_obj/narc_0180.bin index 35e081fc..b353ef12 100644 Binary files a/files/battle/graphic/batt_obj/narc_0180.bin and b/files/battle/graphic/batt_obj/narc_0180.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0181.bin b/files/battle/graphic/batt_obj/narc_0181.bin index cb48e3e7..43fa8839 100644 Binary files a/files/battle/graphic/batt_obj/narc_0181.bin and b/files/battle/graphic/batt_obj/narc_0181.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0182.bin b/files/battle/graphic/batt_obj/narc_0182.bin index 54ad4f48..09b753a2 100644 Binary files a/files/battle/graphic/batt_obj/narc_0182.bin and b/files/battle/graphic/batt_obj/narc_0182.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0183.bin b/files/battle/graphic/batt_obj/narc_0183.bin index 11435887..dd79938e 100644 Binary files a/files/battle/graphic/batt_obj/narc_0183.bin and b/files/battle/graphic/batt_obj/narc_0183.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0184.bin b/files/battle/graphic/batt_obj/narc_0184.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0184.bin and b/files/battle/graphic/batt_obj/narc_0184.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0185.bin b/files/battle/graphic/batt_obj/narc_0185.bin index 6dcc869e..12e4c6b6 100644 Binary files a/files/battle/graphic/batt_obj/narc_0185.bin and b/files/battle/graphic/batt_obj/narc_0185.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0186.bin b/files/battle/graphic/batt_obj/narc_0186.bin index f7eae13d..8fc464b5 100644 Binary files a/files/battle/graphic/batt_obj/narc_0186.bin and b/files/battle/graphic/batt_obj/narc_0186.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0187.bin b/files/battle/graphic/batt_obj/narc_0187.bin index 404889d6..21c68556 100644 Binary files a/files/battle/graphic/batt_obj/narc_0187.bin and b/files/battle/graphic/batt_obj/narc_0187.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0188.bin b/files/battle/graphic/batt_obj/narc_0188.bin index 09cd2816..38869122 100644 Binary files a/files/battle/graphic/batt_obj/narc_0188.bin and b/files/battle/graphic/batt_obj/narc_0188.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0189.bin b/files/battle/graphic/batt_obj/narc_0189.bin index 85c565bf..1bea6b99 100644 Binary files a/files/battle/graphic/batt_obj/narc_0189.bin and b/files/battle/graphic/batt_obj/narc_0189.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0190.bin b/files/battle/graphic/batt_obj/narc_0190.bin index 7d0d9647..eacfdfa5 100644 Binary files a/files/battle/graphic/batt_obj/narc_0190.bin and b/files/battle/graphic/batt_obj/narc_0190.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0191.bin b/files/battle/graphic/batt_obj/narc_0191.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0191.bin and b/files/battle/graphic/batt_obj/narc_0191.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0192.bin b/files/battle/graphic/batt_obj/narc_0192.bin index e17861da..87e2a9af 100644 Binary files a/files/battle/graphic/batt_obj/narc_0192.bin and b/files/battle/graphic/batt_obj/narc_0192.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0193.bin b/files/battle/graphic/batt_obj/narc_0193.bin index 487236e1..0ee712de 100644 Binary files a/files/battle/graphic/batt_obj/narc_0193.bin and b/files/battle/graphic/batt_obj/narc_0193.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0194.bin b/files/battle/graphic/batt_obj/narc_0194.bin index 0df6c83b..a066aec1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0194.bin and b/files/battle/graphic/batt_obj/narc_0194.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0195.bin b/files/battle/graphic/batt_obj/narc_0195.bin index d601cf08..b62a9392 100644 Binary files a/files/battle/graphic/batt_obj/narc_0195.bin and b/files/battle/graphic/batt_obj/narc_0195.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0196.bin b/files/battle/graphic/batt_obj/narc_0196.bin index 5fa3dbcb..f392f535 100644 Binary files a/files/battle/graphic/batt_obj/narc_0196.bin and b/files/battle/graphic/batt_obj/narc_0196.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0197.bin b/files/battle/graphic/batt_obj/narc_0197.bin index 656b2b89..1ca623dc 100644 Binary files a/files/battle/graphic/batt_obj/narc_0197.bin and b/files/battle/graphic/batt_obj/narc_0197.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0198.bin b/files/battle/graphic/batt_obj/narc_0198.bin index 7a1d6f87..d8a372f6 100644 Binary files a/files/battle/graphic/batt_obj/narc_0198.bin and b/files/battle/graphic/batt_obj/narc_0198.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0199.bin b/files/battle/graphic/batt_obj/narc_0199.bin index 48c6171e..f8f0b9e7 100644 Binary files a/files/battle/graphic/batt_obj/narc_0199.bin and b/files/battle/graphic/batt_obj/narc_0199.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0200.bin b/files/battle/graphic/batt_obj/narc_0200.bin index 130fe054..149ab3ee 100644 Binary files a/files/battle/graphic/batt_obj/narc_0200.bin and b/files/battle/graphic/batt_obj/narc_0200.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0201.bin b/files/battle/graphic/batt_obj/narc_0201.bin index 804b2930..1806cee0 100644 Binary files a/files/battle/graphic/batt_obj/narc_0201.bin and b/files/battle/graphic/batt_obj/narc_0201.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0202.bin b/files/battle/graphic/batt_obj/narc_0202.bin index de92bcfe..390de6ea 100644 Binary files a/files/battle/graphic/batt_obj/narc_0202.bin and b/files/battle/graphic/batt_obj/narc_0202.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0203.bin b/files/battle/graphic/batt_obj/narc_0203.bin index f8e3f74a..71435248 100644 Binary files a/files/battle/graphic/batt_obj/narc_0203.bin and b/files/battle/graphic/batt_obj/narc_0203.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0204.bin b/files/battle/graphic/batt_obj/narc_0204.bin index f8e3f74a..71435248 100644 Binary files a/files/battle/graphic/batt_obj/narc_0204.bin and b/files/battle/graphic/batt_obj/narc_0204.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0205.bin b/files/battle/graphic/batt_obj/narc_0205.bin index f8e3f74a..71435248 100644 Binary files a/files/battle/graphic/batt_obj/narc_0205.bin and b/files/battle/graphic/batt_obj/narc_0205.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0206.bin b/files/battle/graphic/batt_obj/narc_0206.bin index f8e3f74a..71435248 100644 Binary files a/files/battle/graphic/batt_obj/narc_0206.bin and b/files/battle/graphic/batt_obj/narc_0206.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0207.bin b/files/battle/graphic/batt_obj/narc_0207.bin index f8e3f74a..71435248 100644 Binary files a/files/battle/graphic/batt_obj/narc_0207.bin and b/files/battle/graphic/batt_obj/narc_0207.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0208.bin b/files/battle/graphic/batt_obj/narc_0208.bin index f8e3f74a..71435248 100644 Binary files a/files/battle/graphic/batt_obj/narc_0208.bin and b/files/battle/graphic/batt_obj/narc_0208.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0209.bin b/files/battle/graphic/batt_obj/narc_0209.bin index f8e3f74a..71435248 100644 Binary files a/files/battle/graphic/batt_obj/narc_0209.bin and b/files/battle/graphic/batt_obj/narc_0209.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0210.bin b/files/battle/graphic/batt_obj/narc_0210.bin index f8e3f74a..71435248 100644 Binary files a/files/battle/graphic/batt_obj/narc_0210.bin and b/files/battle/graphic/batt_obj/narc_0210.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0211.bin b/files/battle/graphic/batt_obj/narc_0211.bin index 395297af..dbf426d4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0211.bin and b/files/battle/graphic/batt_obj/narc_0211.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0212.bin b/files/battle/graphic/batt_obj/narc_0212.bin index 395297af..dbf426d4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0212.bin and b/files/battle/graphic/batt_obj/narc_0212.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0213.bin b/files/battle/graphic/batt_obj/narc_0213.bin index 395297af..dbf426d4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0213.bin and b/files/battle/graphic/batt_obj/narc_0213.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0214.bin b/files/battle/graphic/batt_obj/narc_0214.bin index 395297af..dbf426d4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0214.bin and b/files/battle/graphic/batt_obj/narc_0214.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0215.bin b/files/battle/graphic/batt_obj/narc_0215.bin index 395297af..dbf426d4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0215.bin and b/files/battle/graphic/batt_obj/narc_0215.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0216.bin b/files/battle/graphic/batt_obj/narc_0216.bin index 395297af..dbf426d4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0216.bin and b/files/battle/graphic/batt_obj/narc_0216.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0217.bin b/files/battle/graphic/batt_obj/narc_0217.bin index 395297af..dbf426d4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0217.bin and b/files/battle/graphic/batt_obj/narc_0217.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0218.bin b/files/battle/graphic/batt_obj/narc_0218.bin index 395297af..dbf426d4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0218.bin and b/files/battle/graphic/batt_obj/narc_0218.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0219.bin b/files/battle/graphic/batt_obj/narc_0219.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0219.bin and b/files/battle/graphic/batt_obj/narc_0219.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0220.bin b/files/battle/graphic/batt_obj/narc_0220.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0220.bin and b/files/battle/graphic/batt_obj/narc_0220.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0221.bin b/files/battle/graphic/batt_obj/narc_0221.bin index 6d7c8e53..ba95b0e6 100644 Binary files a/files/battle/graphic/batt_obj/narc_0221.bin and b/files/battle/graphic/batt_obj/narc_0221.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0222.bin b/files/battle/graphic/batt_obj/narc_0222.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0222.bin and b/files/battle/graphic/batt_obj/narc_0222.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0223.bin b/files/battle/graphic/batt_obj/narc_0223.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0223.bin and b/files/battle/graphic/batt_obj/narc_0223.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0224.bin b/files/battle/graphic/batt_obj/narc_0224.bin index efbdc236..3c5e2522 100644 Binary files a/files/battle/graphic/batt_obj/narc_0224.bin and b/files/battle/graphic/batt_obj/narc_0224.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0225.bin b/files/battle/graphic/batt_obj/narc_0225.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0225.bin and b/files/battle/graphic/batt_obj/narc_0225.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0226.bin b/files/battle/graphic/batt_obj/narc_0226.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0226.bin and b/files/battle/graphic/batt_obj/narc_0226.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0227.bin b/files/battle/graphic/batt_obj/narc_0227.bin index 0e331e25..3e812eda 100644 Binary files a/files/battle/graphic/batt_obj/narc_0227.bin and b/files/battle/graphic/batt_obj/narc_0227.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0228.bin b/files/battle/graphic/batt_obj/narc_0228.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0228.bin and b/files/battle/graphic/batt_obj/narc_0228.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0229.bin b/files/battle/graphic/batt_obj/narc_0229.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0229.bin and b/files/battle/graphic/batt_obj/narc_0229.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0230.bin b/files/battle/graphic/batt_obj/narc_0230.bin index 5b36f3dc..297291f5 100644 Binary files a/files/battle/graphic/batt_obj/narc_0230.bin and b/files/battle/graphic/batt_obj/narc_0230.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0231.bin b/files/battle/graphic/batt_obj/narc_0231.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0231.bin and b/files/battle/graphic/batt_obj/narc_0231.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0232.bin b/files/battle/graphic/batt_obj/narc_0232.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0232.bin and b/files/battle/graphic/batt_obj/narc_0232.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0233.bin b/files/battle/graphic/batt_obj/narc_0233.bin index b123e467..038735a4 100644 Binary files a/files/battle/graphic/batt_obj/narc_0233.bin and b/files/battle/graphic/batt_obj/narc_0233.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0234.bin b/files/battle/graphic/batt_obj/narc_0234.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0234.bin and b/files/battle/graphic/batt_obj/narc_0234.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0235.bin b/files/battle/graphic/batt_obj/narc_0235.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0235.bin and b/files/battle/graphic/batt_obj/narc_0235.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0236.bin b/files/battle/graphic/batt_obj/narc_0236.bin index 5fa8193d..80a115c2 100644 Binary files a/files/battle/graphic/batt_obj/narc_0236.bin and b/files/battle/graphic/batt_obj/narc_0236.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0237.bin b/files/battle/graphic/batt_obj/narc_0237.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0237.bin and b/files/battle/graphic/batt_obj/narc_0237.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0238.bin b/files/battle/graphic/batt_obj/narc_0238.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0238.bin and b/files/battle/graphic/batt_obj/narc_0238.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0239.bin b/files/battle/graphic/batt_obj/narc_0239.bin index 9fb7e23f..75166a6f 100644 Binary files a/files/battle/graphic/batt_obj/narc_0239.bin and b/files/battle/graphic/batt_obj/narc_0239.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0240.bin b/files/battle/graphic/batt_obj/narc_0240.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0240.bin and b/files/battle/graphic/batt_obj/narc_0240.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0241.bin b/files/battle/graphic/batt_obj/narc_0241.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0241.bin and b/files/battle/graphic/batt_obj/narc_0241.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0242.bin b/files/battle/graphic/batt_obj/narc_0242.bin index d72c46fb..9aadcade 100644 Binary files a/files/battle/graphic/batt_obj/narc_0242.bin and b/files/battle/graphic/batt_obj/narc_0242.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0243.bin b/files/battle/graphic/batt_obj/narc_0243.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0243.bin and b/files/battle/graphic/batt_obj/narc_0243.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0244.bin b/files/battle/graphic/batt_obj/narc_0244.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0244.bin and b/files/battle/graphic/batt_obj/narc_0244.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0245.bin b/files/battle/graphic/batt_obj/narc_0245.bin index d3563d1d..799fe150 100644 Binary files a/files/battle/graphic/batt_obj/narc_0245.bin and b/files/battle/graphic/batt_obj/narc_0245.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0246.bin b/files/battle/graphic/batt_obj/narc_0246.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0246.bin and b/files/battle/graphic/batt_obj/narc_0246.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0247.bin b/files/battle/graphic/batt_obj/narc_0247.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0247.bin and b/files/battle/graphic/batt_obj/narc_0247.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0248.bin b/files/battle/graphic/batt_obj/narc_0248.bin index c3d098f6..f9378d16 100644 Binary files a/files/battle/graphic/batt_obj/narc_0248.bin and b/files/battle/graphic/batt_obj/narc_0248.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0249.bin b/files/battle/graphic/batt_obj/narc_0249.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0249.bin and b/files/battle/graphic/batt_obj/narc_0249.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0250.bin b/files/battle/graphic/batt_obj/narc_0250.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0250.bin and b/files/battle/graphic/batt_obj/narc_0250.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0251.bin b/files/battle/graphic/batt_obj/narc_0251.bin index 12383801..e7e84f9d 100644 Binary files a/files/battle/graphic/batt_obj/narc_0251.bin and b/files/battle/graphic/batt_obj/narc_0251.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0252.bin b/files/battle/graphic/batt_obj/narc_0252.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0252.bin and b/files/battle/graphic/batt_obj/narc_0252.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0253.bin b/files/battle/graphic/batt_obj/narc_0253.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0253.bin and b/files/battle/graphic/batt_obj/narc_0253.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0254.bin b/files/battle/graphic/batt_obj/narc_0254.bin index d18b3684..53ab8798 100644 Binary files a/files/battle/graphic/batt_obj/narc_0254.bin and b/files/battle/graphic/batt_obj/narc_0254.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0255.bin b/files/battle/graphic/batt_obj/narc_0255.bin index 0d1601f0..8c57632f 100644 Binary files a/files/battle/graphic/batt_obj/narc_0255.bin and b/files/battle/graphic/batt_obj/narc_0255.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0256.bin b/files/battle/graphic/batt_obj/narc_0256.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0256.bin and b/files/battle/graphic/batt_obj/narc_0256.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0257.bin b/files/battle/graphic/batt_obj/narc_0257.bin index 76ca0289..8b631842 100644 Binary files a/files/battle/graphic/batt_obj/narc_0257.bin and b/files/battle/graphic/batt_obj/narc_0257.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0258.bin b/files/battle/graphic/batt_obj/narc_0258.bin index 0d1601f0..8c57632f 100644 Binary files a/files/battle/graphic/batt_obj/narc_0258.bin and b/files/battle/graphic/batt_obj/narc_0258.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0259.bin b/files/battle/graphic/batt_obj/narc_0259.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0259.bin and b/files/battle/graphic/batt_obj/narc_0259.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0260.bin b/files/battle/graphic/batt_obj/narc_0260.bin index db639172..26f2c5ab 100644 Binary files a/files/battle/graphic/batt_obj/narc_0260.bin and b/files/battle/graphic/batt_obj/narc_0260.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0261.bin b/files/battle/graphic/batt_obj/narc_0261.bin index 0d1601f0..8c57632f 100644 Binary files a/files/battle/graphic/batt_obj/narc_0261.bin and b/files/battle/graphic/batt_obj/narc_0261.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0262.bin b/files/battle/graphic/batt_obj/narc_0262.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0262.bin and b/files/battle/graphic/batt_obj/narc_0262.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0263.bin b/files/battle/graphic/batt_obj/narc_0263.bin index fcc979e4..68cbdc55 100644 Binary files a/files/battle/graphic/batt_obj/narc_0263.bin and b/files/battle/graphic/batt_obj/narc_0263.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0264.bin b/files/battle/graphic/batt_obj/narc_0264.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0264.bin and b/files/battle/graphic/batt_obj/narc_0264.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0265.bin b/files/battle/graphic/batt_obj/narc_0265.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0265.bin and b/files/battle/graphic/batt_obj/narc_0265.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0266.bin b/files/battle/graphic/batt_obj/narc_0266.bin index c72ebfe5..ddefa1a8 100644 Binary files a/files/battle/graphic/batt_obj/narc_0266.bin and b/files/battle/graphic/batt_obj/narc_0266.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0267.bin b/files/battle/graphic/batt_obj/narc_0267.bin index 8b199477..891de6db 100644 Binary files a/files/battle/graphic/batt_obj/narc_0267.bin and b/files/battle/graphic/batt_obj/narc_0267.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0268.bin b/files/battle/graphic/batt_obj/narc_0268.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0268.bin and b/files/battle/graphic/batt_obj/narc_0268.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0269.bin b/files/battle/graphic/batt_obj/narc_0269.bin index 665884df..d17cac8e 100644 Binary files a/files/battle/graphic/batt_obj/narc_0269.bin and b/files/battle/graphic/batt_obj/narc_0269.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0270.bin b/files/battle/graphic/batt_obj/narc_0270.bin index a4363d2d..610a4b8a 100644 Binary files a/files/battle/graphic/batt_obj/narc_0270.bin and b/files/battle/graphic/batt_obj/narc_0270.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0271.bin b/files/battle/graphic/batt_obj/narc_0271.bin index b656a09d..1d13ddb3 100644 Binary files a/files/battle/graphic/batt_obj/narc_0271.bin and b/files/battle/graphic/batt_obj/narc_0271.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0272.bin b/files/battle/graphic/batt_obj/narc_0272.bin index e350642a..0b383dff 100644 Binary files a/files/battle/graphic/batt_obj/narc_0272.bin and b/files/battle/graphic/batt_obj/narc_0272.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0273.bin b/files/battle/graphic/batt_obj/narc_0273.bin index 442c61d0..f973a076 100644 Binary files a/files/battle/graphic/batt_obj/narc_0273.bin and b/files/battle/graphic/batt_obj/narc_0273.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0274.bin b/files/battle/graphic/batt_obj/narc_0274.bin index f78cef62..92783ab1 100644 Binary files a/files/battle/graphic/batt_obj/narc_0274.bin and b/files/battle/graphic/batt_obj/narc_0274.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0275.bin b/files/battle/graphic/batt_obj/narc_0275.bin index 3f44b5b1..25818baf 100644 Binary files a/files/battle/graphic/batt_obj/narc_0275.bin and b/files/battle/graphic/batt_obj/narc_0275.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0276.bin b/files/battle/graphic/batt_obj/narc_0276.bin index a2e0d7f6..5dbd8e93 100644 Binary files a/files/battle/graphic/batt_obj/narc_0276.bin and b/files/battle/graphic/batt_obj/narc_0276.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0277.bin b/files/battle/graphic/batt_obj/narc_0277.bin index e025de73..5129be58 100644 Binary files a/files/battle/graphic/batt_obj/narc_0277.bin and b/files/battle/graphic/batt_obj/narc_0277.bin differ diff --git a/files/battle/graphic/batt_obj/narc_0278.bin b/files/battle/graphic/batt_obj/narc_0278.bin index 3926b4a3..ed9257d8 100644 Binary files a/files/battle/graphic/batt_obj/narc_0278.bin and b/files/battle/graphic/batt_obj/narc_0278.bin differ diff --git a/files/contest/graphic/contest_bg/.knarcignore b/files/contest/graphic/contest_bg/.knarcignore new file mode 100644 index 00000000..a9d2f446 --- /dev/null +++ b/files/contest/graphic/contest_bg/.knarcignore @@ -0,0 +1,58 @@ +files/contest/graphic/contest_bg/narc_0022.bin +files/contest/graphic/contest_bg/narc_0023.bin +files/contest/graphic/contest_bg/narc_0021.bin +files/contest/graphic/contest_bg/narc_0009.bin +files/contest/graphic/contest_bg/narc_0008.bin +files/contest/graphic/contest_bg/narc_0020.bin +files/contest/graphic/contest_bg/narc_0018.bin +files/contest/graphic/contest_bg/narc_0024.bin +files/contest/graphic/contest_bg/narc_0025.bin +files/contest/graphic/contest_bg/narc_0019.bin +files/contest/graphic/contest_bg/narc_0027.bin +files/contest/graphic/contest_bg/narc_0026.bin +files/contest/graphic/contest_bg/narc_0003.bin +files/contest/graphic/contest_bg/narc_0017.bin +files/contest/graphic/contest_bg/narc_0016.bin +files/contest/graphic/contest_bg/narc_0002.bin +files/contest/graphic/contest_bg/narc_0014.bin +files/contest/graphic/contest_bg/narc_0000.bin +files/contest/graphic/contest_bg/narc_0028.bin +files/contest/graphic/contest_bg/narc_0001.bin +files/contest/graphic/contest_bg/narc_0015.bin +files/contest/graphic/contest_bg/narc_0011.bin +files/contest/graphic/contest_bg/narc_0005.bin +files/contest/graphic/contest_bg/narc_0004.bin +files/contest/graphic/contest_bg/narc_0010.bin +files/contest/graphic/contest_bg/narc_0006.bin +files/contest/graphic/contest_bg/narc_0012.bin +files/contest/graphic/contest_bg/narc_0013.bin +files/contest/graphic/contest_bg/narc_0007.bin +narc_0022.bin +narc_0023.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0018.bin +narc_0024.bin +narc_0025.bin +narc_0019.bin +narc_0027.bin +narc_0026.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin diff --git a/files/contest/graphic/contest_bg/narc_0000.bin b/files/contest/graphic/contest_bg/narc_0000.bin index 2495d316..af0351d2 100644 Binary files a/files/contest/graphic/contest_bg/narc_0000.bin and b/files/contest/graphic/contest_bg/narc_0000.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0001.bin b/files/contest/graphic/contest_bg/narc_0001.bin index 5cdabdfe..700f26ed 100644 Binary files a/files/contest/graphic/contest_bg/narc_0001.bin and b/files/contest/graphic/contest_bg/narc_0001.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0002.bin b/files/contest/graphic/contest_bg/narc_0002.bin index ae05830b..8f3dc07b 100644 Binary files a/files/contest/graphic/contest_bg/narc_0002.bin and b/files/contest/graphic/contest_bg/narc_0002.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0003.bin b/files/contest/graphic/contest_bg/narc_0003.bin index 9a38c91b..74aa2530 100644 Binary files a/files/contest/graphic/contest_bg/narc_0003.bin and b/files/contest/graphic/contest_bg/narc_0003.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0004.bin b/files/contest/graphic/contest_bg/narc_0004.bin index 875b8ac3..5e4857c7 100644 Binary files a/files/contest/graphic/contest_bg/narc_0004.bin and b/files/contest/graphic/contest_bg/narc_0004.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0005.bin b/files/contest/graphic/contest_bg/narc_0005.bin index 9bf0142e..c39a0a81 100644 Binary files a/files/contest/graphic/contest_bg/narc_0005.bin and b/files/contest/graphic/contest_bg/narc_0005.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0006.bin b/files/contest/graphic/contest_bg/narc_0006.bin index 03990f8b..05a35855 100644 Binary files a/files/contest/graphic/contest_bg/narc_0006.bin and b/files/contest/graphic/contest_bg/narc_0006.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0007.bin b/files/contest/graphic/contest_bg/narc_0007.bin index a597a05b..80054a1b 100644 Binary files a/files/contest/graphic/contest_bg/narc_0007.bin and b/files/contest/graphic/contest_bg/narc_0007.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0008.bin b/files/contest/graphic/contest_bg/narc_0008.bin index 584bb623..2a31cb52 100644 Binary files a/files/contest/graphic/contest_bg/narc_0008.bin and b/files/contest/graphic/contest_bg/narc_0008.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0009.bin b/files/contest/graphic/contest_bg/narc_0009.bin index 7900a4f7..2b0e27f6 100644 Binary files a/files/contest/graphic/contest_bg/narc_0009.bin and b/files/contest/graphic/contest_bg/narc_0009.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0010.bin b/files/contest/graphic/contest_bg/narc_0010.bin index ea2afe48..126145cb 100644 Binary files a/files/contest/graphic/contest_bg/narc_0010.bin and b/files/contest/graphic/contest_bg/narc_0010.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0011.bin b/files/contest/graphic/contest_bg/narc_0011.bin index 8a18bb74..9795bb54 100644 Binary files a/files/contest/graphic/contest_bg/narc_0011.bin and b/files/contest/graphic/contest_bg/narc_0011.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0012.bin b/files/contest/graphic/contest_bg/narc_0012.bin index 7f64a737..a875846f 100644 Binary files a/files/contest/graphic/contest_bg/narc_0012.bin and b/files/contest/graphic/contest_bg/narc_0012.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0013.bin b/files/contest/graphic/contest_bg/narc_0013.bin index b7f0360e..54cdc552 100644 Binary files a/files/contest/graphic/contest_bg/narc_0013.bin and b/files/contest/graphic/contest_bg/narc_0013.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0014.bin b/files/contest/graphic/contest_bg/narc_0014.bin index 6922f530..cc822594 100644 Binary files a/files/contest/graphic/contest_bg/narc_0014.bin and b/files/contest/graphic/contest_bg/narc_0014.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0015.bin b/files/contest/graphic/contest_bg/narc_0015.bin index 5fd981a8..351e2b10 100644 Binary files a/files/contest/graphic/contest_bg/narc_0015.bin and b/files/contest/graphic/contest_bg/narc_0015.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0016.bin b/files/contest/graphic/contest_bg/narc_0016.bin index a5984d07..082b4eea 100644 Binary files a/files/contest/graphic/contest_bg/narc_0016.bin and b/files/contest/graphic/contest_bg/narc_0016.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0017.bin b/files/contest/graphic/contest_bg/narc_0017.bin index f046e694..329ab755 100644 Binary files a/files/contest/graphic/contest_bg/narc_0017.bin and b/files/contest/graphic/contest_bg/narc_0017.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0018.bin b/files/contest/graphic/contest_bg/narc_0018.bin index aebfd2f6..4c1cb5cc 100644 Binary files a/files/contest/graphic/contest_bg/narc_0018.bin and b/files/contest/graphic/contest_bg/narc_0018.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0019.bin b/files/contest/graphic/contest_bg/narc_0019.bin index f42f49fa..5c7325c6 100644 Binary files a/files/contest/graphic/contest_bg/narc_0019.bin and b/files/contest/graphic/contest_bg/narc_0019.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0020.bin b/files/contest/graphic/contest_bg/narc_0020.bin index 27266751..bce66a64 100644 Binary files a/files/contest/graphic/contest_bg/narc_0020.bin and b/files/contest/graphic/contest_bg/narc_0020.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0021.bin b/files/contest/graphic/contest_bg/narc_0021.bin index 82198514..eb4ae2dd 100644 Binary files a/files/contest/graphic/contest_bg/narc_0021.bin and b/files/contest/graphic/contest_bg/narc_0021.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0022.bin b/files/contest/graphic/contest_bg/narc_0022.bin index 3f6520b7..e6a95d8f 100644 Binary files a/files/contest/graphic/contest_bg/narc_0022.bin and b/files/contest/graphic/contest_bg/narc_0022.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0023.bin b/files/contest/graphic/contest_bg/narc_0023.bin index 1323cebd..b27cdf32 100644 Binary files a/files/contest/graphic/contest_bg/narc_0023.bin and b/files/contest/graphic/contest_bg/narc_0023.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0024.bin b/files/contest/graphic/contest_bg/narc_0024.bin index c75b87a9..d27c13e2 100644 Binary files a/files/contest/graphic/contest_bg/narc_0024.bin and b/files/contest/graphic/contest_bg/narc_0024.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0025.bin b/files/contest/graphic/contest_bg/narc_0025.bin index 3562a69e..9c77cbfa 100644 Binary files a/files/contest/graphic/contest_bg/narc_0025.bin and b/files/contest/graphic/contest_bg/narc_0025.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0026.bin b/files/contest/graphic/contest_bg/narc_0026.bin index a0142eb2..7de20c9e 100644 Binary files a/files/contest/graphic/contest_bg/narc_0026.bin and b/files/contest/graphic/contest_bg/narc_0026.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0027.bin b/files/contest/graphic/contest_bg/narc_0027.bin index 616122dc..32b954b8 100644 Binary files a/files/contest/graphic/contest_bg/narc_0027.bin and b/files/contest/graphic/contest_bg/narc_0027.bin differ diff --git a/files/contest/graphic/contest_bg/narc_0028.bin b/files/contest/graphic/contest_bg/narc_0028.bin index 7ff19c57..c55f2438 100644 Binary files a/files/contest/graphic/contest_bg/narc_0028.bin and b/files/contest/graphic/contest_bg/narc_0028.bin differ diff --git a/files/contest/graphic/contest_obj/.knarcignore b/files/contest/graphic/contest_obj/.knarcignore new file mode 100644 index 00000000..1648249f --- /dev/null +++ b/files/contest/graphic/contest_obj/.knarcignore @@ -0,0 +1,170 @@ +files/contest/graphic/contest_obj/narc_0022.bin +files/contest/graphic/contest_obj/narc_0036.bin +files/contest/graphic/contest_obj/narc_0037.bin +files/contest/graphic/contest_obj/narc_0023.bin +files/contest/graphic/contest_obj/narc_0035.bin +files/contest/graphic/contest_obj/narc_0021.bin +files/contest/graphic/contest_obj/narc_0020.bin +files/contest/graphic/contest_obj/narc_0034.bin +files/contest/graphic/contest_obj/narc_0018.bin +files/contest/graphic/contest_obj/narc_0030.bin +files/contest/graphic/contest_obj/narc_0024.bin +files/contest/graphic/contest_obj/narc_0025.bin +files/contest/graphic/contest_obj/narc_0031.bin +files/contest/graphic/contest_obj/narc_0019.bin +files/contest/graphic/contest_obj/narc_0027.bin +files/contest/graphic/contest_obj/narc_0033.bin +files/contest/graphic/contest_obj/narc_0032.bin +files/contest/graphic/contest_obj/narc_0026.bin +files/contest/graphic/contest_obj/narc_0082.bin +files/contest/graphic/contest_obj/narc_0096.bin +files/contest/graphic/contest_obj/narc_0041.bin +files/contest/graphic/contest_obj/narc_0055.bin +files/contest/graphic/contest_obj/narc_0069.bin +files/contest/graphic/contest_obj/narc_0068.bin +files/contest/graphic/contest_obj/narc_0054.bin +files/contest/graphic/contest_obj/narc_0040.bin +files/contest/graphic/contest_obj/narc_0083.bin +files/contest/graphic/contest_obj/narc_0095.bin +files/contest/graphic/contest_obj/narc_0081.bin +files/contest/graphic/contest_obj/narc_0056.bin +files/contest/graphic/contest_obj/narc_0042.bin +files/contest/graphic/contest_obj/narc_0043.bin +files/contest/graphic/contest_obj/narc_0057.bin +files/contest/graphic/contest_obj/narc_0080.bin +files/contest/graphic/contest_obj/narc_0094.bin +files/contest/graphic/contest_obj/narc_0090.bin +files/contest/graphic/contest_obj/narc_0084.bin +files/contest/graphic/contest_obj/narc_0053.bin +files/contest/graphic/contest_obj/narc_0047.bin +files/contest/graphic/contest_obj/narc_0046.bin +files/contest/graphic/contest_obj/narc_0052.bin +files/contest/graphic/contest_obj/narc_0085.bin +files/contest/graphic/contest_obj/narc_0091.bin +files/contest/graphic/contest_obj/narc_0087.bin +files/contest/graphic/contest_obj/narc_0093.bin +files/contest/graphic/contest_obj/narc_0078.bin +files/contest/graphic/contest_obj/narc_0044.bin +files/contest/graphic/contest_obj/narc_0050.bin +files/contest/graphic/contest_obj/narc_0051.bin +files/contest/graphic/contest_obj/narc_0045.bin +files/contest/graphic/contest_obj/narc_0079.bin +files/contest/graphic/contest_obj/narc_0092.bin +files/contest/graphic/contest_obj/narc_0086.bin +files/contest/graphic/contest_obj/narc_0060.bin +files/contest/graphic/contest_obj/narc_0074.bin +files/contest/graphic/contest_obj/narc_0048.bin +files/contest/graphic/contest_obj/narc_0049.bin +files/contest/graphic/contest_obj/narc_0075.bin +files/contest/graphic/contest_obj/narc_0061.bin +files/contest/graphic/contest_obj/narc_0088.bin +files/contest/graphic/contest_obj/narc_0077.bin +files/contest/graphic/contest_obj/narc_0063.bin +files/contest/graphic/contest_obj/narc_0062.bin +files/contest/graphic/contest_obj/narc_0076.bin +files/contest/graphic/contest_obj/narc_0089.bin +files/contest/graphic/contest_obj/narc_0072.bin +files/contest/graphic/contest_obj/narc_0066.bin +files/contest/graphic/contest_obj/narc_0067.bin +files/contest/graphic/contest_obj/narc_0073.bin +files/contest/graphic/contest_obj/narc_0059.bin +files/contest/graphic/contest_obj/narc_0065.bin +files/contest/graphic/contest_obj/narc_0071.bin +files/contest/graphic/contest_obj/narc_0070.bin +files/contest/graphic/contest_obj/narc_0064.bin +files/contest/graphic/contest_obj/narc_0058.bin +files/contest/graphic/contest_obj/narc_0017.bin +files/contest/graphic/contest_obj/narc_0016.bin +files/contest/graphic/contest_obj/narc_0014.bin +files/contest/graphic/contest_obj/narc_0028.bin +files/contest/graphic/contest_obj/narc_0029.bin +files/contest/graphic/contest_obj/narc_0015.bin +files/contest/graphic/contest_obj/narc_0039.bin +files/contest/graphic/contest_obj/narc_0038.bin +files/contest/graphic/contest_obj/narc_0012.bin +files/contest/graphic/contest_obj/narc_0013.bin +narc_0022.bin +narc_0036.bin +narc_0037.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0083.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0072.bin +narc_0066.bin +narc_0067.bin +narc_0073.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0017.bin +narc_0016.bin +narc_0014.bin +narc_0028.bin +narc_0029.bin +narc_0015.bin +narc_0039.bin +narc_0038.bin +narc_0012.bin +narc_0013.bin diff --git a/files/contest/graphic/contest_obj/narc_0012.bin b/files/contest/graphic/contest_obj/narc_0012.bin index 46a9644a..2ea3db82 100644 Binary files a/files/contest/graphic/contest_obj/narc_0012.bin and b/files/contest/graphic/contest_obj/narc_0012.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0013.bin b/files/contest/graphic/contest_obj/narc_0013.bin index fc4d6690..80dd42f7 100644 Binary files a/files/contest/graphic/contest_obj/narc_0013.bin and b/files/contest/graphic/contest_obj/narc_0013.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0014.bin b/files/contest/graphic/contest_obj/narc_0014.bin index 2afbae60..d36cc68b 100644 Binary files a/files/contest/graphic/contest_obj/narc_0014.bin and b/files/contest/graphic/contest_obj/narc_0014.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0015.bin b/files/contest/graphic/contest_obj/narc_0015.bin index 46a9644a..2ea3db82 100644 Binary files a/files/contest/graphic/contest_obj/narc_0015.bin and b/files/contest/graphic/contest_obj/narc_0015.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0016.bin b/files/contest/graphic/contest_obj/narc_0016.bin index a3c70991..05ec5713 100644 Binary files a/files/contest/graphic/contest_obj/narc_0016.bin and b/files/contest/graphic/contest_obj/narc_0016.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0017.bin b/files/contest/graphic/contest_obj/narc_0017.bin index fc8cff38..1c350a61 100644 Binary files a/files/contest/graphic/contest_obj/narc_0017.bin and b/files/contest/graphic/contest_obj/narc_0017.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0018.bin b/files/contest/graphic/contest_obj/narc_0018.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0018.bin and b/files/contest/graphic/contest_obj/narc_0018.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0019.bin b/files/contest/graphic/contest_obj/narc_0019.bin index 92e65e92..26752a0f 100644 Binary files a/files/contest/graphic/contest_obj/narc_0019.bin and b/files/contest/graphic/contest_obj/narc_0019.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0020.bin b/files/contest/graphic/contest_obj/narc_0020.bin index 1803ec71..a473e1b1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0020.bin and b/files/contest/graphic/contest_obj/narc_0020.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0021.bin b/files/contest/graphic/contest_obj/narc_0021.bin index 46a9644a..2ea3db82 100644 Binary files a/files/contest/graphic/contest_obj/narc_0021.bin and b/files/contest/graphic/contest_obj/narc_0021.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0022.bin b/files/contest/graphic/contest_obj/narc_0022.bin index 544c8ae9..b8b4694b 100644 Binary files a/files/contest/graphic/contest_obj/narc_0022.bin and b/files/contest/graphic/contest_obj/narc_0022.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0023.bin b/files/contest/graphic/contest_obj/narc_0023.bin index 13546590..b4884a4b 100644 Binary files a/files/contest/graphic/contest_obj/narc_0023.bin and b/files/contest/graphic/contest_obj/narc_0023.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0024.bin b/files/contest/graphic/contest_obj/narc_0024.bin index c22437e7..7afb2220 100644 Binary files a/files/contest/graphic/contest_obj/narc_0024.bin and b/files/contest/graphic/contest_obj/narc_0024.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0025.bin b/files/contest/graphic/contest_obj/narc_0025.bin index 247bf326..29006258 100644 Binary files a/files/contest/graphic/contest_obj/narc_0025.bin and b/files/contest/graphic/contest_obj/narc_0025.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0026.bin b/files/contest/graphic/contest_obj/narc_0026.bin index 135b7a80..94042a56 100644 Binary files a/files/contest/graphic/contest_obj/narc_0026.bin and b/files/contest/graphic/contest_obj/narc_0026.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0027.bin b/files/contest/graphic/contest_obj/narc_0027.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0027.bin and b/files/contest/graphic/contest_obj/narc_0027.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0028.bin b/files/contest/graphic/contest_obj/narc_0028.bin index 84a91b86..8dd79e7a 100644 Binary files a/files/contest/graphic/contest_obj/narc_0028.bin and b/files/contest/graphic/contest_obj/narc_0028.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0029.bin b/files/contest/graphic/contest_obj/narc_0029.bin index 4a031c7b..86718b75 100644 Binary files a/files/contest/graphic/contest_obj/narc_0029.bin and b/files/contest/graphic/contest_obj/narc_0029.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0030.bin b/files/contest/graphic/contest_obj/narc_0030.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0030.bin and b/files/contest/graphic/contest_obj/narc_0030.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0031.bin b/files/contest/graphic/contest_obj/narc_0031.bin index 0113f4f7..55579c5f 100644 Binary files a/files/contest/graphic/contest_obj/narc_0031.bin and b/files/contest/graphic/contest_obj/narc_0031.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0032.bin b/files/contest/graphic/contest_obj/narc_0032.bin index 5b26d3d6..a1ddf450 100644 Binary files a/files/contest/graphic/contest_obj/narc_0032.bin and b/files/contest/graphic/contest_obj/narc_0032.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0033.bin b/files/contest/graphic/contest_obj/narc_0033.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0033.bin and b/files/contest/graphic/contest_obj/narc_0033.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0034.bin b/files/contest/graphic/contest_obj/narc_0034.bin index b83b564c..049ea9f9 100644 Binary files a/files/contest/graphic/contest_obj/narc_0034.bin and b/files/contest/graphic/contest_obj/narc_0034.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0035.bin b/files/contest/graphic/contest_obj/narc_0035.bin index 5b26d3d6..a1ddf450 100644 Binary files a/files/contest/graphic/contest_obj/narc_0035.bin and b/files/contest/graphic/contest_obj/narc_0035.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0036.bin b/files/contest/graphic/contest_obj/narc_0036.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0036.bin and b/files/contest/graphic/contest_obj/narc_0036.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0037.bin b/files/contest/graphic/contest_obj/narc_0037.bin index 2c4ef93a..834dd403 100644 Binary files a/files/contest/graphic/contest_obj/narc_0037.bin and b/files/contest/graphic/contest_obj/narc_0037.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0038.bin b/files/contest/graphic/contest_obj/narc_0038.bin index 15048c8d..67fbaf89 100644 Binary files a/files/contest/graphic/contest_obj/narc_0038.bin and b/files/contest/graphic/contest_obj/narc_0038.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0039.bin b/files/contest/graphic/contest_obj/narc_0039.bin index a27c9168..461acce3 100644 Binary files a/files/contest/graphic/contest_obj/narc_0039.bin and b/files/contest/graphic/contest_obj/narc_0039.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0040.bin b/files/contest/graphic/contest_obj/narc_0040.bin index b88bed64..504faf51 100644 Binary files a/files/contest/graphic/contest_obj/narc_0040.bin and b/files/contest/graphic/contest_obj/narc_0040.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0041.bin b/files/contest/graphic/contest_obj/narc_0041.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0041.bin and b/files/contest/graphic/contest_obj/narc_0041.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0042.bin b/files/contest/graphic/contest_obj/narc_0042.bin index 8d4760b3..31638c65 100644 Binary files a/files/contest/graphic/contest_obj/narc_0042.bin and b/files/contest/graphic/contest_obj/narc_0042.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0043.bin b/files/contest/graphic/contest_obj/narc_0043.bin index cbbdc1a4..fb9806e3 100644 Binary files a/files/contest/graphic/contest_obj/narc_0043.bin and b/files/contest/graphic/contest_obj/narc_0043.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0044.bin b/files/contest/graphic/contest_obj/narc_0044.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0044.bin and b/files/contest/graphic/contest_obj/narc_0044.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0045.bin b/files/contest/graphic/contest_obj/narc_0045.bin index 854a1245..c978b895 100644 Binary files a/files/contest/graphic/contest_obj/narc_0045.bin and b/files/contest/graphic/contest_obj/narc_0045.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0046.bin b/files/contest/graphic/contest_obj/narc_0046.bin index 13fcf0da..af958982 100644 Binary files a/files/contest/graphic/contest_obj/narc_0046.bin and b/files/contest/graphic/contest_obj/narc_0046.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0047.bin b/files/contest/graphic/contest_obj/narc_0047.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0047.bin and b/files/contest/graphic/contest_obj/narc_0047.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0048.bin b/files/contest/graphic/contest_obj/narc_0048.bin index 712f69d8..32c4ef37 100644 Binary files a/files/contest/graphic/contest_obj/narc_0048.bin and b/files/contest/graphic/contest_obj/narc_0048.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0049.bin b/files/contest/graphic/contest_obj/narc_0049.bin index ece264c3..b32b1386 100644 Binary files a/files/contest/graphic/contest_obj/narc_0049.bin and b/files/contest/graphic/contest_obj/narc_0049.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0050.bin b/files/contest/graphic/contest_obj/narc_0050.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0050.bin and b/files/contest/graphic/contest_obj/narc_0050.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0051.bin b/files/contest/graphic/contest_obj/narc_0051.bin index b29dabb3..7f54661e 100644 Binary files a/files/contest/graphic/contest_obj/narc_0051.bin and b/files/contest/graphic/contest_obj/narc_0051.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0052.bin b/files/contest/graphic/contest_obj/narc_0052.bin index 4f7fde21..77de44ea 100644 Binary files a/files/contest/graphic/contest_obj/narc_0052.bin and b/files/contest/graphic/contest_obj/narc_0052.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0053.bin b/files/contest/graphic/contest_obj/narc_0053.bin index fccdc81f..0f36c90e 100644 Binary files a/files/contest/graphic/contest_obj/narc_0053.bin and b/files/contest/graphic/contest_obj/narc_0053.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0054.bin b/files/contest/graphic/contest_obj/narc_0054.bin index 80724f81..650910b7 100644 Binary files a/files/contest/graphic/contest_obj/narc_0054.bin and b/files/contest/graphic/contest_obj/narc_0054.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0055.bin b/files/contest/graphic/contest_obj/narc_0055.bin index 01eb143a..5f31f257 100644 Binary files a/files/contest/graphic/contest_obj/narc_0055.bin and b/files/contest/graphic/contest_obj/narc_0055.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0056.bin b/files/contest/graphic/contest_obj/narc_0056.bin index ea21bb4e..ea79379a 100644 Binary files a/files/contest/graphic/contest_obj/narc_0056.bin and b/files/contest/graphic/contest_obj/narc_0056.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0057.bin b/files/contest/graphic/contest_obj/narc_0057.bin index 59e2c459..a15bf021 100644 Binary files a/files/contest/graphic/contest_obj/narc_0057.bin and b/files/contest/graphic/contest_obj/narc_0057.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0058.bin b/files/contest/graphic/contest_obj/narc_0058.bin index c63f7438..5660c47a 100644 Binary files a/files/contest/graphic/contest_obj/narc_0058.bin and b/files/contest/graphic/contest_obj/narc_0058.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0059.bin b/files/contest/graphic/contest_obj/narc_0059.bin index fed4195b..a2d10289 100644 Binary files a/files/contest/graphic/contest_obj/narc_0059.bin and b/files/contest/graphic/contest_obj/narc_0059.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0060.bin b/files/contest/graphic/contest_obj/narc_0060.bin index fed4195b..a2d10289 100644 Binary files a/files/contest/graphic/contest_obj/narc_0060.bin and b/files/contest/graphic/contest_obj/narc_0060.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0061.bin b/files/contest/graphic/contest_obj/narc_0061.bin index fed4195b..a2d10289 100644 Binary files a/files/contest/graphic/contest_obj/narc_0061.bin and b/files/contest/graphic/contest_obj/narc_0061.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0062.bin b/files/contest/graphic/contest_obj/narc_0062.bin index 65c72618..0f117d9f 100644 Binary files a/files/contest/graphic/contest_obj/narc_0062.bin and b/files/contest/graphic/contest_obj/narc_0062.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0063.bin b/files/contest/graphic/contest_obj/narc_0063.bin index f6b04d7a..0bac0255 100644 Binary files a/files/contest/graphic/contest_obj/narc_0063.bin and b/files/contest/graphic/contest_obj/narc_0063.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0064.bin b/files/contest/graphic/contest_obj/narc_0064.bin index 1fe3ec28..56787e7e 100644 Binary files a/files/contest/graphic/contest_obj/narc_0064.bin and b/files/contest/graphic/contest_obj/narc_0064.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0065.bin b/files/contest/graphic/contest_obj/narc_0065.bin index f6d4d85e..8b7e22fb 100644 Binary files a/files/contest/graphic/contest_obj/narc_0065.bin and b/files/contest/graphic/contest_obj/narc_0065.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0066.bin b/files/contest/graphic/contest_obj/narc_0066.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0066.bin and b/files/contest/graphic/contest_obj/narc_0066.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0067.bin b/files/contest/graphic/contest_obj/narc_0067.bin index f0e0c604..7c6ea71b 100644 Binary files a/files/contest/graphic/contest_obj/narc_0067.bin and b/files/contest/graphic/contest_obj/narc_0067.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0068.bin b/files/contest/graphic/contest_obj/narc_0068.bin index cdd3ad62..cf5799d0 100644 Binary files a/files/contest/graphic/contest_obj/narc_0068.bin and b/files/contest/graphic/contest_obj/narc_0068.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0069.bin b/files/contest/graphic/contest_obj/narc_0069.bin index cc246773..8978c4db 100644 Binary files a/files/contest/graphic/contest_obj/narc_0069.bin and b/files/contest/graphic/contest_obj/narc_0069.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0070.bin b/files/contest/graphic/contest_obj/narc_0070.bin index aa804b14..f5881041 100644 Binary files a/files/contest/graphic/contest_obj/narc_0070.bin and b/files/contest/graphic/contest_obj/narc_0070.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0071.bin b/files/contest/graphic/contest_obj/narc_0071.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0071.bin and b/files/contest/graphic/contest_obj/narc_0071.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0072.bin b/files/contest/graphic/contest_obj/narc_0072.bin index 0eda8981..955c7345 100644 Binary files a/files/contest/graphic/contest_obj/narc_0072.bin and b/files/contest/graphic/contest_obj/narc_0072.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0073.bin b/files/contest/graphic/contest_obj/narc_0073.bin index f5391960..4ec042e4 100644 Binary files a/files/contest/graphic/contest_obj/narc_0073.bin and b/files/contest/graphic/contest_obj/narc_0073.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0074.bin b/files/contest/graphic/contest_obj/narc_0074.bin index 6de1a4f5..4eeb03fa 100644 Binary files a/files/contest/graphic/contest_obj/narc_0074.bin and b/files/contest/graphic/contest_obj/narc_0074.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0075.bin b/files/contest/graphic/contest_obj/narc_0075.bin index cc246773..8978c4db 100644 Binary files a/files/contest/graphic/contest_obj/narc_0075.bin and b/files/contest/graphic/contest_obj/narc_0075.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0076.bin b/files/contest/graphic/contest_obj/narc_0076.bin index ddd17afc..edc69885 100644 Binary files a/files/contest/graphic/contest_obj/narc_0076.bin and b/files/contest/graphic/contest_obj/narc_0076.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0077.bin b/files/contest/graphic/contest_obj/narc_0077.bin index 08677c9e..efa05ab6 100644 Binary files a/files/contest/graphic/contest_obj/narc_0077.bin and b/files/contest/graphic/contest_obj/narc_0077.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0078.bin b/files/contest/graphic/contest_obj/narc_0078.bin index daef577b..fe00f594 100644 Binary files a/files/contest/graphic/contest_obj/narc_0078.bin and b/files/contest/graphic/contest_obj/narc_0078.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0079.bin b/files/contest/graphic/contest_obj/narc_0079.bin index 6078d171..0c8fffed 100644 Binary files a/files/contest/graphic/contest_obj/narc_0079.bin and b/files/contest/graphic/contest_obj/narc_0079.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0080.bin b/files/contest/graphic/contest_obj/narc_0080.bin index 2a48e635..aa339a0c 100644 Binary files a/files/contest/graphic/contest_obj/narc_0080.bin and b/files/contest/graphic/contest_obj/narc_0080.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0081.bin b/files/contest/graphic/contest_obj/narc_0081.bin index e5deeb37..10fac7d3 100644 Binary files a/files/contest/graphic/contest_obj/narc_0081.bin and b/files/contest/graphic/contest_obj/narc_0081.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0082.bin b/files/contest/graphic/contest_obj/narc_0082.bin index 46a9644a..2ea3db82 100644 Binary files a/files/contest/graphic/contest_obj/narc_0082.bin and b/files/contest/graphic/contest_obj/narc_0082.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0083.bin b/files/contest/graphic/contest_obj/narc_0083.bin index d58a3c3a..378b12e1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0083.bin and b/files/contest/graphic/contest_obj/narc_0083.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0084.bin b/files/contest/graphic/contest_obj/narc_0084.bin index 17488b53..4a60b69e 100644 Binary files a/files/contest/graphic/contest_obj/narc_0084.bin and b/files/contest/graphic/contest_obj/narc_0084.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0085.bin b/files/contest/graphic/contest_obj/narc_0085.bin index 8a448a11..da12dd0c 100644 Binary files a/files/contest/graphic/contest_obj/narc_0085.bin and b/files/contest/graphic/contest_obj/narc_0085.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0086.bin b/files/contest/graphic/contest_obj/narc_0086.bin index aeb44419..5fff5db5 100644 Binary files a/files/contest/graphic/contest_obj/narc_0086.bin and b/files/contest/graphic/contest_obj/narc_0086.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0087.bin b/files/contest/graphic/contest_obj/narc_0087.bin index f36db2f1..e166418c 100644 Binary files a/files/contest/graphic/contest_obj/narc_0087.bin and b/files/contest/graphic/contest_obj/narc_0087.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0088.bin b/files/contest/graphic/contest_obj/narc_0088.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0088.bin and b/files/contest/graphic/contest_obj/narc_0088.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0089.bin b/files/contest/graphic/contest_obj/narc_0089.bin index a8853e2b..5aa48fe3 100644 Binary files a/files/contest/graphic/contest_obj/narc_0089.bin and b/files/contest/graphic/contest_obj/narc_0089.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0090.bin b/files/contest/graphic/contest_obj/narc_0090.bin index f3a03032..f9c69e42 100644 Binary files a/files/contest/graphic/contest_obj/narc_0090.bin and b/files/contest/graphic/contest_obj/narc_0090.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0091.bin b/files/contest/graphic/contest_obj/narc_0091.bin index 0df6c83b..a066aec1 100644 Binary files a/files/contest/graphic/contest_obj/narc_0091.bin and b/files/contest/graphic/contest_obj/narc_0091.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0092.bin b/files/contest/graphic/contest_obj/narc_0092.bin index da7f326a..37d5c77b 100644 Binary files a/files/contest/graphic/contest_obj/narc_0092.bin and b/files/contest/graphic/contest_obj/narc_0092.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0093.bin b/files/contest/graphic/contest_obj/narc_0093.bin index 9a22112c..5a19eba5 100644 Binary files a/files/contest/graphic/contest_obj/narc_0093.bin and b/files/contest/graphic/contest_obj/narc_0093.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0094.bin b/files/contest/graphic/contest_obj/narc_0094.bin index cc246773..8978c4db 100644 Binary files a/files/contest/graphic/contest_obj/narc_0094.bin and b/files/contest/graphic/contest_obj/narc_0094.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0095.bin b/files/contest/graphic/contest_obj/narc_0095.bin index 477dde01..651d6276 100644 Binary files a/files/contest/graphic/contest_obj/narc_0095.bin and b/files/contest/graphic/contest_obj/narc_0095.bin differ diff --git a/files/contest/graphic/contest_obj/narc_0096.bin b/files/contest/graphic/contest_obj/narc_0096.bin index 20797b53..d01d7a0b 100644 Binary files a/files/contest/graphic/contest_obj/narc_0096.bin and b/files/contest/graphic/contest_obj/narc_0096.bin differ diff --git a/files/data/namein/.knarcignore b/files/data/namein/.knarcignore new file mode 100644 index 00000000..a3cb0f0b --- /dev/null +++ b/files/data/namein/.knarcignore @@ -0,0 +1,34 @@ +files/data/namein/narc_0009.bin +files/data/namein/narc_0008.bin +files/data/namein/narc_0018.bin +files/data/namein/narc_0003.bin +files/data/namein/narc_0017.bin +files/data/namein/narc_0016.bin +files/data/namein/narc_0002.bin +files/data/namein/narc_0014.bin +files/data/namein/narc_0015.bin +files/data/namein/narc_0011.bin +files/data/namein/narc_0005.bin +files/data/namein/narc_0004.bin +files/data/namein/narc_0010.bin +files/data/namein/narc_0006.bin +files/data/namein/narc_0012.bin +files/data/namein/narc_0013.bin +files/data/namein/narc_0007.bin +narc_0009.bin +narc_0008.bin +narc_0018.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin diff --git a/files/data/namein/narc_0002.bin b/files/data/namein/narc_0002.bin index 973f21c6..58fbf46c 100644 Binary files a/files/data/namein/narc_0002.bin and b/files/data/namein/narc_0002.bin differ diff --git a/files/data/namein/narc_0003.bin b/files/data/namein/narc_0003.bin index 621e23df..dd7c31ea 100644 Binary files a/files/data/namein/narc_0003.bin and b/files/data/namein/narc_0003.bin differ diff --git a/files/data/namein/narc_0004.bin b/files/data/namein/narc_0004.bin index bb836a4c..cab16df3 100644 Binary files a/files/data/namein/narc_0004.bin and b/files/data/namein/narc_0004.bin differ diff --git a/files/data/namein/narc_0005.bin b/files/data/namein/narc_0005.bin index 3679736a..9bcabe62 100644 Binary files a/files/data/namein/narc_0005.bin and b/files/data/namein/narc_0005.bin differ diff --git a/files/data/namein/narc_0006.bin b/files/data/namein/narc_0006.bin index d9b7bd1d..0eb39a03 100644 Binary files a/files/data/namein/narc_0006.bin and b/files/data/namein/narc_0006.bin differ diff --git a/files/data/namein/narc_0007.bin b/files/data/namein/narc_0007.bin index a661d2fc..02897050 100644 Binary files a/files/data/namein/narc_0007.bin and b/files/data/namein/narc_0007.bin differ diff --git a/files/data/namein/narc_0008.bin b/files/data/namein/narc_0008.bin index 5651585d..1de33a89 100644 Binary files a/files/data/namein/narc_0008.bin and b/files/data/namein/narc_0008.bin differ diff --git a/files/data/namein/narc_0009.bin b/files/data/namein/narc_0009.bin index 11d4893d..7b04c519 100644 Binary files a/files/data/namein/narc_0009.bin and b/files/data/namein/narc_0009.bin differ diff --git a/files/data/namein/narc_0010.bin b/files/data/namein/narc_0010.bin index a3521f62..4b9b3672 100644 Binary files a/files/data/namein/narc_0010.bin and b/files/data/namein/narc_0010.bin differ diff --git a/files/data/namein/narc_0011.bin b/files/data/namein/narc_0011.bin index 75be2a03..47c87498 100644 Binary files a/files/data/namein/narc_0011.bin and b/files/data/namein/narc_0011.bin differ diff --git a/files/data/namein/narc_0012.bin b/files/data/namein/narc_0012.bin index a95e3021..bdd7a544 100644 Binary files a/files/data/namein/narc_0012.bin and b/files/data/namein/narc_0012.bin differ diff --git a/files/data/namein/narc_0013.bin b/files/data/namein/narc_0013.bin index 632f571f..8584822e 100644 Binary files a/files/data/namein/narc_0013.bin and b/files/data/namein/narc_0013.bin differ diff --git a/files/data/namein/narc_0014.bin b/files/data/namein/narc_0014.bin index a2875c9f..87873846 100644 Binary files a/files/data/namein/narc_0014.bin and b/files/data/namein/narc_0014.bin differ diff --git a/files/data/namein/narc_0015.bin b/files/data/namein/narc_0015.bin index 97eeb864..e3ad94f4 100644 Binary files a/files/data/namein/narc_0015.bin and b/files/data/namein/narc_0015.bin differ diff --git a/files/data/namein/narc_0016.bin b/files/data/namein/narc_0016.bin index e16660f2..1c747b40 100644 Binary files a/files/data/namein/narc_0016.bin and b/files/data/namein/narc_0016.bin differ diff --git a/files/data/namein/narc_0017.bin b/files/data/namein/narc_0017.bin index 52cce4fe..d3c5f0e9 100644 Binary files a/files/data/namein/narc_0017.bin and b/files/data/namein/narc_0017.bin differ diff --git a/files/data/namein/narc_0018.bin b/files/data/namein/narc_0018.bin index f47d43c4..b79e861c 100644 Binary files a/files/data/namein/narc_0018.bin and b/files/data/namein/narc_0018.bin differ diff --git a/files/data/tradelist/.knarcignore b/files/data/tradelist/.knarcignore new file mode 100644 index 00000000..a8e64e48 --- /dev/null +++ b/files/data/tradelist/.knarcignore @@ -0,0 +1,24 @@ +files/data/tradelist/narc_0009.bin +files/data/tradelist/narc_0008.bin +files/data/tradelist/narc_0003.bin +files/data/tradelist/narc_0002.bin +files/data/tradelist/narc_0001.bin +files/data/tradelist/narc_0011.bin +files/data/tradelist/narc_0005.bin +files/data/tradelist/narc_0004.bin +files/data/tradelist/narc_0010.bin +files/data/tradelist/narc_0006.bin +files/data/tradelist/narc_0012.bin +files/data/tradelist/narc_0007.bin +narc_0009.bin +narc_0008.bin +narc_0003.bin +narc_0002.bin +narc_0001.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0007.bin diff --git a/files/data/tradelist/narc_0001.bin b/files/data/tradelist/narc_0001.bin index 1ceae926..15effa2f 100644 Binary files a/files/data/tradelist/narc_0001.bin and b/files/data/tradelist/narc_0001.bin differ diff --git a/files/data/tradelist/narc_0002.bin b/files/data/tradelist/narc_0002.bin index c401fe1f..efb88b6c 100644 Binary files a/files/data/tradelist/narc_0002.bin and b/files/data/tradelist/narc_0002.bin differ diff --git a/files/data/tradelist/narc_0003.bin b/files/data/tradelist/narc_0003.bin index d4c8262d..5edaa03a 100644 Binary files a/files/data/tradelist/narc_0003.bin and b/files/data/tradelist/narc_0003.bin differ diff --git a/files/data/tradelist/narc_0004.bin b/files/data/tradelist/narc_0004.bin index 142f2ed8..69dfa34c 100644 Binary files a/files/data/tradelist/narc_0004.bin and b/files/data/tradelist/narc_0004.bin differ diff --git a/files/data/tradelist/narc_0005.bin b/files/data/tradelist/narc_0005.bin index 2ad56131..a497eeb8 100644 Binary files a/files/data/tradelist/narc_0005.bin and b/files/data/tradelist/narc_0005.bin differ diff --git a/files/data/tradelist/narc_0006.bin b/files/data/tradelist/narc_0006.bin index a44a563d..cd1e0dac 100644 Binary files a/files/data/tradelist/narc_0006.bin and b/files/data/tradelist/narc_0006.bin differ diff --git a/files/data/tradelist/narc_0007.bin b/files/data/tradelist/narc_0007.bin index f9342e56..d3e657da 100644 Binary files a/files/data/tradelist/narc_0007.bin and b/files/data/tradelist/narc_0007.bin differ diff --git a/files/data/tradelist/narc_0008.bin b/files/data/tradelist/narc_0008.bin index ac86c226..3fb710ce 100644 Binary files a/files/data/tradelist/narc_0008.bin and b/files/data/tradelist/narc_0008.bin differ diff --git a/files/data/tradelist/narc_0009.bin b/files/data/tradelist/narc_0009.bin index 17dfd365..c189559b 100644 Binary files a/files/data/tradelist/narc_0009.bin and b/files/data/tradelist/narc_0009.bin differ diff --git a/files/data/tradelist/narc_0010.bin b/files/data/tradelist/narc_0010.bin index 825ad17b..ee446017 100644 Binary files a/files/data/tradelist/narc_0010.bin and b/files/data/tradelist/narc_0010.bin differ diff --git a/files/data/tradelist/narc_0011.bin b/files/data/tradelist/narc_0011.bin index 9da70987..f0fbad09 100644 Binary files a/files/data/tradelist/narc_0011.bin and b/files/data/tradelist/narc_0011.bin differ diff --git a/files/data/tradelist/narc_0012.bin b/files/data/tradelist/narc_0012.bin index ee94e424..b8decca7 100644 Binary files a/files/data/tradelist/narc_0012.bin and b/files/data/tradelist/narc_0012.bin differ diff --git a/files/demo/egg/data/egg_data/.knarcignore b/files/demo/egg/data/egg_data/.knarcignore new file mode 100644 index 00000000..69d7c0e4 --- /dev/null +++ b/files/demo/egg/data/egg_data/.knarcignore @@ -0,0 +1,16 @@ +files/demo/egg/data/egg_data/narc_0003.bin +files/demo/egg/data/egg_data/narc_0002.bin +files/demo/egg/data/egg_data/narc_0000.bin +files/demo/egg/data/egg_data/narc_0001.bin +files/demo/egg/data/egg_data/narc_0005.bin +files/demo/egg/data/egg_data/narc_0004.bin +files/demo/egg/data/egg_data/narc_0006.bin +files/demo/egg/data/egg_data/narc_0007.bin +narc_0003.bin +narc_0002.bin +narc_0000.bin +narc_0001.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin diff --git a/files/demo/egg/data/egg_data/narc_0000.bin b/files/demo/egg/data/egg_data/narc_0000.bin index b534a853..433ad1d6 100644 Binary files a/files/demo/egg/data/egg_data/narc_0000.bin and b/files/demo/egg/data/egg_data/narc_0000.bin differ diff --git a/files/demo/egg/data/egg_data/narc_0001.bin b/files/demo/egg/data/egg_data/narc_0001.bin index b5b7b0ab..e46b6503 100644 Binary files a/files/demo/egg/data/egg_data/narc_0001.bin and b/files/demo/egg/data/egg_data/narc_0001.bin differ diff --git a/files/demo/egg/data/egg_data/narc_0002.bin b/files/demo/egg/data/egg_data/narc_0002.bin index aa1af61b..8301a317 100644 Binary files a/files/demo/egg/data/egg_data/narc_0002.bin and b/files/demo/egg/data/egg_data/narc_0002.bin differ diff --git a/files/demo/egg/data/egg_data/narc_0003.bin b/files/demo/egg/data/egg_data/narc_0003.bin index 930293f7..a972901f 100644 Binary files a/files/demo/egg/data/egg_data/narc_0003.bin and b/files/demo/egg/data/egg_data/narc_0003.bin differ diff --git a/files/demo/egg/data/egg_data/narc_0004.bin b/files/demo/egg/data/egg_data/narc_0004.bin index 5a2a92e2..19f86056 100644 Binary files a/files/demo/egg/data/egg_data/narc_0004.bin and b/files/demo/egg/data/egg_data/narc_0004.bin differ diff --git a/files/demo/egg/data/egg_data/narc_0005.bin b/files/demo/egg/data/egg_data/narc_0005.bin index 0df6c83b..a066aec1 100644 Binary files a/files/demo/egg/data/egg_data/narc_0005.bin and b/files/demo/egg/data/egg_data/narc_0005.bin differ diff --git a/files/demo/egg/data/egg_data/narc_0006.bin b/files/demo/egg/data/egg_data/narc_0006.bin index f2ba1b79..9d7499c8 100644 Binary files a/files/demo/egg/data/egg_data/narc_0006.bin and b/files/demo/egg/data/egg_data/narc_0006.bin differ diff --git a/files/demo/egg/data/egg_data/narc_0007.bin b/files/demo/egg/data/egg_data/narc_0007.bin index 95a8aaca..7b9df097 100644 Binary files a/files/demo/egg/data/egg_data/narc_0007.bin and b/files/demo/egg/data/egg_data/narc_0007.bin differ diff --git a/files/graphic/box/.knarcignore b/files/graphic/box/.knarcignore new file mode 100644 index 00000000..e921c9bb --- /dev/null +++ b/files/graphic/box/.knarcignore @@ -0,0 +1,178 @@ +files/graphic/box/narc_0022.bin +files/graphic/box/narc_0036.bin +files/graphic/box/narc_0023.bin +files/graphic/box/narc_0035.bin +files/graphic/box/narc_0021.bin +files/graphic/box/narc_0009.bin +files/graphic/box/narc_0008.bin +files/graphic/box/narc_0018.bin +files/graphic/box/narc_0030.bin +files/graphic/box/narc_0024.bin +files/graphic/box/narc_0025.bin +files/graphic/box/narc_0019.bin +files/graphic/box/narc_0033.bin +files/graphic/box/narc_0032.bin +files/graphic/box/narc_0096.bin +files/graphic/box/narc_0041.bin +files/graphic/box/narc_0069.bin +files/graphic/box/narc_0068.bin +files/graphic/box/narc_0054.bin +files/graphic/box/narc_0083.bin +files/graphic/box/narc_0108.bin +files/graphic/box/narc_0095.bin +files/graphic/box/narc_0081.bin +files/graphic/box/narc_0056.bin +files/graphic/box/narc_0042.bin +files/graphic/box/narc_0057.bin +files/graphic/box/narc_0080.bin +files/graphic/box/narc_0090.bin +files/graphic/box/narc_0084.bin +files/graphic/box/narc_0053.bin +files/graphic/box/narc_0047.bin +files/graphic/box/narc_0118.bin +files/graphic/box/narc_0087.bin +files/graphic/box/narc_0093.bin +files/graphic/box/narc_0078.bin +files/graphic/box/narc_0044.bin +files/graphic/box/narc_0050.bin +files/graphic/box/narc_0051.bin +files/graphic/box/narc_0045.bin +files/graphic/box/narc_0092.bin +files/graphic/box/narc_0086.bin +files/graphic/box/narc_0119.bin +files/graphic/box/narc_0114.bin +files/graphic/box/narc_0100.bin +files/graphic/box/narc_0060.bin +files/graphic/box/narc_0074.bin +files/graphic/box/narc_0048.bin +files/graphic/box/narc_0075.bin +files/graphic/box/narc_0101.bin +files/graphic/box/narc_0115.bin +files/graphic/box/narc_0103.bin +files/graphic/box/narc_0117.bin +files/graphic/box/narc_0077.bin +files/graphic/box/narc_0063.bin +files/graphic/box/narc_0062.bin +files/graphic/box/narc_0089.bin +files/graphic/box/narc_0116.bin +files/graphic/box/narc_0102.bin +files/graphic/box/narc_0106.bin +files/graphic/box/narc_0112.bin +files/graphic/box/narc_0099.bin +files/graphic/box/narc_0072.bin +files/graphic/box/narc_0066.bin +files/graphic/box/narc_0098.bin +files/graphic/box/narc_0107.bin +files/graphic/box/narc_0111.bin +files/graphic/box/narc_0105.bin +files/graphic/box/narc_0059.bin +files/graphic/box/narc_0065.bin +files/graphic/box/narc_0071.bin +files/graphic/box/narc_0110.bin +files/graphic/box/narc_0003.bin +files/graphic/box/narc_0017.bin +files/graphic/box/narc_0016.bin +files/graphic/box/narc_0002.bin +files/graphic/box/narc_0014.bin +files/graphic/box/narc_0000.bin +files/graphic/box/narc_0029.bin +files/graphic/box/narc_0001.bin +files/graphic/box/narc_0015.bin +files/graphic/box/narc_0039.bin +files/graphic/box/narc_0011.bin +files/graphic/box/narc_0004.bin +files/graphic/box/narc_0010.bin +files/graphic/box/narc_0038.bin +files/graphic/box/narc_0006.bin +files/graphic/box/narc_0012.bin +files/graphic/box/narc_0013.bin +files/graphic/box/narc_0007.bin +narc_0022.bin +narc_0036.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0019.bin +narc_0033.bin +narc_0032.bin +narc_0096.bin +narc_0041.bin +narc_0069.bin +narc_0068.bin +narc_0054.bin +narc_0083.bin +narc_0108.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0057.bin +narc_0080.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0118.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0051.bin +narc_0045.bin +narc_0092.bin +narc_0086.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0075.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0077.bin +narc_0063.bin +narc_0062.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0098.bin +narc_0107.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0110.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0039.bin +narc_0011.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin diff --git a/files/graphic/box/narc_0000.bin b/files/graphic/box/narc_0000.bin index e3541974..8c89c8b0 100644 Binary files a/files/graphic/box/narc_0000.bin and b/files/graphic/box/narc_0000.bin differ diff --git a/files/graphic/box/narc_0001.bin b/files/graphic/box/narc_0001.bin index fec44932..333cf805 100644 Binary files a/files/graphic/box/narc_0001.bin and b/files/graphic/box/narc_0001.bin differ diff --git a/files/graphic/box/narc_0002.bin b/files/graphic/box/narc_0002.bin index a54a181a..eb120d3f 100644 Binary files a/files/graphic/box/narc_0002.bin and b/files/graphic/box/narc_0002.bin differ diff --git a/files/graphic/box/narc_0003.bin b/files/graphic/box/narc_0003.bin index 3c842853..f94e5976 100644 Binary files a/files/graphic/box/narc_0003.bin and b/files/graphic/box/narc_0003.bin differ diff --git a/files/graphic/box/narc_0004.bin b/files/graphic/box/narc_0004.bin index 3d57102a..eede140b 100644 Binary files a/files/graphic/box/narc_0004.bin and b/files/graphic/box/narc_0004.bin differ diff --git a/files/graphic/box/narc_0006.bin b/files/graphic/box/narc_0006.bin index 2184347d..55d3e95f 100644 Binary files a/files/graphic/box/narc_0006.bin and b/files/graphic/box/narc_0006.bin differ diff --git a/files/graphic/box/narc_0007.bin b/files/graphic/box/narc_0007.bin index 8b003836..77bca782 100644 Binary files a/files/graphic/box/narc_0007.bin and b/files/graphic/box/narc_0007.bin differ diff --git a/files/graphic/box/narc_0008.bin b/files/graphic/box/narc_0008.bin index 50b62253..a66495db 100644 Binary files a/files/graphic/box/narc_0008.bin and b/files/graphic/box/narc_0008.bin differ diff --git a/files/graphic/box/narc_0009.bin b/files/graphic/box/narc_0009.bin index 89dc74a2..0617f7ff 100644 Binary files a/files/graphic/box/narc_0009.bin and b/files/graphic/box/narc_0009.bin differ diff --git a/files/graphic/box/narc_0010.bin b/files/graphic/box/narc_0010.bin index 6ebd3b14..c55b455e 100644 Binary files a/files/graphic/box/narc_0010.bin and b/files/graphic/box/narc_0010.bin differ diff --git a/files/graphic/box/narc_0011.bin b/files/graphic/box/narc_0011.bin index 25027fb2..50ec63b3 100644 Binary files a/files/graphic/box/narc_0011.bin and b/files/graphic/box/narc_0011.bin differ diff --git a/files/graphic/box/narc_0012.bin b/files/graphic/box/narc_0012.bin index 9af21581..2940a027 100644 Binary files a/files/graphic/box/narc_0012.bin and b/files/graphic/box/narc_0012.bin differ diff --git a/files/graphic/box/narc_0013.bin b/files/graphic/box/narc_0013.bin index 020c13e6..d6eaf04e 100644 Binary files a/files/graphic/box/narc_0013.bin and b/files/graphic/box/narc_0013.bin differ diff --git a/files/graphic/box/narc_0014.bin b/files/graphic/box/narc_0014.bin index a130c92e..f54a5a0c 100644 Binary files a/files/graphic/box/narc_0014.bin and b/files/graphic/box/narc_0014.bin differ diff --git a/files/graphic/box/narc_0015.bin b/files/graphic/box/narc_0015.bin index fd401028..4ee13302 100644 Binary files a/files/graphic/box/narc_0015.bin and b/files/graphic/box/narc_0015.bin differ diff --git a/files/graphic/box/narc_0016.bin b/files/graphic/box/narc_0016.bin index b089f2e0..741cd346 100644 Binary files a/files/graphic/box/narc_0016.bin and b/files/graphic/box/narc_0016.bin differ diff --git a/files/graphic/box/narc_0017.bin b/files/graphic/box/narc_0017.bin index bca371e8..b16cb973 100644 Binary files a/files/graphic/box/narc_0017.bin and b/files/graphic/box/narc_0017.bin differ diff --git a/files/graphic/box/narc_0018.bin b/files/graphic/box/narc_0018.bin index 4f5d7661..f1977496 100644 Binary files a/files/graphic/box/narc_0018.bin and b/files/graphic/box/narc_0018.bin differ diff --git a/files/graphic/box/narc_0019.bin b/files/graphic/box/narc_0019.bin index 451c3b29..a066aec1 100644 Binary files a/files/graphic/box/narc_0019.bin and b/files/graphic/box/narc_0019.bin differ diff --git a/files/graphic/box/narc_0021.bin b/files/graphic/box/narc_0021.bin index 0d0047cd..aea88841 100644 Binary files a/files/graphic/box/narc_0021.bin and b/files/graphic/box/narc_0021.bin differ diff --git a/files/graphic/box/narc_0022.bin b/files/graphic/box/narc_0022.bin index 0761f795..a62ff734 100644 Binary files a/files/graphic/box/narc_0022.bin and b/files/graphic/box/narc_0022.bin differ diff --git a/files/graphic/box/narc_0023.bin b/files/graphic/box/narc_0023.bin index e5e8dbe6..badb4d35 100644 Binary files a/files/graphic/box/narc_0023.bin and b/files/graphic/box/narc_0023.bin differ diff --git a/files/graphic/box/narc_0024.bin b/files/graphic/box/narc_0024.bin index b98fadd9..7b76cb57 100644 Binary files a/files/graphic/box/narc_0024.bin and b/files/graphic/box/narc_0024.bin differ diff --git a/files/graphic/box/narc_0025.bin b/files/graphic/box/narc_0025.bin index 348b2d98..69fbcf37 100644 Binary files a/files/graphic/box/narc_0025.bin and b/files/graphic/box/narc_0025.bin differ diff --git a/files/graphic/box/narc_0029.bin b/files/graphic/box/narc_0029.bin index 1a16a880..eb0bdc2c 100644 Binary files a/files/graphic/box/narc_0029.bin and b/files/graphic/box/narc_0029.bin differ diff --git a/files/graphic/box/narc_0030.bin b/files/graphic/box/narc_0030.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0030.bin and b/files/graphic/box/narc_0030.bin differ diff --git a/files/graphic/box/narc_0032.bin b/files/graphic/box/narc_0032.bin index 7a8d965c..f13de150 100644 Binary files a/files/graphic/box/narc_0032.bin and b/files/graphic/box/narc_0032.bin differ diff --git a/files/graphic/box/narc_0033.bin b/files/graphic/box/narc_0033.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0033.bin and b/files/graphic/box/narc_0033.bin differ diff --git a/files/graphic/box/narc_0035.bin b/files/graphic/box/narc_0035.bin index 1570b900..8bf38602 100644 Binary files a/files/graphic/box/narc_0035.bin and b/files/graphic/box/narc_0035.bin differ diff --git a/files/graphic/box/narc_0036.bin b/files/graphic/box/narc_0036.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0036.bin and b/files/graphic/box/narc_0036.bin differ diff --git a/files/graphic/box/narc_0038.bin b/files/graphic/box/narc_0038.bin index 52549aaf..4dc60edc 100644 Binary files a/files/graphic/box/narc_0038.bin and b/files/graphic/box/narc_0038.bin differ diff --git a/files/graphic/box/narc_0039.bin b/files/graphic/box/narc_0039.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0039.bin and b/files/graphic/box/narc_0039.bin differ diff --git a/files/graphic/box/narc_0041.bin b/files/graphic/box/narc_0041.bin index 2b8e0416..9c979d4d 100644 Binary files a/files/graphic/box/narc_0041.bin and b/files/graphic/box/narc_0041.bin differ diff --git a/files/graphic/box/narc_0042.bin b/files/graphic/box/narc_0042.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0042.bin and b/files/graphic/box/narc_0042.bin differ diff --git a/files/graphic/box/narc_0044.bin b/files/graphic/box/narc_0044.bin index a59d4ebb..343d051b 100644 Binary files a/files/graphic/box/narc_0044.bin and b/files/graphic/box/narc_0044.bin differ diff --git a/files/graphic/box/narc_0045.bin b/files/graphic/box/narc_0045.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0045.bin and b/files/graphic/box/narc_0045.bin differ diff --git a/files/graphic/box/narc_0047.bin b/files/graphic/box/narc_0047.bin index 95a82f46..d4ecdc4a 100644 Binary files a/files/graphic/box/narc_0047.bin and b/files/graphic/box/narc_0047.bin differ diff --git a/files/graphic/box/narc_0048.bin b/files/graphic/box/narc_0048.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0048.bin and b/files/graphic/box/narc_0048.bin differ diff --git a/files/graphic/box/narc_0050.bin b/files/graphic/box/narc_0050.bin index 07ca7bc9..23ea06f9 100644 Binary files a/files/graphic/box/narc_0050.bin and b/files/graphic/box/narc_0050.bin differ diff --git a/files/graphic/box/narc_0051.bin b/files/graphic/box/narc_0051.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0051.bin and b/files/graphic/box/narc_0051.bin differ diff --git a/files/graphic/box/narc_0053.bin b/files/graphic/box/narc_0053.bin index 055d5df6..5f671e46 100644 Binary files a/files/graphic/box/narc_0053.bin and b/files/graphic/box/narc_0053.bin differ diff --git a/files/graphic/box/narc_0054.bin b/files/graphic/box/narc_0054.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0054.bin and b/files/graphic/box/narc_0054.bin differ diff --git a/files/graphic/box/narc_0056.bin b/files/graphic/box/narc_0056.bin index 7a303416..8e064b93 100644 Binary files a/files/graphic/box/narc_0056.bin and b/files/graphic/box/narc_0056.bin differ diff --git a/files/graphic/box/narc_0057.bin b/files/graphic/box/narc_0057.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0057.bin and b/files/graphic/box/narc_0057.bin differ diff --git a/files/graphic/box/narc_0059.bin b/files/graphic/box/narc_0059.bin index 016760d8..4e8a03d6 100644 Binary files a/files/graphic/box/narc_0059.bin and b/files/graphic/box/narc_0059.bin differ diff --git a/files/graphic/box/narc_0060.bin b/files/graphic/box/narc_0060.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0060.bin and b/files/graphic/box/narc_0060.bin differ diff --git a/files/graphic/box/narc_0062.bin b/files/graphic/box/narc_0062.bin index 196927c7..117565f1 100644 Binary files a/files/graphic/box/narc_0062.bin and b/files/graphic/box/narc_0062.bin differ diff --git a/files/graphic/box/narc_0063.bin b/files/graphic/box/narc_0063.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0063.bin and b/files/graphic/box/narc_0063.bin differ diff --git a/files/graphic/box/narc_0065.bin b/files/graphic/box/narc_0065.bin index e1d35fb0..4597c89c 100644 Binary files a/files/graphic/box/narc_0065.bin and b/files/graphic/box/narc_0065.bin differ diff --git a/files/graphic/box/narc_0066.bin b/files/graphic/box/narc_0066.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0066.bin and b/files/graphic/box/narc_0066.bin differ diff --git a/files/graphic/box/narc_0068.bin b/files/graphic/box/narc_0068.bin index 6e79b1d6..26f32efa 100644 Binary files a/files/graphic/box/narc_0068.bin and b/files/graphic/box/narc_0068.bin differ diff --git a/files/graphic/box/narc_0069.bin b/files/graphic/box/narc_0069.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0069.bin and b/files/graphic/box/narc_0069.bin differ diff --git a/files/graphic/box/narc_0071.bin b/files/graphic/box/narc_0071.bin index fda71ac5..e6ec71cd 100644 Binary files a/files/graphic/box/narc_0071.bin and b/files/graphic/box/narc_0071.bin differ diff --git a/files/graphic/box/narc_0072.bin b/files/graphic/box/narc_0072.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0072.bin and b/files/graphic/box/narc_0072.bin differ diff --git a/files/graphic/box/narc_0074.bin b/files/graphic/box/narc_0074.bin index fd740723..900bddf0 100644 Binary files a/files/graphic/box/narc_0074.bin and b/files/graphic/box/narc_0074.bin differ diff --git a/files/graphic/box/narc_0075.bin b/files/graphic/box/narc_0075.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0075.bin and b/files/graphic/box/narc_0075.bin differ diff --git a/files/graphic/box/narc_0077.bin b/files/graphic/box/narc_0077.bin index c2a7be1b..a2496cb2 100644 Binary files a/files/graphic/box/narc_0077.bin and b/files/graphic/box/narc_0077.bin differ diff --git a/files/graphic/box/narc_0078.bin b/files/graphic/box/narc_0078.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0078.bin and b/files/graphic/box/narc_0078.bin differ diff --git a/files/graphic/box/narc_0080.bin b/files/graphic/box/narc_0080.bin index 078a2e70..0904b2c6 100644 Binary files a/files/graphic/box/narc_0080.bin and b/files/graphic/box/narc_0080.bin differ diff --git a/files/graphic/box/narc_0081.bin b/files/graphic/box/narc_0081.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0081.bin and b/files/graphic/box/narc_0081.bin differ diff --git a/files/graphic/box/narc_0083.bin b/files/graphic/box/narc_0083.bin index ad00aff1..b7e3e151 100644 Binary files a/files/graphic/box/narc_0083.bin and b/files/graphic/box/narc_0083.bin differ diff --git a/files/graphic/box/narc_0084.bin b/files/graphic/box/narc_0084.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0084.bin and b/files/graphic/box/narc_0084.bin differ diff --git a/files/graphic/box/narc_0086.bin b/files/graphic/box/narc_0086.bin index 3ae525b1..084a2f9e 100644 Binary files a/files/graphic/box/narc_0086.bin and b/files/graphic/box/narc_0086.bin differ diff --git a/files/graphic/box/narc_0087.bin b/files/graphic/box/narc_0087.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0087.bin and b/files/graphic/box/narc_0087.bin differ diff --git a/files/graphic/box/narc_0089.bin b/files/graphic/box/narc_0089.bin index ee5a368c..526fd957 100644 Binary files a/files/graphic/box/narc_0089.bin and b/files/graphic/box/narc_0089.bin differ diff --git a/files/graphic/box/narc_0090.bin b/files/graphic/box/narc_0090.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0090.bin and b/files/graphic/box/narc_0090.bin differ diff --git a/files/graphic/box/narc_0092.bin b/files/graphic/box/narc_0092.bin index 47225bd5..a9a72b37 100644 Binary files a/files/graphic/box/narc_0092.bin and b/files/graphic/box/narc_0092.bin differ diff --git a/files/graphic/box/narc_0093.bin b/files/graphic/box/narc_0093.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0093.bin and b/files/graphic/box/narc_0093.bin differ diff --git a/files/graphic/box/narc_0095.bin b/files/graphic/box/narc_0095.bin index a4509d29..ab15133b 100644 Binary files a/files/graphic/box/narc_0095.bin and b/files/graphic/box/narc_0095.bin differ diff --git a/files/graphic/box/narc_0096.bin b/files/graphic/box/narc_0096.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0096.bin and b/files/graphic/box/narc_0096.bin differ diff --git a/files/graphic/box/narc_0098.bin b/files/graphic/box/narc_0098.bin index 1a2d9bb3..0797d3a3 100644 Binary files a/files/graphic/box/narc_0098.bin and b/files/graphic/box/narc_0098.bin differ diff --git a/files/graphic/box/narc_0099.bin b/files/graphic/box/narc_0099.bin index a492b98f..d6a7c905 100644 Binary files a/files/graphic/box/narc_0099.bin and b/files/graphic/box/narc_0099.bin differ diff --git a/files/graphic/box/narc_0100.bin b/files/graphic/box/narc_0100.bin index 707b01f1..6d10b48b 100644 Binary files a/files/graphic/box/narc_0100.bin and b/files/graphic/box/narc_0100.bin differ diff --git a/files/graphic/box/narc_0101.bin b/files/graphic/box/narc_0101.bin index eb6a3979..87fdafc5 100644 Binary files a/files/graphic/box/narc_0101.bin and b/files/graphic/box/narc_0101.bin differ diff --git a/files/graphic/box/narc_0102.bin b/files/graphic/box/narc_0102.bin index 56ec160b..a5ec6560 100644 Binary files a/files/graphic/box/narc_0102.bin and b/files/graphic/box/narc_0102.bin differ diff --git a/files/graphic/box/narc_0103.bin b/files/graphic/box/narc_0103.bin index 6db2b68b..cbeb1bd6 100644 Binary files a/files/graphic/box/narc_0103.bin and b/files/graphic/box/narc_0103.bin differ diff --git a/files/graphic/box/narc_0105.bin b/files/graphic/box/narc_0105.bin index be28c751..b5606832 100644 Binary files a/files/graphic/box/narc_0105.bin and b/files/graphic/box/narc_0105.bin differ diff --git a/files/graphic/box/narc_0106.bin b/files/graphic/box/narc_0106.bin index c30daf60..4d785a79 100644 Binary files a/files/graphic/box/narc_0106.bin and b/files/graphic/box/narc_0106.bin differ diff --git a/files/graphic/box/narc_0107.bin b/files/graphic/box/narc_0107.bin index 68e59187..62489eee 100644 Binary files a/files/graphic/box/narc_0107.bin and b/files/graphic/box/narc_0107.bin differ diff --git a/files/graphic/box/narc_0108.bin b/files/graphic/box/narc_0108.bin index dcc26ac3..6f26e485 100644 Binary files a/files/graphic/box/narc_0108.bin and b/files/graphic/box/narc_0108.bin differ diff --git a/files/graphic/box/narc_0110.bin b/files/graphic/box/narc_0110.bin index af0a4cd8..4e82d499 100644 Binary files a/files/graphic/box/narc_0110.bin and b/files/graphic/box/narc_0110.bin differ diff --git a/files/graphic/box/narc_0111.bin b/files/graphic/box/narc_0111.bin index 7ed19997..5238beaf 100644 Binary files a/files/graphic/box/narc_0111.bin and b/files/graphic/box/narc_0111.bin differ diff --git a/files/graphic/box/narc_0112.bin b/files/graphic/box/narc_0112.bin index ff4e1cff..0831bb19 100644 Binary files a/files/graphic/box/narc_0112.bin and b/files/graphic/box/narc_0112.bin differ diff --git a/files/graphic/box/narc_0114.bin b/files/graphic/box/narc_0114.bin index e90300a1..2f8e879b 100644 Binary files a/files/graphic/box/narc_0114.bin and b/files/graphic/box/narc_0114.bin differ diff --git a/files/graphic/box/narc_0115.bin b/files/graphic/box/narc_0115.bin index 7741612d..d9f4b4dd 100644 Binary files a/files/graphic/box/narc_0115.bin and b/files/graphic/box/narc_0115.bin differ diff --git a/files/graphic/box/narc_0116.bin b/files/graphic/box/narc_0116.bin index ff3ff1f0..07de176c 100644 Binary files a/files/graphic/box/narc_0116.bin and b/files/graphic/box/narc_0116.bin differ diff --git a/files/graphic/box/narc_0117.bin b/files/graphic/box/narc_0117.bin index ceb44e88..5ffff40e 100644 Binary files a/files/graphic/box/narc_0117.bin and b/files/graphic/box/narc_0117.bin differ diff --git a/files/graphic/box/narc_0118.bin b/files/graphic/box/narc_0118.bin index d61c5c9a..16bf4608 100644 Binary files a/files/graphic/box/narc_0118.bin and b/files/graphic/box/narc_0118.bin differ diff --git a/files/graphic/box/narc_0119.bin b/files/graphic/box/narc_0119.bin index ab817342..a4d7cbe9 100644 Binary files a/files/graphic/box/narc_0119.bin and b/files/graphic/box/narc_0119.bin differ diff --git a/files/graphic/demo_trade/.knarcignore b/files/graphic/demo_trade/.knarcignore new file mode 100644 index 00000000..53b3f4d1 --- /dev/null +++ b/files/graphic/demo_trade/.knarcignore @@ -0,0 +1,38 @@ +files/graphic/demo_trade/narc_0022.bin +files/graphic/demo_trade/narc_0021.bin +files/graphic/demo_trade/narc_0009.bin +files/graphic/demo_trade/narc_0008.bin +files/graphic/demo_trade/narc_0018.bin +files/graphic/demo_trade/narc_0024.bin +files/graphic/demo_trade/narc_0025.bin +files/graphic/demo_trade/narc_0019.bin +files/graphic/demo_trade/narc_0016.bin +files/graphic/demo_trade/narc_0002.bin +files/graphic/demo_trade/narc_0000.bin +files/graphic/demo_trade/narc_0001.bin +files/graphic/demo_trade/narc_0015.bin +files/graphic/demo_trade/narc_0011.bin +files/graphic/demo_trade/narc_0005.bin +files/graphic/demo_trade/narc_0004.bin +files/graphic/demo_trade/narc_0012.bin +files/graphic/demo_trade/narc_0013.bin +files/graphic/demo_trade/narc_0007.bin +narc_0022.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0018.bin +narc_0024.bin +narc_0025.bin +narc_0019.bin +narc_0016.bin +narc_0002.bin +narc_0000.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin diff --git a/files/graphic/demo_trade/narc_0000.bin b/files/graphic/demo_trade/narc_0000.bin index 0d9aa8e1..fa37f3b8 100644 Binary files a/files/graphic/demo_trade/narc_0000.bin and b/files/graphic/demo_trade/narc_0000.bin differ diff --git a/files/graphic/demo_trade/narc_0001.bin b/files/graphic/demo_trade/narc_0001.bin index 272e46cd..1aae5e2e 100644 Binary files a/files/graphic/demo_trade/narc_0001.bin and b/files/graphic/demo_trade/narc_0001.bin differ diff --git a/files/graphic/demo_trade/narc_0002.bin b/files/graphic/demo_trade/narc_0002.bin index ad5c84a2..dd7f417c 100644 Binary files a/files/graphic/demo_trade/narc_0002.bin and b/files/graphic/demo_trade/narc_0002.bin differ diff --git a/files/graphic/demo_trade/narc_0004.bin b/files/graphic/demo_trade/narc_0004.bin index c24f70a9..08e1e28d 100644 Binary files a/files/graphic/demo_trade/narc_0004.bin and b/files/graphic/demo_trade/narc_0004.bin differ diff --git a/files/graphic/demo_trade/narc_0005.bin b/files/graphic/demo_trade/narc_0005.bin index f815be0d..b995b354 100644 Binary files a/files/graphic/demo_trade/narc_0005.bin and b/files/graphic/demo_trade/narc_0005.bin differ diff --git a/files/graphic/demo_trade/narc_0007.bin b/files/graphic/demo_trade/narc_0007.bin index 564c355d..66a2ea11 100644 Binary files a/files/graphic/demo_trade/narc_0007.bin and b/files/graphic/demo_trade/narc_0007.bin differ diff --git a/files/graphic/demo_trade/narc_0008.bin b/files/graphic/demo_trade/narc_0008.bin index 1a233601..412c89ca 100644 Binary files a/files/graphic/demo_trade/narc_0008.bin and b/files/graphic/demo_trade/narc_0008.bin differ diff --git a/files/graphic/demo_trade/narc_0009.bin b/files/graphic/demo_trade/narc_0009.bin index 3cd8b921..6202de02 100644 Binary files a/files/graphic/demo_trade/narc_0009.bin and b/files/graphic/demo_trade/narc_0009.bin differ diff --git a/files/graphic/demo_trade/narc_0011.bin b/files/graphic/demo_trade/narc_0011.bin index 91a14044..286cda94 100644 Binary files a/files/graphic/demo_trade/narc_0011.bin and b/files/graphic/demo_trade/narc_0011.bin differ diff --git a/files/graphic/demo_trade/narc_0012.bin b/files/graphic/demo_trade/narc_0012.bin index 2451ae2c..caf11aa1 100644 Binary files a/files/graphic/demo_trade/narc_0012.bin and b/files/graphic/demo_trade/narc_0012.bin differ diff --git a/files/graphic/demo_trade/narc_0013.bin b/files/graphic/demo_trade/narc_0013.bin index a617d9df..1a6fe025 100644 Binary files a/files/graphic/demo_trade/narc_0013.bin and b/files/graphic/demo_trade/narc_0013.bin differ diff --git a/files/graphic/demo_trade/narc_0015.bin b/files/graphic/demo_trade/narc_0015.bin index e34456ae..3532a108 100644 Binary files a/files/graphic/demo_trade/narc_0015.bin and b/files/graphic/demo_trade/narc_0015.bin differ diff --git a/files/graphic/demo_trade/narc_0016.bin b/files/graphic/demo_trade/narc_0016.bin index f9dc28b2..8905a174 100644 Binary files a/files/graphic/demo_trade/narc_0016.bin and b/files/graphic/demo_trade/narc_0016.bin differ diff --git a/files/graphic/demo_trade/narc_0018.bin b/files/graphic/demo_trade/narc_0018.bin index d6361f15..790c9807 100644 Binary files a/files/graphic/demo_trade/narc_0018.bin and b/files/graphic/demo_trade/narc_0018.bin differ diff --git a/files/graphic/demo_trade/narc_0019.bin b/files/graphic/demo_trade/narc_0019.bin index 342d3b9d..cb1eb396 100644 Binary files a/files/graphic/demo_trade/narc_0019.bin and b/files/graphic/demo_trade/narc_0019.bin differ diff --git a/files/graphic/demo_trade/narc_0021.bin b/files/graphic/demo_trade/narc_0021.bin index 08bab6d2..57e67278 100644 Binary files a/files/graphic/demo_trade/narc_0021.bin and b/files/graphic/demo_trade/narc_0021.bin differ diff --git a/files/graphic/demo_trade/narc_0022.bin b/files/graphic/demo_trade/narc_0022.bin index 417cc113..1f293e9e 100644 Binary files a/files/graphic/demo_trade/narc_0022.bin and b/files/graphic/demo_trade/narc_0022.bin differ diff --git a/files/graphic/demo_trade/narc_0024.bin b/files/graphic/demo_trade/narc_0024.bin index a6e12b63..71f40652 100644 Binary files a/files/graphic/demo_trade/narc_0024.bin and b/files/graphic/demo_trade/narc_0024.bin differ diff --git a/files/graphic/demo_trade/narc_0025.bin b/files/graphic/demo_trade/narc_0025.bin index 197432c2..cef3dfeb 100644 Binary files a/files/graphic/demo_trade/narc_0025.bin and b/files/graphic/demo_trade/narc_0025.bin differ diff --git a/files/graphic/dendou_demo/.knarcignore b/files/graphic/dendou_demo/.knarcignore new file mode 100644 index 00000000..882f1504 --- /dev/null +++ b/files/graphic/dendou_demo/.knarcignore @@ -0,0 +1,8 @@ +files/graphic/dendou_demo/narc_0003.bin +files/graphic/dendou_demo/narc_0002.bin +files/graphic/dendou_demo/narc_0000.bin +files/graphic/dendou_demo/narc_0001.bin +narc_0003.bin +narc_0002.bin +narc_0000.bin +narc_0001.bin diff --git a/files/graphic/dendou_demo/narc_0000.bin b/files/graphic/dendou_demo/narc_0000.bin index fbc51723..b5706270 100644 Binary files a/files/graphic/dendou_demo/narc_0000.bin and b/files/graphic/dendou_demo/narc_0000.bin differ diff --git a/files/graphic/dendou_demo/narc_0001.bin b/files/graphic/dendou_demo/narc_0001.bin index 2c43b3fc..7c88d630 100644 Binary files a/files/graphic/dendou_demo/narc_0001.bin and b/files/graphic/dendou_demo/narc_0001.bin differ diff --git a/files/graphic/dendou_demo/narc_0002.bin b/files/graphic/dendou_demo/narc_0002.bin index 27a1dee6..bc06cb5e 100644 Binary files a/files/graphic/dendou_demo/narc_0002.bin and b/files/graphic/dendou_demo/narc_0002.bin differ diff --git a/files/graphic/dendou_demo/narc_0003.bin b/files/graphic/dendou_demo/narc_0003.bin index d9f20ab8..c3fff0da 100644 Binary files a/files/graphic/dendou_demo/narc_0003.bin and b/files/graphic/dendou_demo/narc_0003.bin differ diff --git a/files/graphic/dendou_pc/.knarcignore b/files/graphic/dendou_pc/.knarcignore new file mode 100644 index 00000000..32750e20 --- /dev/null +++ b/files/graphic/dendou_pc/.knarcignore @@ -0,0 +1,4 @@ +files/graphic/dendou_pc/narc_0000.bin +files/graphic/dendou_pc/narc_0001.bin +narc_0000.bin +narc_0001.bin diff --git a/files/graphic/dendou_pc/narc_0000.bin b/files/graphic/dendou_pc/narc_0000.bin index a013f01f..0adb7c86 100644 Binary files a/files/graphic/dendou_pc/narc_0000.bin and b/files/graphic/dendou_pc/narc_0000.bin differ diff --git a/files/graphic/dendou_pc/narc_0001.bin b/files/graphic/dendou_pc/narc_0001.bin index a69202f4..2d912d02 100644 Binary files a/files/graphic/dendou_pc/narc_0001.bin and b/files/graphic/dendou_pc/narc_0001.bin differ diff --git a/files/graphic/font/.knarcignore b/files/graphic/font/.knarcignore new file mode 100644 index 00000000..2751fae8 --- /dev/null +++ b/files/graphic/font/.knarcignore @@ -0,0 +1,2 @@ +files/graphic/font/narc_0004.bin +narc_0004.bin diff --git a/files/graphic/font/narc_0004.bin b/files/graphic/font/narc_0004.bin index 91a0b485..8e70499d 100644 Binary files a/files/graphic/font/narc_0004.bin and b/files/graphic/font/narc_0004.bin differ diff --git a/files/graphic/mysign/.knarcignore b/files/graphic/mysign/.knarcignore new file mode 100644 index 00000000..06e90202 --- /dev/null +++ b/files/graphic/mysign/.knarcignore @@ -0,0 +1,14 @@ +files/graphic/mysign/narc_0009.bin +files/graphic/mysign/narc_0008.bin +files/graphic/mysign/narc_0003.bin +files/graphic/mysign/narc_0005.bin +files/graphic/mysign/narc_0004.bin +files/graphic/mysign/narc_0006.bin +files/graphic/mysign/narc_0007.bin +narc_0009.bin +narc_0008.bin +narc_0003.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin diff --git a/files/graphic/mysign/narc_0003.bin b/files/graphic/mysign/narc_0003.bin index 1c88838a..4da5ff9c 100644 Binary files a/files/graphic/mysign/narc_0003.bin and b/files/graphic/mysign/narc_0003.bin differ diff --git a/files/graphic/mysign/narc_0004.bin b/files/graphic/mysign/narc_0004.bin index 8eb66f16..f5071465 100644 Binary files a/files/graphic/mysign/narc_0004.bin and b/files/graphic/mysign/narc_0004.bin differ diff --git a/files/graphic/mysign/narc_0005.bin b/files/graphic/mysign/narc_0005.bin index d5db6410..9a8d9531 100644 Binary files a/files/graphic/mysign/narc_0005.bin and b/files/graphic/mysign/narc_0005.bin differ diff --git a/files/graphic/mysign/narc_0006.bin b/files/graphic/mysign/narc_0006.bin index 31bb9268..67de3fcf 100644 Binary files a/files/graphic/mysign/narc_0006.bin and b/files/graphic/mysign/narc_0006.bin differ diff --git a/files/graphic/mysign/narc_0007.bin b/files/graphic/mysign/narc_0007.bin index 81a3dc1f..1728c0ae 100644 Binary files a/files/graphic/mysign/narc_0007.bin and b/files/graphic/mysign/narc_0007.bin differ diff --git a/files/graphic/mysign/narc_0008.bin b/files/graphic/mysign/narc_0008.bin index ae7708ed..360cf3c2 100644 Binary files a/files/graphic/mysign/narc_0008.bin and b/files/graphic/mysign/narc_0008.bin differ diff --git a/files/graphic/mysign/narc_0009.bin b/files/graphic/mysign/narc_0009.bin index f4380e19..4967becc 100644 Binary files a/files/graphic/mysign/narc_0009.bin and b/files/graphic/mysign/narc_0009.bin differ diff --git a/files/graphic/mystery/.knarcignore b/files/graphic/mystery/.knarcignore new file mode 100644 index 00000000..9b040123 --- /dev/null +++ b/files/graphic/mystery/.knarcignore @@ -0,0 +1,58 @@ +files/graphic/mystery/narc_0022.bin +files/graphic/mystery/narc_0037.bin +files/graphic/mystery/narc_0035.bin +files/graphic/mystery/narc_0021.bin +files/graphic/mystery/narc_0009.bin +files/graphic/mystery/narc_0008.bin +files/graphic/mystery/narc_0020.bin +files/graphic/mystery/narc_0034.bin +files/graphic/mystery/narc_0018.bin +files/graphic/mystery/narc_0030.bin +files/graphic/mystery/narc_0024.bin +files/graphic/mystery/narc_0025.bin +files/graphic/mystery/narc_0031.bin +files/graphic/mystery/narc_0027.bin +files/graphic/mystery/narc_0033.bin +files/graphic/mystery/narc_0026.bin +files/graphic/mystery/narc_0017.bin +files/graphic/mystery/narc_0002.bin +files/graphic/mystery/narc_0014.bin +files/graphic/mystery/narc_0028.bin +files/graphic/mystery/narc_0001.bin +files/graphic/mystery/narc_0015.bin +files/graphic/mystery/narc_0039.bin +files/graphic/mystery/narc_0005.bin +files/graphic/mystery/narc_0004.bin +files/graphic/mystery/narc_0010.bin +files/graphic/mystery/narc_0038.bin +files/graphic/mystery/narc_0006.bin +files/graphic/mystery/narc_0013.bin +narc_0022.bin +narc_0037.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0027.bin +narc_0033.bin +narc_0026.bin +narc_0017.bin +narc_0002.bin +narc_0014.bin +narc_0028.bin +narc_0001.bin +narc_0015.bin +narc_0039.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0006.bin +narc_0013.bin diff --git a/files/graphic/mystery/narc_0001.bin b/files/graphic/mystery/narc_0001.bin index 76000718..816a38a4 100644 Binary files a/files/graphic/mystery/narc_0001.bin and b/files/graphic/mystery/narc_0001.bin differ diff --git a/files/graphic/mystery/narc_0002.bin b/files/graphic/mystery/narc_0002.bin index cbefd574..5a306f05 100644 Binary files a/files/graphic/mystery/narc_0002.bin and b/files/graphic/mystery/narc_0002.bin differ diff --git a/files/graphic/mystery/narc_0004.bin b/files/graphic/mystery/narc_0004.bin index d079e5fd..2d5c023d 100644 Binary files a/files/graphic/mystery/narc_0004.bin and b/files/graphic/mystery/narc_0004.bin differ diff --git a/files/graphic/mystery/narc_0005.bin b/files/graphic/mystery/narc_0005.bin index d73ba221..3a0e89d0 100644 Binary files a/files/graphic/mystery/narc_0005.bin and b/files/graphic/mystery/narc_0005.bin differ diff --git a/files/graphic/mystery/narc_0006.bin b/files/graphic/mystery/narc_0006.bin index 1abdfed0..57fb10c8 100644 Binary files a/files/graphic/mystery/narc_0006.bin and b/files/graphic/mystery/narc_0006.bin differ diff --git a/files/graphic/mystery/narc_0008.bin b/files/graphic/mystery/narc_0008.bin index 469974e5..2f048bd0 100644 Binary files a/files/graphic/mystery/narc_0008.bin and b/files/graphic/mystery/narc_0008.bin differ diff --git a/files/graphic/mystery/narc_0009.bin b/files/graphic/mystery/narc_0009.bin index b53dbf3c..0107fa0b 100644 Binary files a/files/graphic/mystery/narc_0009.bin and b/files/graphic/mystery/narc_0009.bin differ diff --git a/files/graphic/mystery/narc_0010.bin b/files/graphic/mystery/narc_0010.bin index 63f95d93..21af6150 100644 Binary files a/files/graphic/mystery/narc_0010.bin and b/files/graphic/mystery/narc_0010.bin differ diff --git a/files/graphic/mystery/narc_0013.bin b/files/graphic/mystery/narc_0013.bin index 72478ecc..3fbdecce 100644 Binary files a/files/graphic/mystery/narc_0013.bin and b/files/graphic/mystery/narc_0013.bin differ diff --git a/files/graphic/mystery/narc_0014.bin b/files/graphic/mystery/narc_0014.bin index da1f1152..42e86649 100644 Binary files a/files/graphic/mystery/narc_0014.bin and b/files/graphic/mystery/narc_0014.bin differ diff --git a/files/graphic/mystery/narc_0015.bin b/files/graphic/mystery/narc_0015.bin index dbf77ccb..f7863b42 100644 Binary files a/files/graphic/mystery/narc_0015.bin and b/files/graphic/mystery/narc_0015.bin differ diff --git a/files/graphic/mystery/narc_0017.bin b/files/graphic/mystery/narc_0017.bin index d2337c57..88867971 100644 Binary files a/files/graphic/mystery/narc_0017.bin and b/files/graphic/mystery/narc_0017.bin differ diff --git a/files/graphic/mystery/narc_0018.bin b/files/graphic/mystery/narc_0018.bin index 98047c1e..36577549 100644 Binary files a/files/graphic/mystery/narc_0018.bin and b/files/graphic/mystery/narc_0018.bin differ diff --git a/files/graphic/mystery/narc_0020.bin b/files/graphic/mystery/narc_0020.bin index e907b932..ac6e3412 100644 Binary files a/files/graphic/mystery/narc_0020.bin and b/files/graphic/mystery/narc_0020.bin differ diff --git a/files/graphic/mystery/narc_0021.bin b/files/graphic/mystery/narc_0021.bin index ef230c60..cae2b7fd 100644 Binary files a/files/graphic/mystery/narc_0021.bin and b/files/graphic/mystery/narc_0021.bin differ diff --git a/files/graphic/mystery/narc_0022.bin b/files/graphic/mystery/narc_0022.bin index 182114f6..247383ba 100644 Binary files a/files/graphic/mystery/narc_0022.bin and b/files/graphic/mystery/narc_0022.bin differ diff --git a/files/graphic/mystery/narc_0024.bin b/files/graphic/mystery/narc_0024.bin index 8ed3cea6..3245e8c4 100644 Binary files a/files/graphic/mystery/narc_0024.bin and b/files/graphic/mystery/narc_0024.bin differ diff --git a/files/graphic/mystery/narc_0025.bin b/files/graphic/mystery/narc_0025.bin index 84afd9a9..da174aa2 100644 Binary files a/files/graphic/mystery/narc_0025.bin and b/files/graphic/mystery/narc_0025.bin differ diff --git a/files/graphic/mystery/narc_0026.bin b/files/graphic/mystery/narc_0026.bin index 8902c3f5..a7647a59 100644 Binary files a/files/graphic/mystery/narc_0026.bin and b/files/graphic/mystery/narc_0026.bin differ diff --git a/files/graphic/mystery/narc_0027.bin b/files/graphic/mystery/narc_0027.bin index 4af21bfe..83791a89 100644 Binary files a/files/graphic/mystery/narc_0027.bin and b/files/graphic/mystery/narc_0027.bin differ diff --git a/files/graphic/mystery/narc_0028.bin b/files/graphic/mystery/narc_0028.bin index b6fbd3c5..3d3c1648 100644 Binary files a/files/graphic/mystery/narc_0028.bin and b/files/graphic/mystery/narc_0028.bin differ diff --git a/files/graphic/mystery/narc_0030.bin b/files/graphic/mystery/narc_0030.bin index 6803279e..307ed4c0 100644 Binary files a/files/graphic/mystery/narc_0030.bin and b/files/graphic/mystery/narc_0030.bin differ diff --git a/files/graphic/mystery/narc_0031.bin b/files/graphic/mystery/narc_0031.bin index 492e9f8c..200c017f 100644 Binary files a/files/graphic/mystery/narc_0031.bin and b/files/graphic/mystery/narc_0031.bin differ diff --git a/files/graphic/mystery/narc_0033.bin b/files/graphic/mystery/narc_0033.bin index 451c3b29..a066aec1 100644 Binary files a/files/graphic/mystery/narc_0033.bin and b/files/graphic/mystery/narc_0033.bin differ diff --git a/files/graphic/mystery/narc_0034.bin b/files/graphic/mystery/narc_0034.bin index 817721b8..0a6d2869 100644 Binary files a/files/graphic/mystery/narc_0034.bin and b/files/graphic/mystery/narc_0034.bin differ diff --git a/files/graphic/mystery/narc_0035.bin b/files/graphic/mystery/narc_0035.bin index 03833636..648e95ac 100644 Binary files a/files/graphic/mystery/narc_0035.bin and b/files/graphic/mystery/narc_0035.bin differ diff --git a/files/graphic/mystery/narc_0037.bin b/files/graphic/mystery/narc_0037.bin index 6ef5f2a0..aceacec6 100644 Binary files a/files/graphic/mystery/narc_0037.bin and b/files/graphic/mystery/narc_0037.bin differ diff --git a/files/graphic/mystery/narc_0038.bin b/files/graphic/mystery/narc_0038.bin index 64e5a549..d390dcf5 100644 Binary files a/files/graphic/mystery/narc_0038.bin and b/files/graphic/mystery/narc_0038.bin differ diff --git a/files/graphic/mystery/narc_0039.bin b/files/graphic/mystery/narc_0039.bin index d5d895d8..bd9756e4 100644 Binary files a/files/graphic/mystery/narc_0039.bin and b/files/graphic/mystery/narc_0039.bin differ diff --git a/files/graphic/oekaki/.knarcignore b/files/graphic/oekaki/.knarcignore new file mode 100644 index 00000000..27e78841 --- /dev/null +++ b/files/graphic/oekaki/.knarcignore @@ -0,0 +1,14 @@ +files/graphic/oekaki/narc_0008.bin +files/graphic/oekaki/narc_0003.bin +files/graphic/oekaki/narc_0002.bin +files/graphic/oekaki/narc_0005.bin +files/graphic/oekaki/narc_0004.bin +files/graphic/oekaki/narc_0006.bin +files/graphic/oekaki/narc_0007.bin +narc_0008.bin +narc_0003.bin +narc_0002.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin diff --git a/files/graphic/oekaki/narc_0002.bin b/files/graphic/oekaki/narc_0002.bin index a83b5fef..b2cce689 100644 Binary files a/files/graphic/oekaki/narc_0002.bin and b/files/graphic/oekaki/narc_0002.bin differ diff --git a/files/graphic/oekaki/narc_0003.bin b/files/graphic/oekaki/narc_0003.bin index 8eb66f16..f5071465 100644 Binary files a/files/graphic/oekaki/narc_0003.bin and b/files/graphic/oekaki/narc_0003.bin differ diff --git a/files/graphic/oekaki/narc_0004.bin b/files/graphic/oekaki/narc_0004.bin index ca1e8d5a..e3fba61e 100644 Binary files a/files/graphic/oekaki/narc_0004.bin and b/files/graphic/oekaki/narc_0004.bin differ diff --git a/files/graphic/oekaki/narc_0005.bin b/files/graphic/oekaki/narc_0005.bin index 3c586f3a..fb43b6ce 100644 Binary files a/files/graphic/oekaki/narc_0005.bin and b/files/graphic/oekaki/narc_0005.bin differ diff --git a/files/graphic/oekaki/narc_0006.bin b/files/graphic/oekaki/narc_0006.bin index 7c896fbb..2ab0445b 100644 Binary files a/files/graphic/oekaki/narc_0006.bin and b/files/graphic/oekaki/narc_0006.bin differ diff --git a/files/graphic/oekaki/narc_0007.bin b/files/graphic/oekaki/narc_0007.bin index 09deb2a0..50158f88 100644 Binary files a/files/graphic/oekaki/narc_0007.bin and b/files/graphic/oekaki/narc_0007.bin differ diff --git a/files/graphic/oekaki/narc_0008.bin b/files/graphic/oekaki/narc_0008.bin index 9ec7d9a6..6d5a1a13 100644 Binary files a/files/graphic/oekaki/narc_0008.bin and b/files/graphic/oekaki/narc_0008.bin differ diff --git a/files/graphic/pmsi/.knarcignore b/files/graphic/pmsi/.knarcignore new file mode 100644 index 00000000..b1c2646d --- /dev/null +++ b/files/graphic/pmsi/.knarcignore @@ -0,0 +1,44 @@ +files/graphic/pmsi/narc_0022.bin +files/graphic/pmsi/narc_0023.bin +files/graphic/pmsi/narc_0009.bin +files/graphic/pmsi/narc_0008.bin +files/graphic/pmsi/narc_0020.bin +files/graphic/pmsi/narc_0018.bin +files/graphic/pmsi/narc_0024.bin +files/graphic/pmsi/narc_0019.bin +files/graphic/pmsi/narc_0003.bin +files/graphic/pmsi/narc_0017.bin +files/graphic/pmsi/narc_0016.bin +files/graphic/pmsi/narc_0002.bin +files/graphic/pmsi/narc_0014.bin +files/graphic/pmsi/narc_0000.bin +files/graphic/pmsi/narc_0001.bin +files/graphic/pmsi/narc_0015.bin +files/graphic/pmsi/narc_0011.bin +files/graphic/pmsi/narc_0005.bin +files/graphic/pmsi/narc_0004.bin +files/graphic/pmsi/narc_0012.bin +files/graphic/pmsi/narc_0013.bin +files/graphic/pmsi/narc_0007.bin +narc_0022.bin +narc_0023.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0018.bin +narc_0024.bin +narc_0019.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin diff --git a/files/graphic/pmsi/narc_0000.bin b/files/graphic/pmsi/narc_0000.bin index deb3d60a..6abadd0d 100644 Binary files a/files/graphic/pmsi/narc_0000.bin and b/files/graphic/pmsi/narc_0000.bin differ diff --git a/files/graphic/pmsi/narc_0001.bin b/files/graphic/pmsi/narc_0001.bin index 4d854ba3..357e9e34 100644 Binary files a/files/graphic/pmsi/narc_0001.bin and b/files/graphic/pmsi/narc_0001.bin differ diff --git a/files/graphic/pmsi/narc_0002.bin b/files/graphic/pmsi/narc_0002.bin index 3fc0d22c..55482483 100644 Binary files a/files/graphic/pmsi/narc_0002.bin and b/files/graphic/pmsi/narc_0002.bin differ diff --git a/files/graphic/pmsi/narc_0003.bin b/files/graphic/pmsi/narc_0003.bin index 02adcd18..f02d30d8 100644 Binary files a/files/graphic/pmsi/narc_0003.bin and b/files/graphic/pmsi/narc_0003.bin differ diff --git a/files/graphic/pmsi/narc_0004.bin b/files/graphic/pmsi/narc_0004.bin index 782fe6e8..b7031460 100644 Binary files a/files/graphic/pmsi/narc_0004.bin and b/files/graphic/pmsi/narc_0004.bin differ diff --git a/files/graphic/pmsi/narc_0005.bin b/files/graphic/pmsi/narc_0005.bin index e8e56744..25bb28e2 100644 Binary files a/files/graphic/pmsi/narc_0005.bin and b/files/graphic/pmsi/narc_0005.bin differ diff --git a/files/graphic/pmsi/narc_0007.bin b/files/graphic/pmsi/narc_0007.bin index 9ca66678..89999f9e 100644 Binary files a/files/graphic/pmsi/narc_0007.bin and b/files/graphic/pmsi/narc_0007.bin differ diff --git a/files/graphic/pmsi/narc_0008.bin b/files/graphic/pmsi/narc_0008.bin index 6020776e..9c8cf80f 100644 Binary files a/files/graphic/pmsi/narc_0008.bin and b/files/graphic/pmsi/narc_0008.bin differ diff --git a/files/graphic/pmsi/narc_0009.bin b/files/graphic/pmsi/narc_0009.bin index d083a717..0c4ab8a3 100644 Binary files a/files/graphic/pmsi/narc_0009.bin and b/files/graphic/pmsi/narc_0009.bin differ diff --git a/files/graphic/pmsi/narc_0011.bin b/files/graphic/pmsi/narc_0011.bin index ff097e87..fdd9d1c8 100644 Binary files a/files/graphic/pmsi/narc_0011.bin and b/files/graphic/pmsi/narc_0011.bin differ diff --git a/files/graphic/pmsi/narc_0012.bin b/files/graphic/pmsi/narc_0012.bin index cba2efe3..09bea52c 100644 Binary files a/files/graphic/pmsi/narc_0012.bin and b/files/graphic/pmsi/narc_0012.bin differ diff --git a/files/graphic/pmsi/narc_0013.bin b/files/graphic/pmsi/narc_0013.bin index 643a6ffe..1d0c2e38 100644 Binary files a/files/graphic/pmsi/narc_0013.bin and b/files/graphic/pmsi/narc_0013.bin differ diff --git a/files/graphic/pmsi/narc_0014.bin b/files/graphic/pmsi/narc_0014.bin index d1f18e69..e23c9452 100644 Binary files a/files/graphic/pmsi/narc_0014.bin and b/files/graphic/pmsi/narc_0014.bin differ diff --git a/files/graphic/pmsi/narc_0015.bin b/files/graphic/pmsi/narc_0015.bin index 412d3649..cd1cbcfa 100644 Binary files a/files/graphic/pmsi/narc_0015.bin and b/files/graphic/pmsi/narc_0015.bin differ diff --git a/files/graphic/pmsi/narc_0016.bin b/files/graphic/pmsi/narc_0016.bin index 7b6ca2cf..27e83ec4 100644 Binary files a/files/graphic/pmsi/narc_0016.bin and b/files/graphic/pmsi/narc_0016.bin differ diff --git a/files/graphic/pmsi/narc_0017.bin b/files/graphic/pmsi/narc_0017.bin index 200beaac..d2c3dcc0 100644 Binary files a/files/graphic/pmsi/narc_0017.bin and b/files/graphic/pmsi/narc_0017.bin differ diff --git a/files/graphic/pmsi/narc_0018.bin b/files/graphic/pmsi/narc_0018.bin index 5c85ae37..6cecafb2 100644 Binary files a/files/graphic/pmsi/narc_0018.bin and b/files/graphic/pmsi/narc_0018.bin differ diff --git a/files/graphic/pmsi/narc_0019.bin b/files/graphic/pmsi/narc_0019.bin index 3aa80ee8..1927d2b4 100644 Binary files a/files/graphic/pmsi/narc_0019.bin and b/files/graphic/pmsi/narc_0019.bin differ diff --git a/files/graphic/pmsi/narc_0020.bin b/files/graphic/pmsi/narc_0020.bin index 496e52d8..222da01b 100644 Binary files a/files/graphic/pmsi/narc_0020.bin and b/files/graphic/pmsi/narc_0020.bin differ diff --git a/files/graphic/pmsi/narc_0022.bin b/files/graphic/pmsi/narc_0022.bin index 0ad4bd35..bfe1a88a 100644 Binary files a/files/graphic/pmsi/narc_0022.bin and b/files/graphic/pmsi/narc_0022.bin differ diff --git a/files/graphic/pmsi/narc_0023.bin b/files/graphic/pmsi/narc_0023.bin index f9a11e59..0e89b354 100644 Binary files a/files/graphic/pmsi/narc_0023.bin and b/files/graphic/pmsi/narc_0023.bin differ diff --git a/files/graphic/pmsi/narc_0024.bin b/files/graphic/pmsi/narc_0024.bin index 1cf16451..f09aff9a 100644 Binary files a/files/graphic/pmsi/narc_0024.bin and b/files/graphic/pmsi/narc_0024.bin differ diff --git a/files/graphic/poketch/.knarcignore b/files/graphic/poketch/.knarcignore new file mode 100644 index 00000000..ddd94a61 --- /dev/null +++ b/files/graphic/poketch/.knarcignore @@ -0,0 +1,240 @@ +files/graphic/poketch/narc_0022.bin +files/graphic/poketch/narc_0036.bin +files/graphic/poketch/narc_0037.bin +files/graphic/poketch/narc_0023.bin +files/graphic/poketch/narc_0035.bin +files/graphic/poketch/narc_0021.bin +files/graphic/poketch/narc_0020.bin +files/graphic/poketch/narc_0034.bin +files/graphic/poketch/narc_0018.bin +files/graphic/poketch/narc_0030.bin +files/graphic/poketch/narc_0024.bin +files/graphic/poketch/narc_0025.bin +files/graphic/poketch/narc_0031.bin +files/graphic/poketch/narc_0019.bin +files/graphic/poketch/narc_0027.bin +files/graphic/poketch/narc_0033.bin +files/graphic/poketch/narc_0032.bin +files/graphic/poketch/narc_0026.bin +files/graphic/poketch/narc_0121.bin +files/graphic/poketch/narc_0109.bin +files/graphic/poketch/narc_0082.bin +files/graphic/poketch/narc_0096.bin +files/graphic/poketch/narc_0041.bin +files/graphic/poketch/narc_0055.bin +files/graphic/poketch/narc_0069.bin +files/graphic/poketch/narc_0068.bin +files/graphic/poketch/narc_0054.bin +files/graphic/poketch/narc_0040.bin +files/graphic/poketch/narc_0097.bin +files/graphic/poketch/narc_0083.bin +files/graphic/poketch/narc_0108.bin +files/graphic/poketch/narc_0120.bin +files/graphic/poketch/narc_0122.bin +files/graphic/poketch/narc_0095.bin +files/graphic/poketch/narc_0081.bin +files/graphic/poketch/narc_0056.bin +files/graphic/poketch/narc_0042.bin +files/graphic/poketch/narc_0043.bin +files/graphic/poketch/narc_0057.bin +files/graphic/poketch/narc_0080.bin +files/graphic/poketch/narc_0094.bin +files/graphic/poketch/narc_0123.bin +files/graphic/poketch/narc_0090.bin +files/graphic/poketch/narc_0084.bin +files/graphic/poketch/narc_0053.bin +files/graphic/poketch/narc_0047.bin +files/graphic/poketch/narc_0046.bin +files/graphic/poketch/narc_0052.bin +files/graphic/poketch/narc_0085.bin +files/graphic/poketch/narc_0091.bin +files/graphic/poketch/narc_0118.bin +files/graphic/poketch/narc_0124.bin +files/graphic/poketch/narc_0087.bin +files/graphic/poketch/narc_0093.bin +files/graphic/poketch/narc_0078.bin +files/graphic/poketch/narc_0044.bin +files/graphic/poketch/narc_0050.bin +files/graphic/poketch/narc_0051.bin +files/graphic/poketch/narc_0045.bin +files/graphic/poketch/narc_0079.bin +files/graphic/poketch/narc_0092.bin +files/graphic/poketch/narc_0086.bin +files/graphic/poketch/narc_0125.bin +files/graphic/poketch/narc_0119.bin +files/graphic/poketch/narc_0114.bin +files/graphic/poketch/narc_0100.bin +files/graphic/poketch/narc_0060.bin +files/graphic/poketch/narc_0074.bin +files/graphic/poketch/narc_0048.bin +files/graphic/poketch/narc_0049.bin +files/graphic/poketch/narc_0075.bin +files/graphic/poketch/narc_0061.bin +files/graphic/poketch/narc_0101.bin +files/graphic/poketch/narc_0115.bin +files/graphic/poketch/narc_0103.bin +files/graphic/poketch/narc_0117.bin +files/graphic/poketch/narc_0088.bin +files/graphic/poketch/narc_0077.bin +files/graphic/poketch/narc_0063.bin +files/graphic/poketch/narc_0062.bin +files/graphic/poketch/narc_0076.bin +files/graphic/poketch/narc_0089.bin +files/graphic/poketch/narc_0116.bin +files/graphic/poketch/narc_0102.bin +files/graphic/poketch/narc_0106.bin +files/graphic/poketch/narc_0112.bin +files/graphic/poketch/narc_0099.bin +files/graphic/poketch/narc_0072.bin +files/graphic/poketch/narc_0066.bin +files/graphic/poketch/narc_0067.bin +files/graphic/poketch/narc_0073.bin +files/graphic/poketch/narc_0098.bin +files/graphic/poketch/narc_0113.bin +files/graphic/poketch/narc_0107.bin +files/graphic/poketch/narc_0111.bin +files/graphic/poketch/narc_0105.bin +files/graphic/poketch/narc_0059.bin +files/graphic/poketch/narc_0065.bin +files/graphic/poketch/narc_0071.bin +files/graphic/poketch/narc_0070.bin +files/graphic/poketch/narc_0064.bin +files/graphic/poketch/narc_0058.bin +files/graphic/poketch/narc_0104.bin +files/graphic/poketch/narc_0110.bin +files/graphic/poketch/narc_0003.bin +files/graphic/poketch/narc_0017.bin +files/graphic/poketch/narc_0016.bin +files/graphic/poketch/narc_0002.bin +files/graphic/poketch/narc_0014.bin +files/graphic/poketch/narc_0028.bin +files/graphic/poketch/narc_0029.bin +files/graphic/poketch/narc_0015.bin +files/graphic/poketch/narc_0039.bin +files/graphic/poketch/narc_0011.bin +files/graphic/poketch/narc_0005.bin +files/graphic/poketch/narc_0004.bin +files/graphic/poketch/narc_0010.bin +files/graphic/poketch/narc_0038.bin +files/graphic/poketch/narc_0006.bin +files/graphic/poketch/narc_0007.bin +narc_0022.bin +narc_0036.bin +narc_0037.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0122.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0123.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0118.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0067.bin +narc_0073.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0104.bin +narc_0110.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0028.bin +narc_0029.bin +narc_0015.bin +narc_0039.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0006.bin +narc_0007.bin diff --git a/files/graphic/poketch/narc_0002.bin b/files/graphic/poketch/narc_0002.bin index 5715e9e0..8d1e7dda 100644 Binary files a/files/graphic/poketch/narc_0002.bin and b/files/graphic/poketch/narc_0002.bin differ diff --git a/files/graphic/poketch/narc_0003.bin b/files/graphic/poketch/narc_0003.bin index b79d798a..785cafda 100644 Binary files a/files/graphic/poketch/narc_0003.bin and b/files/graphic/poketch/narc_0003.bin differ diff --git a/files/graphic/poketch/narc_0004.bin b/files/graphic/poketch/narc_0004.bin index d314873f..e6d16600 100644 Binary files a/files/graphic/poketch/narc_0004.bin and b/files/graphic/poketch/narc_0004.bin differ diff --git a/files/graphic/poketch/narc_0005.bin b/files/graphic/poketch/narc_0005.bin index 57f20434..527246cb 100644 Binary files a/files/graphic/poketch/narc_0005.bin and b/files/graphic/poketch/narc_0005.bin differ diff --git a/files/graphic/poketch/narc_0006.bin b/files/graphic/poketch/narc_0006.bin index 78b7e6d5..53c3fbe2 100644 Binary files a/files/graphic/poketch/narc_0006.bin and b/files/graphic/poketch/narc_0006.bin differ diff --git a/files/graphic/poketch/narc_0007.bin b/files/graphic/poketch/narc_0007.bin index eb22419a..2d58f30e 100644 Binary files a/files/graphic/poketch/narc_0007.bin and b/files/graphic/poketch/narc_0007.bin differ diff --git a/files/graphic/poketch/narc_0010.bin b/files/graphic/poketch/narc_0010.bin index 75d87f58..9dcdc01b 100644 Binary files a/files/graphic/poketch/narc_0010.bin and b/files/graphic/poketch/narc_0010.bin differ diff --git a/files/graphic/poketch/narc_0011.bin b/files/graphic/poketch/narc_0011.bin index 97830501..d2f5f9df 100644 Binary files a/files/graphic/poketch/narc_0011.bin and b/files/graphic/poketch/narc_0011.bin differ diff --git a/files/graphic/poketch/narc_0014.bin b/files/graphic/poketch/narc_0014.bin index bc84816c..c64431d2 100644 Binary files a/files/graphic/poketch/narc_0014.bin and b/files/graphic/poketch/narc_0014.bin differ diff --git a/files/graphic/poketch/narc_0015.bin b/files/graphic/poketch/narc_0015.bin index b4067043..90352462 100644 Binary files a/files/graphic/poketch/narc_0015.bin and b/files/graphic/poketch/narc_0015.bin differ diff --git a/files/graphic/poketch/narc_0016.bin b/files/graphic/poketch/narc_0016.bin index ae015fa7..701f2504 100644 Binary files a/files/graphic/poketch/narc_0016.bin and b/files/graphic/poketch/narc_0016.bin differ diff --git a/files/graphic/poketch/narc_0017.bin b/files/graphic/poketch/narc_0017.bin index 7b8bc1b7..b085d840 100644 Binary files a/files/graphic/poketch/narc_0017.bin and b/files/graphic/poketch/narc_0017.bin differ diff --git a/files/graphic/poketch/narc_0018.bin b/files/graphic/poketch/narc_0018.bin index 361104f2..4299f37b 100644 Binary files a/files/graphic/poketch/narc_0018.bin and b/files/graphic/poketch/narc_0018.bin differ diff --git a/files/graphic/poketch/narc_0019.bin b/files/graphic/poketch/narc_0019.bin index f2d85490..c5d831d1 100644 Binary files a/files/graphic/poketch/narc_0019.bin and b/files/graphic/poketch/narc_0019.bin differ diff --git a/files/graphic/poketch/narc_0020.bin b/files/graphic/poketch/narc_0020.bin index 09f12af6..78f95f7b 100644 Binary files a/files/graphic/poketch/narc_0020.bin and b/files/graphic/poketch/narc_0020.bin differ diff --git a/files/graphic/poketch/narc_0021.bin b/files/graphic/poketch/narc_0021.bin index 8c4430dd..6095d9a4 100644 Binary files a/files/graphic/poketch/narc_0021.bin and b/files/graphic/poketch/narc_0021.bin differ diff --git a/files/graphic/poketch/narc_0022.bin b/files/graphic/poketch/narc_0022.bin index 294f2788..687c9f5a 100644 Binary files a/files/graphic/poketch/narc_0022.bin and b/files/graphic/poketch/narc_0022.bin differ diff --git a/files/graphic/poketch/narc_0023.bin b/files/graphic/poketch/narc_0023.bin index cc2da011..d9f982b1 100644 Binary files a/files/graphic/poketch/narc_0023.bin and b/files/graphic/poketch/narc_0023.bin differ diff --git a/files/graphic/poketch/narc_0024.bin b/files/graphic/poketch/narc_0024.bin index 03ceb19a..08d65a61 100644 Binary files a/files/graphic/poketch/narc_0024.bin and b/files/graphic/poketch/narc_0024.bin differ diff --git a/files/graphic/poketch/narc_0025.bin b/files/graphic/poketch/narc_0025.bin index 886133e5..2d32663b 100644 Binary files a/files/graphic/poketch/narc_0025.bin and b/files/graphic/poketch/narc_0025.bin differ diff --git a/files/graphic/poketch/narc_0026.bin b/files/graphic/poketch/narc_0026.bin index e47968f4..c3c50855 100644 Binary files a/files/graphic/poketch/narc_0026.bin and b/files/graphic/poketch/narc_0026.bin differ diff --git a/files/graphic/poketch/narc_0027.bin b/files/graphic/poketch/narc_0027.bin index 2e4ba006..023c4af3 100644 Binary files a/files/graphic/poketch/narc_0027.bin and b/files/graphic/poketch/narc_0027.bin differ diff --git a/files/graphic/poketch/narc_0028.bin b/files/graphic/poketch/narc_0028.bin index 639b3903..707d275c 100644 Binary files a/files/graphic/poketch/narc_0028.bin and b/files/graphic/poketch/narc_0028.bin differ diff --git a/files/graphic/poketch/narc_0029.bin b/files/graphic/poketch/narc_0029.bin index 24383278..a687823c 100644 Binary files a/files/graphic/poketch/narc_0029.bin and b/files/graphic/poketch/narc_0029.bin differ diff --git a/files/graphic/poketch/narc_0030.bin b/files/graphic/poketch/narc_0030.bin index 0e47d160..e4b4eb34 100644 Binary files a/files/graphic/poketch/narc_0030.bin and b/files/graphic/poketch/narc_0030.bin differ diff --git a/files/graphic/poketch/narc_0031.bin b/files/graphic/poketch/narc_0031.bin index fce14b07..7447bf0a 100644 Binary files a/files/graphic/poketch/narc_0031.bin and b/files/graphic/poketch/narc_0031.bin differ diff --git a/files/graphic/poketch/narc_0032.bin b/files/graphic/poketch/narc_0032.bin index 008c1be2..6113d47f 100644 Binary files a/files/graphic/poketch/narc_0032.bin and b/files/graphic/poketch/narc_0032.bin differ diff --git a/files/graphic/poketch/narc_0033.bin b/files/graphic/poketch/narc_0033.bin index 2d48241f..e70544eb 100644 Binary files a/files/graphic/poketch/narc_0033.bin and b/files/graphic/poketch/narc_0033.bin differ diff --git a/files/graphic/poketch/narc_0034.bin b/files/graphic/poketch/narc_0034.bin index 41068d97..2c826c3d 100644 Binary files a/files/graphic/poketch/narc_0034.bin and b/files/graphic/poketch/narc_0034.bin differ diff --git a/files/graphic/poketch/narc_0035.bin b/files/graphic/poketch/narc_0035.bin index 51aa0890..3f34189f 100644 Binary files a/files/graphic/poketch/narc_0035.bin and b/files/graphic/poketch/narc_0035.bin differ diff --git a/files/graphic/poketch/narc_0036.bin b/files/graphic/poketch/narc_0036.bin index b298e184..e0b44411 100644 Binary files a/files/graphic/poketch/narc_0036.bin and b/files/graphic/poketch/narc_0036.bin differ diff --git a/files/graphic/poketch/narc_0037.bin b/files/graphic/poketch/narc_0037.bin index 06e85ce9..8fea83a9 100644 Binary files a/files/graphic/poketch/narc_0037.bin and b/files/graphic/poketch/narc_0037.bin differ diff --git a/files/graphic/poketch/narc_0038.bin b/files/graphic/poketch/narc_0038.bin index bcd4e6c8..23095c72 100644 Binary files a/files/graphic/poketch/narc_0038.bin and b/files/graphic/poketch/narc_0038.bin differ diff --git a/files/graphic/poketch/narc_0039.bin b/files/graphic/poketch/narc_0039.bin index fa47d05b..bcdfce77 100644 Binary files a/files/graphic/poketch/narc_0039.bin and b/files/graphic/poketch/narc_0039.bin differ diff --git a/files/graphic/poketch/narc_0040.bin b/files/graphic/poketch/narc_0040.bin index f5bd899f..50407853 100644 Binary files a/files/graphic/poketch/narc_0040.bin and b/files/graphic/poketch/narc_0040.bin differ diff --git a/files/graphic/poketch/narc_0041.bin b/files/graphic/poketch/narc_0041.bin index 426a40a2..694845ef 100644 Binary files a/files/graphic/poketch/narc_0041.bin and b/files/graphic/poketch/narc_0041.bin differ diff --git a/files/graphic/poketch/narc_0042.bin b/files/graphic/poketch/narc_0042.bin index 55bd69b3..a7f32c47 100644 Binary files a/files/graphic/poketch/narc_0042.bin and b/files/graphic/poketch/narc_0042.bin differ diff --git a/files/graphic/poketch/narc_0043.bin b/files/graphic/poketch/narc_0043.bin index f3e2a0b7..a6c052a0 100644 Binary files a/files/graphic/poketch/narc_0043.bin and b/files/graphic/poketch/narc_0043.bin differ diff --git a/files/graphic/poketch/narc_0044.bin b/files/graphic/poketch/narc_0044.bin index 2459257b..f274b1e8 100644 Binary files a/files/graphic/poketch/narc_0044.bin and b/files/graphic/poketch/narc_0044.bin differ diff --git a/files/graphic/poketch/narc_0045.bin b/files/graphic/poketch/narc_0045.bin index bb96b2fe..dab9e090 100644 Binary files a/files/graphic/poketch/narc_0045.bin and b/files/graphic/poketch/narc_0045.bin differ diff --git a/files/graphic/poketch/narc_0046.bin b/files/graphic/poketch/narc_0046.bin index 2e539d2a..033b8ba3 100644 Binary files a/files/graphic/poketch/narc_0046.bin and b/files/graphic/poketch/narc_0046.bin differ diff --git a/files/graphic/poketch/narc_0047.bin b/files/graphic/poketch/narc_0047.bin index d849d3e3..ec0f2a2d 100644 Binary files a/files/graphic/poketch/narc_0047.bin and b/files/graphic/poketch/narc_0047.bin differ diff --git a/files/graphic/poketch/narc_0048.bin b/files/graphic/poketch/narc_0048.bin index 41636cd4..c9382274 100644 Binary files a/files/graphic/poketch/narc_0048.bin and b/files/graphic/poketch/narc_0048.bin differ diff --git a/files/graphic/poketch/narc_0049.bin b/files/graphic/poketch/narc_0049.bin index 9d808c4f..e2b0ac11 100644 Binary files a/files/graphic/poketch/narc_0049.bin and b/files/graphic/poketch/narc_0049.bin differ diff --git a/files/graphic/poketch/narc_0050.bin b/files/graphic/poketch/narc_0050.bin index 4cc07584..e0a33420 100644 Binary files a/files/graphic/poketch/narc_0050.bin and b/files/graphic/poketch/narc_0050.bin differ diff --git a/files/graphic/poketch/narc_0051.bin b/files/graphic/poketch/narc_0051.bin index 2451ae2c..caf11aa1 100644 Binary files a/files/graphic/poketch/narc_0051.bin and b/files/graphic/poketch/narc_0051.bin differ diff --git a/files/graphic/poketch/narc_0052.bin b/files/graphic/poketch/narc_0052.bin index b39fdc7e..4f8aea18 100644 Binary files a/files/graphic/poketch/narc_0052.bin and b/files/graphic/poketch/narc_0052.bin differ diff --git a/files/graphic/poketch/narc_0053.bin b/files/graphic/poketch/narc_0053.bin index eb350e00..f3fd0935 100644 Binary files a/files/graphic/poketch/narc_0053.bin and b/files/graphic/poketch/narc_0053.bin differ diff --git a/files/graphic/poketch/narc_0054.bin b/files/graphic/poketch/narc_0054.bin index 09edefab..4927a377 100644 Binary files a/files/graphic/poketch/narc_0054.bin and b/files/graphic/poketch/narc_0054.bin differ diff --git a/files/graphic/poketch/narc_0055.bin b/files/graphic/poketch/narc_0055.bin index 29b8c52d..1a31f78d 100644 Binary files a/files/graphic/poketch/narc_0055.bin and b/files/graphic/poketch/narc_0055.bin differ diff --git a/files/graphic/poketch/narc_0056.bin b/files/graphic/poketch/narc_0056.bin index 30f02d87..f9d04493 100644 Binary files a/files/graphic/poketch/narc_0056.bin and b/files/graphic/poketch/narc_0056.bin differ diff --git a/files/graphic/poketch/narc_0057.bin b/files/graphic/poketch/narc_0057.bin index 67b8080f..fb2dd9c6 100644 Binary files a/files/graphic/poketch/narc_0057.bin and b/files/graphic/poketch/narc_0057.bin differ diff --git a/files/graphic/poketch/narc_0058.bin b/files/graphic/poketch/narc_0058.bin index dfcd3b60..fb0a3768 100644 Binary files a/files/graphic/poketch/narc_0058.bin and b/files/graphic/poketch/narc_0058.bin differ diff --git a/files/graphic/poketch/narc_0059.bin b/files/graphic/poketch/narc_0059.bin index 78d7ae1a..14431d2b 100644 Binary files a/files/graphic/poketch/narc_0059.bin and b/files/graphic/poketch/narc_0059.bin differ diff --git a/files/graphic/poketch/narc_0060.bin b/files/graphic/poketch/narc_0060.bin index 3d52ecc7..e3ede813 100644 Binary files a/files/graphic/poketch/narc_0060.bin and b/files/graphic/poketch/narc_0060.bin differ diff --git a/files/graphic/poketch/narc_0061.bin b/files/graphic/poketch/narc_0061.bin index 13300866..d27a02f5 100644 Binary files a/files/graphic/poketch/narc_0061.bin and b/files/graphic/poketch/narc_0061.bin differ diff --git a/files/graphic/poketch/narc_0062.bin b/files/graphic/poketch/narc_0062.bin index d09e13d4..a6ff39f5 100644 Binary files a/files/graphic/poketch/narc_0062.bin and b/files/graphic/poketch/narc_0062.bin differ diff --git a/files/graphic/poketch/narc_0063.bin b/files/graphic/poketch/narc_0063.bin index 6484123a..7b49cffb 100644 Binary files a/files/graphic/poketch/narc_0063.bin and b/files/graphic/poketch/narc_0063.bin differ diff --git a/files/graphic/poketch/narc_0064.bin b/files/graphic/poketch/narc_0064.bin index 171d6283..54a854fe 100644 Binary files a/files/graphic/poketch/narc_0064.bin and b/files/graphic/poketch/narc_0064.bin differ diff --git a/files/graphic/poketch/narc_0065.bin b/files/graphic/poketch/narc_0065.bin index 1e806641..533b4dbf 100644 Binary files a/files/graphic/poketch/narc_0065.bin and b/files/graphic/poketch/narc_0065.bin differ diff --git a/files/graphic/poketch/narc_0066.bin b/files/graphic/poketch/narc_0066.bin index a6f5bade..21e01cfb 100644 Binary files a/files/graphic/poketch/narc_0066.bin and b/files/graphic/poketch/narc_0066.bin differ diff --git a/files/graphic/poketch/narc_0067.bin b/files/graphic/poketch/narc_0067.bin index 817721b8..0a6d2869 100644 Binary files a/files/graphic/poketch/narc_0067.bin and b/files/graphic/poketch/narc_0067.bin differ diff --git a/files/graphic/poketch/narc_0068.bin b/files/graphic/poketch/narc_0068.bin index c3104f37..02bd85c6 100644 Binary files a/files/graphic/poketch/narc_0068.bin and b/files/graphic/poketch/narc_0068.bin differ diff --git a/files/graphic/poketch/narc_0069.bin b/files/graphic/poketch/narc_0069.bin index f40ed643..6cc04a2f 100644 Binary files a/files/graphic/poketch/narc_0069.bin and b/files/graphic/poketch/narc_0069.bin differ diff --git a/files/graphic/poketch/narc_0070.bin b/files/graphic/poketch/narc_0070.bin index b195c58f..126318b4 100644 Binary files a/files/graphic/poketch/narc_0070.bin and b/files/graphic/poketch/narc_0070.bin differ diff --git a/files/graphic/poketch/narc_0071.bin b/files/graphic/poketch/narc_0071.bin index 43b9bd3f..a084a711 100644 Binary files a/files/graphic/poketch/narc_0071.bin and b/files/graphic/poketch/narc_0071.bin differ diff --git a/files/graphic/poketch/narc_0072.bin b/files/graphic/poketch/narc_0072.bin index 6bd2bde6..fccff93f 100644 Binary files a/files/graphic/poketch/narc_0072.bin and b/files/graphic/poketch/narc_0072.bin differ diff --git a/files/graphic/poketch/narc_0073.bin b/files/graphic/poketch/narc_0073.bin index 4faef21f..231ce528 100644 Binary files a/files/graphic/poketch/narc_0073.bin and b/files/graphic/poketch/narc_0073.bin differ diff --git a/files/graphic/poketch/narc_0074.bin b/files/graphic/poketch/narc_0074.bin index b03add3c..11303723 100644 Binary files a/files/graphic/poketch/narc_0074.bin and b/files/graphic/poketch/narc_0074.bin differ diff --git a/files/graphic/poketch/narc_0075.bin b/files/graphic/poketch/narc_0075.bin index 50ba7c7f..f51c7755 100644 Binary files a/files/graphic/poketch/narc_0075.bin and b/files/graphic/poketch/narc_0075.bin differ diff --git a/files/graphic/poketch/narc_0076.bin b/files/graphic/poketch/narc_0076.bin index df9fe84f..4a4dea2c 100644 Binary files a/files/graphic/poketch/narc_0076.bin and b/files/graphic/poketch/narc_0076.bin differ diff --git a/files/graphic/poketch/narc_0077.bin b/files/graphic/poketch/narc_0077.bin index a217aab8..9e6862f2 100644 Binary files a/files/graphic/poketch/narc_0077.bin and b/files/graphic/poketch/narc_0077.bin differ diff --git a/files/graphic/poketch/narc_0078.bin b/files/graphic/poketch/narc_0078.bin index 5dd3a86a..1c3b29c8 100644 Binary files a/files/graphic/poketch/narc_0078.bin and b/files/graphic/poketch/narc_0078.bin differ diff --git a/files/graphic/poketch/narc_0079.bin b/files/graphic/poketch/narc_0079.bin index 86c00a82..36402127 100644 Binary files a/files/graphic/poketch/narc_0079.bin and b/files/graphic/poketch/narc_0079.bin differ diff --git a/files/graphic/poketch/narc_0080.bin b/files/graphic/poketch/narc_0080.bin index d3d69bd6..1c132678 100644 Binary files a/files/graphic/poketch/narc_0080.bin and b/files/graphic/poketch/narc_0080.bin differ diff --git a/files/graphic/poketch/narc_0081.bin b/files/graphic/poketch/narc_0081.bin index f8f13645..b2ba7ceb 100644 Binary files a/files/graphic/poketch/narc_0081.bin and b/files/graphic/poketch/narc_0081.bin differ diff --git a/files/graphic/poketch/narc_0082.bin b/files/graphic/poketch/narc_0082.bin index b863be5c..18dee9b6 100644 Binary files a/files/graphic/poketch/narc_0082.bin and b/files/graphic/poketch/narc_0082.bin differ diff --git a/files/graphic/poketch/narc_0083.bin b/files/graphic/poketch/narc_0083.bin index 9292a832..efbf6cf7 100644 Binary files a/files/graphic/poketch/narc_0083.bin and b/files/graphic/poketch/narc_0083.bin differ diff --git a/files/graphic/poketch/narc_0084.bin b/files/graphic/poketch/narc_0084.bin index a605c942..43227211 100644 Binary files a/files/graphic/poketch/narc_0084.bin and b/files/graphic/poketch/narc_0084.bin differ diff --git a/files/graphic/poketch/narc_0085.bin b/files/graphic/poketch/narc_0085.bin index 545ef360..8686f84c 100644 Binary files a/files/graphic/poketch/narc_0085.bin and b/files/graphic/poketch/narc_0085.bin differ diff --git a/files/graphic/poketch/narc_0086.bin b/files/graphic/poketch/narc_0086.bin index 359e6268..015ba3b7 100644 Binary files a/files/graphic/poketch/narc_0086.bin and b/files/graphic/poketch/narc_0086.bin differ diff --git a/files/graphic/poketch/narc_0087.bin b/files/graphic/poketch/narc_0087.bin index 1a760ac9..be2731eb 100644 Binary files a/files/graphic/poketch/narc_0087.bin and b/files/graphic/poketch/narc_0087.bin differ diff --git a/files/graphic/poketch/narc_0088.bin b/files/graphic/poketch/narc_0088.bin index 1aba102c..8d0a8fc6 100644 Binary files a/files/graphic/poketch/narc_0088.bin and b/files/graphic/poketch/narc_0088.bin differ diff --git a/files/graphic/poketch/narc_0089.bin b/files/graphic/poketch/narc_0089.bin index fb8ec35d..b458ae1e 100644 Binary files a/files/graphic/poketch/narc_0089.bin and b/files/graphic/poketch/narc_0089.bin differ diff --git a/files/graphic/poketch/narc_0090.bin b/files/graphic/poketch/narc_0090.bin index 304d9cc3..3c963520 100644 Binary files a/files/graphic/poketch/narc_0090.bin and b/files/graphic/poketch/narc_0090.bin differ diff --git a/files/graphic/poketch/narc_0091.bin b/files/graphic/poketch/narc_0091.bin index 0975a799..89d57cb2 100644 Binary files a/files/graphic/poketch/narc_0091.bin and b/files/graphic/poketch/narc_0091.bin differ diff --git a/files/graphic/poketch/narc_0092.bin b/files/graphic/poketch/narc_0092.bin index 087e0e78..927bb517 100644 Binary files a/files/graphic/poketch/narc_0092.bin and b/files/graphic/poketch/narc_0092.bin differ diff --git a/files/graphic/poketch/narc_0093.bin b/files/graphic/poketch/narc_0093.bin index ffbfe996..60a657f3 100644 Binary files a/files/graphic/poketch/narc_0093.bin and b/files/graphic/poketch/narc_0093.bin differ diff --git a/files/graphic/poketch/narc_0094.bin b/files/graphic/poketch/narc_0094.bin index 2b59fc60..9401bcea 100644 Binary files a/files/graphic/poketch/narc_0094.bin and b/files/graphic/poketch/narc_0094.bin differ diff --git a/files/graphic/poketch/narc_0095.bin b/files/graphic/poketch/narc_0095.bin index 5519b6f5..d28b6b7b 100644 Binary files a/files/graphic/poketch/narc_0095.bin and b/files/graphic/poketch/narc_0095.bin differ diff --git a/files/graphic/poketch/narc_0096.bin b/files/graphic/poketch/narc_0096.bin index f645f889..b96350de 100644 Binary files a/files/graphic/poketch/narc_0096.bin and b/files/graphic/poketch/narc_0096.bin differ diff --git a/files/graphic/poketch/narc_0097.bin b/files/graphic/poketch/narc_0097.bin index 5990ea92..c63315f9 100644 Binary files a/files/graphic/poketch/narc_0097.bin and b/files/graphic/poketch/narc_0097.bin differ diff --git a/files/graphic/poketch/narc_0098.bin b/files/graphic/poketch/narc_0098.bin index d260e7f2..a2b4e9d2 100644 Binary files a/files/graphic/poketch/narc_0098.bin and b/files/graphic/poketch/narc_0098.bin differ diff --git a/files/graphic/poketch/narc_0099.bin b/files/graphic/poketch/narc_0099.bin index f7326934..a445efd8 100644 Binary files a/files/graphic/poketch/narc_0099.bin and b/files/graphic/poketch/narc_0099.bin differ diff --git a/files/graphic/poketch/narc_0100.bin b/files/graphic/poketch/narc_0100.bin index 3018a416..21eb015d 100644 Binary files a/files/graphic/poketch/narc_0100.bin and b/files/graphic/poketch/narc_0100.bin differ diff --git a/files/graphic/poketch/narc_0101.bin b/files/graphic/poketch/narc_0101.bin index d6f89bdd..4030e8ad 100644 Binary files a/files/graphic/poketch/narc_0101.bin and b/files/graphic/poketch/narc_0101.bin differ diff --git a/files/graphic/poketch/narc_0102.bin b/files/graphic/poketch/narc_0102.bin index bb96b2fe..dab9e090 100644 Binary files a/files/graphic/poketch/narc_0102.bin and b/files/graphic/poketch/narc_0102.bin differ diff --git a/files/graphic/poketch/narc_0103.bin b/files/graphic/poketch/narc_0103.bin index 2451ae2c..caf11aa1 100644 Binary files a/files/graphic/poketch/narc_0103.bin and b/files/graphic/poketch/narc_0103.bin differ diff --git a/files/graphic/poketch/narc_0104.bin b/files/graphic/poketch/narc_0104.bin index 9e6d619e..0387bd39 100644 Binary files a/files/graphic/poketch/narc_0104.bin and b/files/graphic/poketch/narc_0104.bin differ diff --git a/files/graphic/poketch/narc_0105.bin b/files/graphic/poketch/narc_0105.bin index a96097b0..3ad52f1d 100644 Binary files a/files/graphic/poketch/narc_0105.bin and b/files/graphic/poketch/narc_0105.bin differ diff --git a/files/graphic/poketch/narc_0106.bin b/files/graphic/poketch/narc_0106.bin index 28185b03..028069ca 100644 Binary files a/files/graphic/poketch/narc_0106.bin and b/files/graphic/poketch/narc_0106.bin differ diff --git a/files/graphic/poketch/narc_0107.bin b/files/graphic/poketch/narc_0107.bin index fb6a44a7..2523efb3 100644 Binary files a/files/graphic/poketch/narc_0107.bin and b/files/graphic/poketch/narc_0107.bin differ diff --git a/files/graphic/poketch/narc_0108.bin b/files/graphic/poketch/narc_0108.bin index ce0ecf67..fbc21220 100644 Binary files a/files/graphic/poketch/narc_0108.bin and b/files/graphic/poketch/narc_0108.bin differ diff --git a/files/graphic/poketch/narc_0109.bin b/files/graphic/poketch/narc_0109.bin index 259aab25..cfc6cb0e 100644 Binary files a/files/graphic/poketch/narc_0109.bin and b/files/graphic/poketch/narc_0109.bin differ diff --git a/files/graphic/poketch/narc_0110.bin b/files/graphic/poketch/narc_0110.bin index aba5f0c0..418e0315 100644 Binary files a/files/graphic/poketch/narc_0110.bin and b/files/graphic/poketch/narc_0110.bin differ diff --git a/files/graphic/poketch/narc_0111.bin b/files/graphic/poketch/narc_0111.bin index e7c3f894..a7ef1e55 100644 Binary files a/files/graphic/poketch/narc_0111.bin and b/files/graphic/poketch/narc_0111.bin differ diff --git a/files/graphic/poketch/narc_0112.bin b/files/graphic/poketch/narc_0112.bin index 817721b8..0a6d2869 100644 Binary files a/files/graphic/poketch/narc_0112.bin and b/files/graphic/poketch/narc_0112.bin differ diff --git a/files/graphic/poketch/narc_0113.bin b/files/graphic/poketch/narc_0113.bin index c3104f37..02bd85c6 100644 Binary files a/files/graphic/poketch/narc_0113.bin and b/files/graphic/poketch/narc_0113.bin differ diff --git a/files/graphic/poketch/narc_0114.bin b/files/graphic/poketch/narc_0114.bin index ceca1b5d..95d73b39 100644 Binary files a/files/graphic/poketch/narc_0114.bin and b/files/graphic/poketch/narc_0114.bin differ diff --git a/files/graphic/poketch/narc_0115.bin b/files/graphic/poketch/narc_0115.bin index b33782c0..f8970b05 100644 Binary files a/files/graphic/poketch/narc_0115.bin and b/files/graphic/poketch/narc_0115.bin differ diff --git a/files/graphic/poketch/narc_0116.bin b/files/graphic/poketch/narc_0116.bin index 13587d26..8d2435c4 100644 Binary files a/files/graphic/poketch/narc_0116.bin and b/files/graphic/poketch/narc_0116.bin differ diff --git a/files/graphic/poketch/narc_0117.bin b/files/graphic/poketch/narc_0117.bin index c6b9597c..b377811e 100644 Binary files a/files/graphic/poketch/narc_0117.bin and b/files/graphic/poketch/narc_0117.bin differ diff --git a/files/graphic/poketch/narc_0118.bin b/files/graphic/poketch/narc_0118.bin index 450a4c04..e3742e2c 100644 Binary files a/files/graphic/poketch/narc_0118.bin and b/files/graphic/poketch/narc_0118.bin differ diff --git a/files/graphic/poketch/narc_0119.bin b/files/graphic/poketch/narc_0119.bin index f5fb66d5..dff709d8 100644 Binary files a/files/graphic/poketch/narc_0119.bin and b/files/graphic/poketch/narc_0119.bin differ diff --git a/files/graphic/poketch/narc_0120.bin b/files/graphic/poketch/narc_0120.bin index b2f99f33..6c39bed8 100644 Binary files a/files/graphic/poketch/narc_0120.bin and b/files/graphic/poketch/narc_0120.bin differ diff --git a/files/graphic/poketch/narc_0121.bin b/files/graphic/poketch/narc_0121.bin index 6645d92d..8df4ad48 100644 Binary files a/files/graphic/poketch/narc_0121.bin and b/files/graphic/poketch/narc_0121.bin differ diff --git a/files/graphic/poketch/narc_0122.bin b/files/graphic/poketch/narc_0122.bin index d5d0d2c0..ac2d8c07 100644 Binary files a/files/graphic/poketch/narc_0122.bin and b/files/graphic/poketch/narc_0122.bin differ diff --git a/files/graphic/poketch/narc_0123.bin b/files/graphic/poketch/narc_0123.bin index 35a58512..8a0d22e7 100644 Binary files a/files/graphic/poketch/narc_0123.bin and b/files/graphic/poketch/narc_0123.bin differ diff --git a/files/graphic/poketch/narc_0124.bin b/files/graphic/poketch/narc_0124.bin index 86e4ecad..c5636e6a 100644 Binary files a/files/graphic/poketch/narc_0124.bin and b/files/graphic/poketch/narc_0124.bin differ diff --git a/files/graphic/poketch/narc_0125.bin b/files/graphic/poketch/narc_0125.bin index 5795a79b..4e508f9e 100644 Binary files a/files/graphic/poketch/narc_0125.bin and b/files/graphic/poketch/narc_0125.bin differ diff --git a/files/graphic/record/.knarcignore b/files/graphic/record/.knarcignore new file mode 100644 index 00000000..aeacd52c --- /dev/null +++ b/files/graphic/record/.knarcignore @@ -0,0 +1,22 @@ +files/graphic/record/narc_0009.bin +files/graphic/record/narc_0003.bin +files/graphic/record/narc_0002.bin +files/graphic/record/narc_0014.bin +files/graphic/record/narc_0011.bin +files/graphic/record/narc_0005.bin +files/graphic/record/narc_0004.bin +files/graphic/record/narc_0010.bin +files/graphic/record/narc_0006.bin +files/graphic/record/narc_0012.bin +files/graphic/record/narc_0013.bin +narc_0009.bin +narc_0003.bin +narc_0002.bin +narc_0014.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin diff --git a/files/graphic/record/narc_0002.bin b/files/graphic/record/narc_0002.bin index 361e2add..a5e5845b 100644 Binary files a/files/graphic/record/narc_0002.bin and b/files/graphic/record/narc_0002.bin differ diff --git a/files/graphic/record/narc_0003.bin b/files/graphic/record/narc_0003.bin index f850819a..75ea648f 100644 Binary files a/files/graphic/record/narc_0003.bin and b/files/graphic/record/narc_0003.bin differ diff --git a/files/graphic/record/narc_0004.bin b/files/graphic/record/narc_0004.bin index e960939b..0b548c87 100644 Binary files a/files/graphic/record/narc_0004.bin and b/files/graphic/record/narc_0004.bin differ diff --git a/files/graphic/record/narc_0005.bin b/files/graphic/record/narc_0005.bin index e1bf9270..a89062d2 100644 Binary files a/files/graphic/record/narc_0005.bin and b/files/graphic/record/narc_0005.bin differ diff --git a/files/graphic/record/narc_0006.bin b/files/graphic/record/narc_0006.bin index aff20353..7472e14b 100644 Binary files a/files/graphic/record/narc_0006.bin and b/files/graphic/record/narc_0006.bin differ diff --git a/files/graphic/record/narc_0009.bin b/files/graphic/record/narc_0009.bin index f83f84a5..cfe3f41b 100644 Binary files a/files/graphic/record/narc_0009.bin and b/files/graphic/record/narc_0009.bin differ diff --git a/files/graphic/record/narc_0010.bin b/files/graphic/record/narc_0010.bin index b764971b..8c59208d 100644 Binary files a/files/graphic/record/narc_0010.bin and b/files/graphic/record/narc_0010.bin differ diff --git a/files/graphic/record/narc_0011.bin b/files/graphic/record/narc_0011.bin index c51492b6..1483d0b2 100644 Binary files a/files/graphic/record/narc_0011.bin and b/files/graphic/record/narc_0011.bin differ diff --git a/files/graphic/record/narc_0012.bin b/files/graphic/record/narc_0012.bin index 98b1b0c9..030d4496 100644 Binary files a/files/graphic/record/narc_0012.bin and b/files/graphic/record/narc_0012.bin differ diff --git a/files/graphic/record/narc_0013.bin b/files/graphic/record/narc_0013.bin index 03036150..5bca7cbb 100644 Binary files a/files/graphic/record/narc_0013.bin and b/files/graphic/record/narc_0013.bin differ diff --git a/files/graphic/record/narc_0014.bin b/files/graphic/record/narc_0014.bin index f974c457..a63005bb 100644 Binary files a/files/graphic/record/narc_0014.bin and b/files/graphic/record/narc_0014.bin differ diff --git a/files/graphic/touch_subwindow/.knarcignore b/files/graphic/touch_subwindow/.knarcignore new file mode 100644 index 00000000..5ba59ddf --- /dev/null +++ b/files/graphic/touch_subwindow/.knarcignore @@ -0,0 +1,18 @@ +files/graphic/touch_subwindow/narc_0009.bin +files/graphic/touch_subwindow/narc_0008.bin +files/graphic/touch_subwindow/narc_0003.bin +files/graphic/touch_subwindow/narc_0002.bin +files/graphic/touch_subwindow/narc_0001.bin +files/graphic/touch_subwindow/narc_0005.bin +files/graphic/touch_subwindow/narc_0004.bin +files/graphic/touch_subwindow/narc_0006.bin +files/graphic/touch_subwindow/narc_0007.bin +narc_0009.bin +narc_0008.bin +narc_0003.bin +narc_0002.bin +narc_0001.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin diff --git a/files/graphic/touch_subwindow/narc_0001.bin b/files/graphic/touch_subwindow/narc_0001.bin index 07837100..c9a5ae8f 100644 Binary files a/files/graphic/touch_subwindow/narc_0001.bin and b/files/graphic/touch_subwindow/narc_0001.bin differ diff --git a/files/graphic/touch_subwindow/narc_0002.bin b/files/graphic/touch_subwindow/narc_0002.bin index 4453d095..8b35cd29 100644 Binary files a/files/graphic/touch_subwindow/narc_0002.bin and b/files/graphic/touch_subwindow/narc_0002.bin differ diff --git a/files/graphic/touch_subwindow/narc_0003.bin b/files/graphic/touch_subwindow/narc_0003.bin index 92151221..ff46b8d5 100644 Binary files a/files/graphic/touch_subwindow/narc_0003.bin and b/files/graphic/touch_subwindow/narc_0003.bin differ diff --git a/files/graphic/touch_subwindow/narc_0004.bin b/files/graphic/touch_subwindow/narc_0004.bin index a5360c3e..adb200c1 100644 Binary files a/files/graphic/touch_subwindow/narc_0004.bin and b/files/graphic/touch_subwindow/narc_0004.bin differ diff --git a/files/graphic/touch_subwindow/narc_0005.bin b/files/graphic/touch_subwindow/narc_0005.bin index cfb2f2c8..7127bcc1 100644 Binary files a/files/graphic/touch_subwindow/narc_0005.bin and b/files/graphic/touch_subwindow/narc_0005.bin differ diff --git a/files/graphic/touch_subwindow/narc_0006.bin b/files/graphic/touch_subwindow/narc_0006.bin index dffe9c09..971b2fe0 100644 Binary files a/files/graphic/touch_subwindow/narc_0006.bin and b/files/graphic/touch_subwindow/narc_0006.bin differ diff --git a/files/graphic/touch_subwindow/narc_0007.bin b/files/graphic/touch_subwindow/narc_0007.bin index ce7d5678..29bad9e2 100644 Binary files a/files/graphic/touch_subwindow/narc_0007.bin and b/files/graphic/touch_subwindow/narc_0007.bin differ diff --git a/files/graphic/touch_subwindow/narc_0008.bin b/files/graphic/touch_subwindow/narc_0008.bin index 35ec8e5e..87021061 100644 Binary files a/files/graphic/touch_subwindow/narc_0008.bin and b/files/graphic/touch_subwindow/narc_0008.bin differ diff --git a/files/graphic/touch_subwindow/narc_0009.bin b/files/graphic/touch_subwindow/narc_0009.bin index 155d76dd..dfe2b15a 100644 Binary files a/files/graphic/touch_subwindow/narc_0009.bin and b/files/graphic/touch_subwindow/narc_0009.bin differ diff --git a/files/graphic/unionroom/.knarcignore b/files/graphic/unionroom/.knarcignore new file mode 100644 index 00000000..f0ac963b --- /dev/null +++ b/files/graphic/unionroom/.knarcignore @@ -0,0 +1,12 @@ +files/graphic/unionroom/narc_0003.bin +files/graphic/unionroom/narc_0002.bin +files/graphic/unionroom/narc_0005.bin +files/graphic/unionroom/narc_0004.bin +files/graphic/unionroom/narc_0006.bin +files/graphic/unionroom/narc_0007.bin +narc_0003.bin +narc_0002.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin diff --git a/files/graphic/unionroom/narc_0002.bin b/files/graphic/unionroom/narc_0002.bin index 00f88bc5..6ea9578b 100644 Binary files a/files/graphic/unionroom/narc_0002.bin and b/files/graphic/unionroom/narc_0002.bin differ diff --git a/files/graphic/unionroom/narc_0003.bin b/files/graphic/unionroom/narc_0003.bin index 59db7271..0f8ac8b2 100644 Binary files a/files/graphic/unionroom/narc_0003.bin and b/files/graphic/unionroom/narc_0003.bin differ diff --git a/files/graphic/unionroom/narc_0004.bin b/files/graphic/unionroom/narc_0004.bin index 356e440c..0e1ffab6 100644 Binary files a/files/graphic/unionroom/narc_0004.bin and b/files/graphic/unionroom/narc_0004.bin differ diff --git a/files/graphic/unionroom/narc_0005.bin b/files/graphic/unionroom/narc_0005.bin index f6217bdd..b3611218 100644 Binary files a/files/graphic/unionroom/narc_0005.bin and b/files/graphic/unionroom/narc_0005.bin differ diff --git a/files/graphic/unionroom/narc_0006.bin b/files/graphic/unionroom/narc_0006.bin index b7d0d70c..bec4c56b 100644 Binary files a/files/graphic/unionroom/narc_0006.bin and b/files/graphic/unionroom/narc_0006.bin differ diff --git a/files/graphic/unionroom/narc_0007.bin b/files/graphic/unionroom/narc_0007.bin index daa926f9..ec2a3f5f 100644 Binary files a/files/graphic/unionroom/narc_0007.bin and b/files/graphic/unionroom/narc_0007.bin differ diff --git a/files/graphic/worldtrade/.knarcignore b/files/graphic/worldtrade/.knarcignore new file mode 100644 index 00000000..f28be921 --- /dev/null +++ b/files/graphic/worldtrade/.knarcignore @@ -0,0 +1,56 @@ +files/graphic/worldtrade/narc_0022.bin +files/graphic/worldtrade/narc_0036.bin +files/graphic/worldtrade/narc_0037.bin +files/graphic/worldtrade/narc_0023.bin +files/graphic/worldtrade/narc_0035.bin +files/graphic/worldtrade/narc_0021.bin +files/graphic/worldtrade/narc_0020.bin +files/graphic/worldtrade/narc_0034.bin +files/graphic/worldtrade/narc_0018.bin +files/graphic/worldtrade/narc_0030.bin +files/graphic/worldtrade/narc_0024.bin +files/graphic/worldtrade/narc_0025.bin +files/graphic/worldtrade/narc_0031.bin +files/graphic/worldtrade/narc_0019.bin +files/graphic/worldtrade/narc_0027.bin +files/graphic/worldtrade/narc_0033.bin +files/graphic/worldtrade/narc_0032.bin +files/graphic/worldtrade/narc_0026.bin +files/graphic/worldtrade/narc_0017.bin +files/graphic/worldtrade/narc_0016.bin +files/graphic/worldtrade/narc_0014.bin +files/graphic/worldtrade/narc_0028.bin +files/graphic/worldtrade/narc_0029.bin +files/graphic/worldtrade/narc_0015.bin +files/graphic/worldtrade/narc_0011.bin +files/graphic/worldtrade/narc_0010.bin +files/graphic/worldtrade/narc_0012.bin +files/graphic/worldtrade/narc_0013.bin +narc_0022.bin +narc_0036.bin +narc_0037.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0017.bin +narc_0016.bin +narc_0014.bin +narc_0028.bin +narc_0029.bin +narc_0015.bin +narc_0011.bin +narc_0010.bin +narc_0012.bin +narc_0013.bin diff --git a/files/graphic/worldtrade/narc_0010.bin b/files/graphic/worldtrade/narc_0010.bin index e6b5f103..ee3c4523 100644 Binary files a/files/graphic/worldtrade/narc_0010.bin and b/files/graphic/worldtrade/narc_0010.bin differ diff --git a/files/graphic/worldtrade/narc_0011.bin b/files/graphic/worldtrade/narc_0011.bin index 1e015a6a..696e8032 100644 Binary files a/files/graphic/worldtrade/narc_0011.bin and b/files/graphic/worldtrade/narc_0011.bin differ diff --git a/files/graphic/worldtrade/narc_0012.bin b/files/graphic/worldtrade/narc_0012.bin index 984dbf47..d839a0de 100644 Binary files a/files/graphic/worldtrade/narc_0012.bin and b/files/graphic/worldtrade/narc_0012.bin differ diff --git a/files/graphic/worldtrade/narc_0013.bin b/files/graphic/worldtrade/narc_0013.bin index 72d559a3..2a31299e 100644 Binary files a/files/graphic/worldtrade/narc_0013.bin and b/files/graphic/worldtrade/narc_0013.bin differ diff --git a/files/graphic/worldtrade/narc_0014.bin b/files/graphic/worldtrade/narc_0014.bin index 8026960e..44f6ded1 100644 Binary files a/files/graphic/worldtrade/narc_0014.bin and b/files/graphic/worldtrade/narc_0014.bin differ diff --git a/files/graphic/worldtrade/narc_0015.bin b/files/graphic/worldtrade/narc_0015.bin index c2aace5f..e00322f5 100644 Binary files a/files/graphic/worldtrade/narc_0015.bin and b/files/graphic/worldtrade/narc_0015.bin differ diff --git a/files/graphic/worldtrade/narc_0016.bin b/files/graphic/worldtrade/narc_0016.bin index ae1661b3..1ec80cf1 100644 Binary files a/files/graphic/worldtrade/narc_0016.bin and b/files/graphic/worldtrade/narc_0016.bin differ diff --git a/files/graphic/worldtrade/narc_0017.bin b/files/graphic/worldtrade/narc_0017.bin index 55faf3f6..df3451cc 100644 Binary files a/files/graphic/worldtrade/narc_0017.bin and b/files/graphic/worldtrade/narc_0017.bin differ diff --git a/files/graphic/worldtrade/narc_0018.bin b/files/graphic/worldtrade/narc_0018.bin index e768d331..f9bd8e7b 100644 Binary files a/files/graphic/worldtrade/narc_0018.bin and b/files/graphic/worldtrade/narc_0018.bin differ diff --git a/files/graphic/worldtrade/narc_0019.bin b/files/graphic/worldtrade/narc_0019.bin index 0dabebe8..22c550a7 100644 Binary files a/files/graphic/worldtrade/narc_0019.bin and b/files/graphic/worldtrade/narc_0019.bin differ diff --git a/files/graphic/worldtrade/narc_0020.bin b/files/graphic/worldtrade/narc_0020.bin index 5d448328..601d8dbc 100644 Binary files a/files/graphic/worldtrade/narc_0020.bin and b/files/graphic/worldtrade/narc_0020.bin differ diff --git a/files/graphic/worldtrade/narc_0021.bin b/files/graphic/worldtrade/narc_0021.bin index f61bab02..f04ac580 100644 Binary files a/files/graphic/worldtrade/narc_0021.bin and b/files/graphic/worldtrade/narc_0021.bin differ diff --git a/files/graphic/worldtrade/narc_0022.bin b/files/graphic/worldtrade/narc_0022.bin index d9c9230e..ee7a8648 100644 Binary files a/files/graphic/worldtrade/narc_0022.bin and b/files/graphic/worldtrade/narc_0022.bin differ diff --git a/files/graphic/worldtrade/narc_0023.bin b/files/graphic/worldtrade/narc_0023.bin index 6df0b5cb..c6ad7c80 100644 Binary files a/files/graphic/worldtrade/narc_0023.bin and b/files/graphic/worldtrade/narc_0023.bin differ diff --git a/files/graphic/worldtrade/narc_0024.bin b/files/graphic/worldtrade/narc_0024.bin index 9b2db972..8b70b722 100644 Binary files a/files/graphic/worldtrade/narc_0024.bin and b/files/graphic/worldtrade/narc_0024.bin differ diff --git a/files/graphic/worldtrade/narc_0025.bin b/files/graphic/worldtrade/narc_0025.bin index 1345e4ed..66cfd998 100644 Binary files a/files/graphic/worldtrade/narc_0025.bin and b/files/graphic/worldtrade/narc_0025.bin differ diff --git a/files/graphic/worldtrade/narc_0026.bin b/files/graphic/worldtrade/narc_0026.bin index 16d4fe36..98dc3459 100644 Binary files a/files/graphic/worldtrade/narc_0026.bin and b/files/graphic/worldtrade/narc_0026.bin differ diff --git a/files/graphic/worldtrade/narc_0027.bin b/files/graphic/worldtrade/narc_0027.bin index a1e2bbca..6986e4da 100644 Binary files a/files/graphic/worldtrade/narc_0027.bin and b/files/graphic/worldtrade/narc_0027.bin differ diff --git a/files/graphic/worldtrade/narc_0028.bin b/files/graphic/worldtrade/narc_0028.bin index 5ff7601a..e3d9836c 100644 Binary files a/files/graphic/worldtrade/narc_0028.bin and b/files/graphic/worldtrade/narc_0028.bin differ diff --git a/files/graphic/worldtrade/narc_0029.bin b/files/graphic/worldtrade/narc_0029.bin index 8493c759..e8a5323c 100644 Binary files a/files/graphic/worldtrade/narc_0029.bin and b/files/graphic/worldtrade/narc_0029.bin differ diff --git a/files/graphic/worldtrade/narc_0030.bin b/files/graphic/worldtrade/narc_0030.bin index 87ae8f54..637613b9 100644 Binary files a/files/graphic/worldtrade/narc_0030.bin and b/files/graphic/worldtrade/narc_0030.bin differ diff --git a/files/graphic/worldtrade/narc_0031.bin b/files/graphic/worldtrade/narc_0031.bin index 70dd4ba2..1b37d901 100644 Binary files a/files/graphic/worldtrade/narc_0031.bin and b/files/graphic/worldtrade/narc_0031.bin differ diff --git a/files/graphic/worldtrade/narc_0032.bin b/files/graphic/worldtrade/narc_0032.bin index 7efa73fa..3d80c7a4 100644 Binary files a/files/graphic/worldtrade/narc_0032.bin and b/files/graphic/worldtrade/narc_0032.bin differ diff --git a/files/graphic/worldtrade/narc_0033.bin b/files/graphic/worldtrade/narc_0033.bin index c5e729ce..478b505e 100644 Binary files a/files/graphic/worldtrade/narc_0033.bin and b/files/graphic/worldtrade/narc_0033.bin differ diff --git a/files/graphic/worldtrade/narc_0034.bin b/files/graphic/worldtrade/narc_0034.bin index a1a8e41a..54ca8ab2 100644 Binary files a/files/graphic/worldtrade/narc_0034.bin and b/files/graphic/worldtrade/narc_0034.bin differ diff --git a/files/graphic/worldtrade/narc_0035.bin b/files/graphic/worldtrade/narc_0035.bin index 791b142e..4529ab65 100644 Binary files a/files/graphic/worldtrade/narc_0035.bin and b/files/graphic/worldtrade/narc_0035.bin differ diff --git a/files/graphic/worldtrade/narc_0036.bin b/files/graphic/worldtrade/narc_0036.bin index ace26dab..b3227b34 100644 Binary files a/files/graphic/worldtrade/narc_0036.bin and b/files/graphic/worldtrade/narc_0036.bin differ diff --git a/files/graphic/worldtrade/narc_0037.bin b/files/graphic/worldtrade/narc_0037.bin index 9606c494..b36ec9bf 100644 Binary files a/files/graphic/worldtrade/narc_0037.bin and b/files/graphic/worldtrade/narc_0037.bin differ diff --git a/files/poketool/pokefoot/pokefoot/.knarcignore b/files/poketool/pokefoot/pokefoot/.knarcignore new file mode 100644 index 00000000..762f3753 --- /dev/null +++ b/files/poketool/pokefoot/pokefoot/.knarcignore @@ -0,0 +1,992 @@ +files/poketool/pokefoot/pokefoot/narc_0397.bin +files/poketool/pokefoot/pokefoot/narc_0383.bin +files/poketool/pokefoot/pokefoot/narc_0354.bin +files/poketool/pokefoot/pokefoot/narc_0432.bin +files/poketool/pokefoot/pokefoot/narc_0426.bin +files/poketool/pokefoot/pokefoot/narc_0340.bin +files/poketool/pokefoot/pokefoot/narc_0368.bin +files/poketool/pokefoot/pokefoot/narc_0195.bin +files/poketool/pokefoot/pokefoot/narc_0181.bin +files/poketool/pokefoot/pokefoot/narc_0156.bin +files/poketool/pokefoot/pokefoot/narc_0142.bin +files/poketool/pokefoot/pokefoot/narc_0022.bin +files/poketool/pokefoot/pokefoot/narc_0036.bin +files/poketool/pokefoot/pokefoot/narc_0220.bin +files/poketool/pokefoot/pokefoot/narc_0234.bin +files/poketool/pokefoot/pokefoot/narc_0208.bin +files/poketool/pokefoot/pokefoot/narc_0209.bin +files/poketool/pokefoot/pokefoot/narc_0235.bin +files/poketool/pokefoot/pokefoot/narc_0221.bin +files/poketool/pokefoot/pokefoot/narc_0037.bin +files/poketool/pokefoot/pokefoot/narc_0023.bin +files/poketool/pokefoot/pokefoot/narc_0143.bin +files/poketool/pokefoot/pokefoot/narc_0157.bin +files/poketool/pokefoot/pokefoot/narc_0180.bin +files/poketool/pokefoot/pokefoot/narc_0194.bin +files/poketool/pokefoot/pokefoot/narc_0369.bin +files/poketool/pokefoot/pokefoot/narc_0427.bin +files/poketool/pokefoot/pokefoot/narc_0341.bin +files/poketool/pokefoot/pokefoot/narc_0355.bin +files/poketool/pokefoot/pokefoot/narc_0433.bin +files/poketool/pokefoot/pokefoot/narc_0382.bin +files/poketool/pokefoot/pokefoot/narc_0396.bin +files/poketool/pokefoot/pokefoot/narc_0380.bin +files/poketool/pokefoot/pokefoot/narc_0394.bin +files/poketool/pokefoot/pokefoot/narc_0343.bin +files/poketool/pokefoot/pokefoot/narc_0425.bin +files/poketool/pokefoot/pokefoot/narc_0431.bin +files/poketool/pokefoot/pokefoot/narc_0357.bin +files/poketool/pokefoot/pokefoot/narc_0419.bin +files/poketool/pokefoot/pokefoot/narc_0182.bin +files/poketool/pokefoot/pokefoot/narc_0196.bin +files/poketool/pokefoot/pokefoot/narc_0141.bin +files/poketool/pokefoot/pokefoot/narc_0155.bin +files/poketool/pokefoot/pokefoot/narc_0169.bin +files/poketool/pokefoot/pokefoot/narc_0035.bin +files/poketool/pokefoot/pokefoot/narc_0021.bin +files/poketool/pokefoot/pokefoot/narc_0009.bin +files/poketool/pokefoot/pokefoot/narc_0237.bin +files/poketool/pokefoot/pokefoot/narc_0223.bin +files/poketool/pokefoot/pokefoot/narc_0222.bin +files/poketool/pokefoot/pokefoot/narc_0236.bin +files/poketool/pokefoot/pokefoot/narc_0008.bin +files/poketool/pokefoot/pokefoot/narc_0020.bin +files/poketool/pokefoot/pokefoot/narc_0034.bin +files/poketool/pokefoot/pokefoot/narc_0168.bin +files/poketool/pokefoot/pokefoot/narc_0154.bin +files/poketool/pokefoot/pokefoot/narc_0140.bin +files/poketool/pokefoot/pokefoot/narc_0197.bin +files/poketool/pokefoot/pokefoot/narc_0183.bin +files/poketool/pokefoot/pokefoot/narc_0418.bin +files/poketool/pokefoot/pokefoot/narc_0430.bin +files/poketool/pokefoot/pokefoot/narc_0356.bin +files/poketool/pokefoot/pokefoot/narc_0342.bin +files/poketool/pokefoot/pokefoot/narc_0424.bin +files/poketool/pokefoot/pokefoot/narc_0395.bin +files/poketool/pokefoot/pokefoot/narc_0381.bin +files/poketool/pokefoot/pokefoot/narc_0385.bin +files/poketool/pokefoot/pokefoot/narc_0391.bin +files/poketool/pokefoot/pokefoot/narc_0408.bin +files/poketool/pokefoot/pokefoot/narc_0420.bin +files/poketool/pokefoot/pokefoot/narc_0346.bin +files/poketool/pokefoot/pokefoot/narc_0352.bin +files/poketool/pokefoot/pokefoot/narc_0434.bin +files/poketool/pokefoot/pokefoot/narc_0187.bin +files/poketool/pokefoot/pokefoot/narc_0193.bin +files/poketool/pokefoot/pokefoot/narc_0178.bin +files/poketool/pokefoot/pokefoot/narc_0144.bin +files/poketool/pokefoot/pokefoot/narc_0150.bin +files/poketool/pokefoot/pokefoot/narc_0018.bin +files/poketool/pokefoot/pokefoot/narc_0030.bin +files/poketool/pokefoot/pokefoot/narc_0024.bin +files/poketool/pokefoot/pokefoot/narc_0232.bin +files/poketool/pokefoot/pokefoot/narc_0226.bin +files/poketool/pokefoot/pokefoot/narc_0227.bin +files/poketool/pokefoot/pokefoot/narc_0233.bin +files/poketool/pokefoot/pokefoot/narc_0025.bin +files/poketool/pokefoot/pokefoot/narc_0031.bin +files/poketool/pokefoot/pokefoot/narc_0019.bin +files/poketool/pokefoot/pokefoot/narc_0151.bin +files/poketool/pokefoot/pokefoot/narc_0145.bin +files/poketool/pokefoot/pokefoot/narc_0179.bin +files/poketool/pokefoot/pokefoot/narc_0192.bin +files/poketool/pokefoot/pokefoot/narc_0186.bin +files/poketool/pokefoot/pokefoot/narc_0353.bin +files/poketool/pokefoot/pokefoot/narc_0435.bin +files/poketool/pokefoot/pokefoot/narc_0421.bin +files/poketool/pokefoot/pokefoot/narc_0347.bin +files/poketool/pokefoot/pokefoot/narc_0409.bin +files/poketool/pokefoot/pokefoot/narc_0390.bin +files/poketool/pokefoot/pokefoot/narc_0384.bin +files/poketool/pokefoot/pokefoot/narc_0392.bin +files/poketool/pokefoot/pokefoot/narc_0386.bin +files/poketool/pokefoot/pokefoot/narc_0379.bin +files/poketool/pokefoot/pokefoot/narc_0437.bin +files/poketool/pokefoot/pokefoot/narc_0351.bin +files/poketool/pokefoot/pokefoot/narc_0345.bin +files/poketool/pokefoot/pokefoot/narc_0423.bin +files/poketool/pokefoot/pokefoot/narc_0190.bin +files/poketool/pokefoot/pokefoot/narc_0184.bin +files/poketool/pokefoot/pokefoot/narc_0153.bin +files/poketool/pokefoot/pokefoot/narc_0147.bin +files/poketool/pokefoot/pokefoot/narc_0027.bin +files/poketool/pokefoot/pokefoot/narc_0033.bin +files/poketool/pokefoot/pokefoot/narc_0219.bin +files/poketool/pokefoot/pokefoot/narc_0225.bin +files/poketool/pokefoot/pokefoot/narc_0231.bin +files/poketool/pokefoot/pokefoot/narc_0230.bin +files/poketool/pokefoot/pokefoot/narc_0224.bin +files/poketool/pokefoot/pokefoot/narc_0218.bin +files/poketool/pokefoot/pokefoot/narc_0032.bin +files/poketool/pokefoot/pokefoot/narc_0026.bin +files/poketool/pokefoot/pokefoot/narc_0146.bin +files/poketool/pokefoot/pokefoot/narc_0152.bin +files/poketool/pokefoot/pokefoot/narc_0185.bin +files/poketool/pokefoot/pokefoot/narc_0191.bin +files/poketool/pokefoot/pokefoot/narc_0344.bin +files/poketool/pokefoot/pokefoot/narc_0422.bin +files/poketool/pokefoot/pokefoot/narc_0436.bin +files/poketool/pokefoot/pokefoot/narc_0350.bin +files/poketool/pokefoot/pokefoot/narc_0378.bin +files/poketool/pokefoot/pokefoot/narc_0387.bin +files/poketool/pokefoot/pokefoot/narc_0393.bin +files/poketool/pokefoot/pokefoot/narc_0492.bin +files/poketool/pokefoot/pokefoot/narc_0486.bin +files/poketool/pokefoot/pokefoot/narc_0451.bin +files/poketool/pokefoot/pokefoot/narc_0337.bin +files/poketool/pokefoot/pokefoot/narc_0323.bin +files/poketool/pokefoot/pokefoot/narc_0445.bin +files/poketool/pokefoot/pokefoot/narc_0479.bin +files/poketool/pokefoot/pokefoot/narc_0135.bin +files/poketool/pokefoot/pokefoot/narc_0121.bin +files/poketool/pokefoot/pokefoot/narc_0109.bin +files/poketool/pokefoot/pokefoot/narc_0082.bin +files/poketool/pokefoot/pokefoot/narc_0096.bin +files/poketool/pokefoot/pokefoot/narc_0041.bin +files/poketool/pokefoot/pokefoot/narc_0055.bin +files/poketool/pokefoot/pokefoot/narc_0069.bin +files/poketool/pokefoot/pokefoot/narc_0280.bin +files/poketool/pokefoot/pokefoot/narc_0294.bin +files/poketool/pokefoot/pokefoot/narc_0243.bin +files/poketool/pokefoot/pokefoot/narc_0257.bin +files/poketool/pokefoot/pokefoot/narc_0256.bin +files/poketool/pokefoot/pokefoot/narc_0242.bin +files/poketool/pokefoot/pokefoot/narc_0295.bin +files/poketool/pokefoot/pokefoot/narc_0281.bin +files/poketool/pokefoot/pokefoot/narc_0068.bin +files/poketool/pokefoot/pokefoot/narc_0054.bin +files/poketool/pokefoot/pokefoot/narc_0040.bin +files/poketool/pokefoot/pokefoot/narc_0097.bin +files/poketool/pokefoot/pokefoot/narc_0083.bin +files/poketool/pokefoot/pokefoot/narc_0108.bin +files/poketool/pokefoot/pokefoot/narc_0120.bin +files/poketool/pokefoot/pokefoot/narc_0134.bin +files/poketool/pokefoot/pokefoot/narc_0478.bin +files/poketool/pokefoot/pokefoot/narc_0322.bin +files/poketool/pokefoot/pokefoot/narc_0444.bin +files/poketool/pokefoot/pokefoot/narc_0450.bin +files/poketool/pokefoot/pokefoot/narc_0336.bin +files/poketool/pokefoot/pokefoot/narc_0487.bin +files/poketool/pokefoot/pokefoot/narc_0493.bin +files/poketool/pokefoot/pokefoot/narc_0485.bin +files/poketool/pokefoot/pokefoot/narc_0491.bin +files/poketool/pokefoot/pokefoot/narc_0446.bin +files/poketool/pokefoot/pokefoot/narc_0320.bin +files/poketool/pokefoot/pokefoot/narc_0334.bin +files/poketool/pokefoot/pokefoot/narc_0452.bin +files/poketool/pokefoot/pokefoot/narc_0308.bin +files/poketool/pokefoot/pokefoot/narc_0122.bin +files/poketool/pokefoot/pokefoot/narc_0136.bin +files/poketool/pokefoot/pokefoot/narc_0095.bin +files/poketool/pokefoot/pokefoot/narc_0081.bin +files/poketool/pokefoot/pokefoot/narc_0056.bin +files/poketool/pokefoot/pokefoot/narc_0042.bin +files/poketool/pokefoot/pokefoot/narc_0297.bin +files/poketool/pokefoot/pokefoot/narc_0283.bin +files/poketool/pokefoot/pokefoot/narc_0254.bin +files/poketool/pokefoot/pokefoot/narc_0240.bin +files/poketool/pokefoot/pokefoot/narc_0268.bin +files/poketool/pokefoot/pokefoot/narc_0269.bin +files/poketool/pokefoot/pokefoot/narc_0241.bin +files/poketool/pokefoot/pokefoot/narc_0255.bin +files/poketool/pokefoot/pokefoot/narc_0282.bin +files/poketool/pokefoot/pokefoot/narc_0296.bin +files/poketool/pokefoot/pokefoot/narc_0043.bin +files/poketool/pokefoot/pokefoot/narc_0057.bin +files/poketool/pokefoot/pokefoot/narc_0080.bin +files/poketool/pokefoot/pokefoot/narc_0094.bin +files/poketool/pokefoot/pokefoot/narc_0137.bin +files/poketool/pokefoot/pokefoot/narc_0123.bin +files/poketool/pokefoot/pokefoot/narc_0309.bin +files/poketool/pokefoot/pokefoot/narc_0335.bin +files/poketool/pokefoot/pokefoot/narc_0453.bin +files/poketool/pokefoot/pokefoot/narc_0447.bin +files/poketool/pokefoot/pokefoot/narc_0321.bin +files/poketool/pokefoot/pokefoot/narc_0490.bin +files/poketool/pokefoot/pokefoot/narc_0484.bin +files/poketool/pokefoot/pokefoot/narc_0480.bin +files/poketool/pokefoot/pokefoot/narc_0494.bin +files/poketool/pokefoot/pokefoot/narc_0319.bin +files/poketool/pokefoot/pokefoot/narc_0325.bin +files/poketool/pokefoot/pokefoot/narc_0443.bin +files/poketool/pokefoot/pokefoot/narc_0457.bin +files/poketool/pokefoot/pokefoot/narc_0331.bin +files/poketool/pokefoot/pokefoot/narc_0127.bin +files/poketool/pokefoot/pokefoot/narc_0133.bin +files/poketool/pokefoot/pokefoot/narc_0090.bin +files/poketool/pokefoot/pokefoot/narc_0084.bin +files/poketool/pokefoot/pokefoot/narc_0053.bin +files/poketool/pokefoot/pokefoot/narc_0047.bin +files/poketool/pokefoot/pokefoot/narc_0292.bin +files/poketool/pokefoot/pokefoot/narc_0286.bin +files/poketool/pokefoot/pokefoot/narc_0279.bin +files/poketool/pokefoot/pokefoot/narc_0251.bin +files/poketool/pokefoot/pokefoot/narc_0245.bin +files/poketool/pokefoot/pokefoot/narc_0244.bin +files/poketool/pokefoot/pokefoot/narc_0250.bin +files/poketool/pokefoot/pokefoot/narc_0278.bin +files/poketool/pokefoot/pokefoot/narc_0287.bin +files/poketool/pokefoot/pokefoot/narc_0293.bin +files/poketool/pokefoot/pokefoot/narc_0046.bin +files/poketool/pokefoot/pokefoot/narc_0052.bin +files/poketool/pokefoot/pokefoot/narc_0085.bin +files/poketool/pokefoot/pokefoot/narc_0091.bin +files/poketool/pokefoot/pokefoot/narc_0132.bin +files/poketool/pokefoot/pokefoot/narc_0126.bin +files/poketool/pokefoot/pokefoot/narc_0456.bin +files/poketool/pokefoot/pokefoot/narc_0330.bin +files/poketool/pokefoot/pokefoot/narc_0324.bin +files/poketool/pokefoot/pokefoot/narc_0442.bin +files/poketool/pokefoot/pokefoot/narc_0318.bin +files/poketool/pokefoot/pokefoot/narc_0495.bin +files/poketool/pokefoot/pokefoot/narc_0481.bin +files/poketool/pokefoot/pokefoot/narc_0483.bin +files/poketool/pokefoot/pokefoot/narc_0468.bin +files/poketool/pokefoot/pokefoot/narc_0332.bin +files/poketool/pokefoot/pokefoot/narc_0454.bin +files/poketool/pokefoot/pokefoot/narc_0440.bin +files/poketool/pokefoot/pokefoot/narc_0326.bin +files/poketool/pokefoot/pokefoot/narc_0118.bin +files/poketool/pokefoot/pokefoot/narc_0130.bin +files/poketool/pokefoot/pokefoot/narc_0124.bin +files/poketool/pokefoot/pokefoot/narc_0087.bin +files/poketool/pokefoot/pokefoot/narc_0093.bin +files/poketool/pokefoot/pokefoot/narc_0078.bin +files/poketool/pokefoot/pokefoot/narc_0044.bin +files/poketool/pokefoot/pokefoot/narc_0050.bin +files/poketool/pokefoot/pokefoot/narc_0285.bin +files/poketool/pokefoot/pokefoot/narc_0291.bin +files/poketool/pokefoot/pokefoot/narc_0246.bin +files/poketool/pokefoot/pokefoot/narc_0252.bin +files/poketool/pokefoot/pokefoot/narc_0253.bin +files/poketool/pokefoot/pokefoot/narc_0247.bin +files/poketool/pokefoot/pokefoot/narc_0290.bin +files/poketool/pokefoot/pokefoot/narc_0284.bin +files/poketool/pokefoot/pokefoot/narc_0051.bin +files/poketool/pokefoot/pokefoot/narc_0045.bin +files/poketool/pokefoot/pokefoot/narc_0079.bin +files/poketool/pokefoot/pokefoot/narc_0092.bin +files/poketool/pokefoot/pokefoot/narc_0086.bin +files/poketool/pokefoot/pokefoot/narc_0125.bin +files/poketool/pokefoot/pokefoot/narc_0131.bin +files/poketool/pokefoot/pokefoot/narc_0119.bin +files/poketool/pokefoot/pokefoot/narc_0441.bin +files/poketool/pokefoot/pokefoot/narc_0327.bin +files/poketool/pokefoot/pokefoot/narc_0333.bin +files/poketool/pokefoot/pokefoot/narc_0455.bin +files/poketool/pokefoot/pokefoot/narc_0469.bin +files/poketool/pokefoot/pokefoot/narc_0482.bin +files/poketool/pokefoot/pokefoot/narc_0496.bin +files/poketool/pokefoot/pokefoot/narc_0470.bin +files/poketool/pokefoot/pokefoot/narc_0316.bin +files/poketool/pokefoot/pokefoot/narc_0302.bin +files/poketool/pokefoot/pokefoot/narc_0464.bin +files/poketool/pokefoot/pokefoot/narc_0458.bin +files/poketool/pokefoot/pokefoot/narc_0114.bin +files/poketool/pokefoot/pokefoot/narc_0100.bin +files/poketool/pokefoot/pokefoot/narc_0128.bin +files/poketool/pokefoot/pokefoot/narc_0060.bin +files/poketool/pokefoot/pokefoot/narc_0074.bin +files/poketool/pokefoot/pokefoot/narc_0048.bin +files/poketool/pokefoot/pokefoot/narc_0289.bin +files/poketool/pokefoot/pokefoot/narc_0262.bin +files/poketool/pokefoot/pokefoot/narc_0276.bin +files/poketool/pokefoot/pokefoot/narc_0277.bin +files/poketool/pokefoot/pokefoot/narc_0263.bin +files/poketool/pokefoot/pokefoot/narc_0288.bin +files/poketool/pokefoot/pokefoot/narc_0049.bin +files/poketool/pokefoot/pokefoot/narc_0075.bin +files/poketool/pokefoot/pokefoot/narc_0061.bin +files/poketool/pokefoot/pokefoot/narc_0129.bin +files/poketool/pokefoot/pokefoot/narc_0101.bin +files/poketool/pokefoot/pokefoot/narc_0115.bin +files/poketool/pokefoot/pokefoot/narc_0459.bin +files/poketool/pokefoot/pokefoot/narc_0303.bin +files/poketool/pokefoot/pokefoot/narc_0465.bin +files/poketool/pokefoot/pokefoot/narc_0471.bin +files/poketool/pokefoot/pokefoot/narc_0317.bin +files/poketool/pokefoot/pokefoot/narc_0467.bin +files/poketool/pokefoot/pokefoot/narc_0301.bin +files/poketool/pokefoot/pokefoot/narc_0315.bin +files/poketool/pokefoot/pokefoot/narc_0473.bin +files/poketool/pokefoot/pokefoot/narc_0329.bin +files/poketool/pokefoot/pokefoot/narc_0103.bin +files/poketool/pokefoot/pokefoot/narc_0117.bin +files/poketool/pokefoot/pokefoot/narc_0088.bin +files/poketool/pokefoot/pokefoot/narc_0077.bin +files/poketool/pokefoot/pokefoot/narc_0063.bin +files/poketool/pokefoot/pokefoot/narc_0275.bin +files/poketool/pokefoot/pokefoot/narc_0261.bin +files/poketool/pokefoot/pokefoot/narc_0249.bin +files/poketool/pokefoot/pokefoot/narc_0248.bin +files/poketool/pokefoot/pokefoot/narc_0260.bin +files/poketool/pokefoot/pokefoot/narc_0274.bin +files/poketool/pokefoot/pokefoot/narc_0062.bin +files/poketool/pokefoot/pokefoot/narc_0076.bin +files/poketool/pokefoot/pokefoot/narc_0089.bin +files/poketool/pokefoot/pokefoot/narc_0116.bin +files/poketool/pokefoot/pokefoot/narc_0102.bin +files/poketool/pokefoot/pokefoot/narc_0328.bin +files/poketool/pokefoot/pokefoot/narc_0314.bin +files/poketool/pokefoot/pokefoot/narc_0472.bin +files/poketool/pokefoot/pokefoot/narc_0466.bin +files/poketool/pokefoot/pokefoot/narc_0300.bin +files/poketool/pokefoot/pokefoot/narc_0489.bin +files/poketool/pokefoot/pokefoot/narc_0338.bin +files/poketool/pokefoot/pokefoot/narc_0304.bin +files/poketool/pokefoot/pokefoot/narc_0462.bin +files/poketool/pokefoot/pokefoot/narc_0476.bin +files/poketool/pokefoot/pokefoot/narc_0310.bin +files/poketool/pokefoot/pokefoot/narc_0106.bin +files/poketool/pokefoot/pokefoot/narc_0112.bin +files/poketool/pokefoot/pokefoot/narc_0099.bin +files/poketool/pokefoot/pokefoot/narc_0072.bin +files/poketool/pokefoot/pokefoot/narc_0066.bin +files/poketool/pokefoot/pokefoot/narc_0258.bin +files/poketool/pokefoot/pokefoot/narc_0270.bin +files/poketool/pokefoot/pokefoot/narc_0264.bin +files/poketool/pokefoot/pokefoot/narc_0265.bin +files/poketool/pokefoot/pokefoot/narc_0271.bin +files/poketool/pokefoot/pokefoot/narc_0259.bin +files/poketool/pokefoot/pokefoot/narc_0067.bin +files/poketool/pokefoot/pokefoot/narc_0073.bin +files/poketool/pokefoot/pokefoot/narc_0098.bin +files/poketool/pokefoot/pokefoot/narc_0113.bin +files/poketool/pokefoot/pokefoot/narc_0107.bin +files/poketool/pokefoot/pokefoot/narc_0477.bin +files/poketool/pokefoot/pokefoot/narc_0311.bin +files/poketool/pokefoot/pokefoot/narc_0305.bin +files/poketool/pokefoot/pokefoot/narc_0463.bin +files/poketool/pokefoot/pokefoot/narc_0339.bin +files/poketool/pokefoot/pokefoot/narc_0488.bin +files/poketool/pokefoot/pokefoot/narc_0449.bin +files/poketool/pokefoot/pokefoot/narc_0313.bin +files/poketool/pokefoot/pokefoot/narc_0475.bin +files/poketool/pokefoot/pokefoot/narc_0461.bin +files/poketool/pokefoot/pokefoot/narc_0307.bin +files/poketool/pokefoot/pokefoot/narc_0139.bin +files/poketool/pokefoot/pokefoot/narc_0111.bin +files/poketool/pokefoot/pokefoot/narc_0105.bin +files/poketool/pokefoot/pokefoot/narc_0059.bin +files/poketool/pokefoot/pokefoot/narc_0065.bin +files/poketool/pokefoot/pokefoot/narc_0071.bin +files/poketool/pokefoot/pokefoot/narc_0298.bin +files/poketool/pokefoot/pokefoot/narc_0267.bin +files/poketool/pokefoot/pokefoot/narc_0273.bin +files/poketool/pokefoot/pokefoot/narc_0272.bin +files/poketool/pokefoot/pokefoot/narc_0266.bin +files/poketool/pokefoot/pokefoot/narc_0299.bin +files/poketool/pokefoot/pokefoot/narc_0070.bin +files/poketool/pokefoot/pokefoot/narc_0064.bin +files/poketool/pokefoot/pokefoot/narc_0058.bin +files/poketool/pokefoot/pokefoot/narc_0104.bin +files/poketool/pokefoot/pokefoot/narc_0110.bin +files/poketool/pokefoot/pokefoot/narc_0138.bin +files/poketool/pokefoot/pokefoot/narc_0460.bin +files/poketool/pokefoot/pokefoot/narc_0306.bin +files/poketool/pokefoot/pokefoot/narc_0312.bin +files/poketool/pokefoot/pokefoot/narc_0474.bin +files/poketool/pokefoot/pokefoot/narc_0448.bin +files/poketool/pokefoot/pokefoot/narc_0375.bin +files/poketool/pokefoot/pokefoot/narc_0413.bin +files/poketool/pokefoot/pokefoot/narc_0407.bin +files/poketool/pokefoot/pokefoot/narc_0361.bin +files/poketool/pokefoot/pokefoot/narc_0349.bin +files/poketool/pokefoot/pokefoot/narc_0188.bin +files/poketool/pokefoot/pokefoot/narc_0177.bin +files/poketool/pokefoot/pokefoot/narc_0163.bin +files/poketool/pokefoot/pokefoot/narc_0003.bin +files/poketool/pokefoot/pokefoot/narc_0017.bin +files/poketool/pokefoot/pokefoot/narc_0201.bin +files/poketool/pokefoot/pokefoot/narc_0215.bin +files/poketool/pokefoot/pokefoot/narc_0229.bin +files/poketool/pokefoot/pokefoot/narc_0228.bin +files/poketool/pokefoot/pokefoot/narc_0214.bin +files/poketool/pokefoot/pokefoot/narc_0200.bin +files/poketool/pokefoot/pokefoot/narc_0016.bin +files/poketool/pokefoot/pokefoot/narc_0002.bin +files/poketool/pokefoot/pokefoot/narc_0162.bin +files/poketool/pokefoot/pokefoot/narc_0176.bin +files/poketool/pokefoot/pokefoot/narc_0189.bin +files/poketool/pokefoot/pokefoot/narc_0348.bin +files/poketool/pokefoot/pokefoot/narc_0406.bin +files/poketool/pokefoot/pokefoot/narc_0360.bin +files/poketool/pokefoot/pokefoot/narc_0374.bin +files/poketool/pokefoot/pokefoot/narc_0412.bin +files/poketool/pokefoot/pokefoot/narc_0389.bin +files/poketool/pokefoot/pokefoot/narc_0362.bin +files/poketool/pokefoot/pokefoot/narc_0404.bin +files/poketool/pokefoot/pokefoot/narc_0410.bin +files/poketool/pokefoot/pokefoot/narc_0376.bin +files/poketool/pokefoot/pokefoot/narc_0438.bin +files/poketool/pokefoot/pokefoot/narc_0160.bin +files/poketool/pokefoot/pokefoot/narc_0174.bin +files/poketool/pokefoot/pokefoot/narc_0148.bin +files/poketool/pokefoot/pokefoot/narc_0014.bin +files/poketool/pokefoot/pokefoot/narc_0028.bin +files/poketool/pokefoot/pokefoot/narc_0216.bin +files/poketool/pokefoot/pokefoot/narc_0202.bin +files/poketool/pokefoot/pokefoot/narc_0203.bin +files/poketool/pokefoot/pokefoot/narc_0217.bin +files/poketool/pokefoot/pokefoot/narc_0029.bin +files/poketool/pokefoot/pokefoot/narc_0001.bin +files/poketool/pokefoot/pokefoot/narc_0015.bin +files/poketool/pokefoot/pokefoot/narc_0149.bin +files/poketool/pokefoot/pokefoot/narc_0175.bin +files/poketool/pokefoot/pokefoot/narc_0161.bin +files/poketool/pokefoot/pokefoot/narc_0439.bin +files/poketool/pokefoot/pokefoot/narc_0411.bin +files/poketool/pokefoot/pokefoot/narc_0377.bin +files/poketool/pokefoot/pokefoot/narc_0363.bin +files/poketool/pokefoot/pokefoot/narc_0405.bin +files/poketool/pokefoot/pokefoot/narc_0388.bin +files/poketool/pokefoot/pokefoot/narc_0398.bin +files/poketool/pokefoot/pokefoot/narc_0429.bin +files/poketool/pokefoot/pokefoot/narc_0401.bin +files/poketool/pokefoot/pokefoot/narc_0367.bin +files/poketool/pokefoot/pokefoot/narc_0373.bin +files/poketool/pokefoot/pokefoot/narc_0415.bin +files/poketool/pokefoot/pokefoot/narc_0159.bin +files/poketool/pokefoot/pokefoot/narc_0165.bin +files/poketool/pokefoot/pokefoot/narc_0171.bin +files/poketool/pokefoot/pokefoot/narc_0039.bin +files/poketool/pokefoot/pokefoot/narc_0011.bin +files/poketool/pokefoot/pokefoot/narc_0005.bin +files/poketool/pokefoot/pokefoot/narc_0213.bin +files/poketool/pokefoot/pokefoot/narc_0207.bin +files/poketool/pokefoot/pokefoot/narc_0206.bin +files/poketool/pokefoot/pokefoot/narc_0212.bin +files/poketool/pokefoot/pokefoot/narc_0004.bin +files/poketool/pokefoot/pokefoot/narc_0010.bin +files/poketool/pokefoot/pokefoot/narc_0038.bin +files/poketool/pokefoot/pokefoot/narc_0170.bin +files/poketool/pokefoot/pokefoot/narc_0164.bin +files/poketool/pokefoot/pokefoot/narc_0158.bin +files/poketool/pokefoot/pokefoot/narc_0372.bin +files/poketool/pokefoot/pokefoot/narc_0414.bin +files/poketool/pokefoot/pokefoot/narc_0400.bin +files/poketool/pokefoot/pokefoot/narc_0366.bin +files/poketool/pokefoot/pokefoot/narc_0428.bin +files/poketool/pokefoot/pokefoot/narc_0399.bin +files/poketool/pokefoot/pokefoot/narc_0358.bin +files/poketool/pokefoot/pokefoot/narc_0416.bin +files/poketool/pokefoot/pokefoot/narc_0370.bin +files/poketool/pokefoot/pokefoot/narc_0364.bin +files/poketool/pokefoot/pokefoot/narc_0402.bin +files/poketool/pokefoot/pokefoot/narc_0199.bin +files/poketool/pokefoot/pokefoot/narc_0172.bin +files/poketool/pokefoot/pokefoot/narc_0166.bin +files/poketool/pokefoot/pokefoot/narc_0006.bin +files/poketool/pokefoot/pokefoot/narc_0012.bin +files/poketool/pokefoot/pokefoot/narc_0238.bin +files/poketool/pokefoot/pokefoot/narc_0204.bin +files/poketool/pokefoot/pokefoot/narc_0210.bin +files/poketool/pokefoot/pokefoot/narc_0211.bin +files/poketool/pokefoot/pokefoot/narc_0205.bin +files/poketool/pokefoot/pokefoot/narc_0239.bin +files/poketool/pokefoot/pokefoot/narc_0013.bin +files/poketool/pokefoot/pokefoot/narc_0007.bin +files/poketool/pokefoot/pokefoot/narc_0167.bin +files/poketool/pokefoot/pokefoot/narc_0173.bin +files/poketool/pokefoot/pokefoot/narc_0198.bin +files/poketool/pokefoot/pokefoot/narc_0365.bin +files/poketool/pokefoot/pokefoot/narc_0403.bin +files/poketool/pokefoot/pokefoot/narc_0417.bin +files/poketool/pokefoot/pokefoot/narc_0371.bin +files/poketool/pokefoot/pokefoot/narc_0359.bin +narc_0397.bin +narc_0383.bin +narc_0354.bin +narc_0432.bin +narc_0426.bin +narc_0340.bin +narc_0368.bin +narc_0195.bin +narc_0181.bin +narc_0156.bin +narc_0142.bin +narc_0022.bin +narc_0036.bin +narc_0220.bin +narc_0234.bin +narc_0208.bin +narc_0209.bin +narc_0235.bin +narc_0221.bin +narc_0037.bin +narc_0023.bin +narc_0143.bin +narc_0157.bin +narc_0180.bin +narc_0194.bin +narc_0369.bin +narc_0427.bin +narc_0341.bin +narc_0355.bin +narc_0433.bin +narc_0382.bin +narc_0396.bin +narc_0380.bin +narc_0394.bin +narc_0343.bin +narc_0425.bin +narc_0431.bin +narc_0357.bin +narc_0419.bin +narc_0182.bin +narc_0196.bin +narc_0141.bin +narc_0155.bin +narc_0169.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0237.bin +narc_0223.bin +narc_0222.bin +narc_0236.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0168.bin +narc_0154.bin +narc_0140.bin +narc_0197.bin +narc_0183.bin +narc_0418.bin +narc_0430.bin +narc_0356.bin +narc_0342.bin +narc_0424.bin +narc_0395.bin +narc_0381.bin +narc_0385.bin +narc_0391.bin +narc_0408.bin +narc_0420.bin +narc_0346.bin +narc_0352.bin +narc_0434.bin +narc_0187.bin +narc_0193.bin +narc_0178.bin +narc_0144.bin +narc_0150.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0232.bin +narc_0226.bin +narc_0227.bin +narc_0233.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0151.bin +narc_0145.bin +narc_0179.bin +narc_0192.bin +narc_0186.bin +narc_0353.bin +narc_0435.bin +narc_0421.bin +narc_0347.bin +narc_0409.bin +narc_0390.bin +narc_0384.bin +narc_0392.bin +narc_0386.bin +narc_0379.bin +narc_0437.bin +narc_0351.bin +narc_0345.bin +narc_0423.bin +narc_0190.bin +narc_0184.bin +narc_0153.bin +narc_0147.bin +narc_0027.bin +narc_0033.bin +narc_0219.bin +narc_0225.bin +narc_0231.bin +narc_0230.bin +narc_0224.bin +narc_0218.bin +narc_0032.bin +narc_0026.bin +narc_0146.bin +narc_0152.bin +narc_0185.bin +narc_0191.bin +narc_0344.bin +narc_0422.bin +narc_0436.bin +narc_0350.bin +narc_0378.bin +narc_0387.bin +narc_0393.bin +narc_0492.bin +narc_0486.bin +narc_0451.bin +narc_0337.bin +narc_0323.bin +narc_0445.bin +narc_0479.bin +narc_0135.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0280.bin +narc_0294.bin +narc_0243.bin +narc_0257.bin +narc_0256.bin +narc_0242.bin +narc_0295.bin +narc_0281.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0134.bin +narc_0478.bin +narc_0322.bin +narc_0444.bin +narc_0450.bin +narc_0336.bin +narc_0487.bin +narc_0493.bin +narc_0485.bin +narc_0491.bin +narc_0446.bin +narc_0320.bin +narc_0334.bin +narc_0452.bin +narc_0308.bin +narc_0122.bin +narc_0136.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0297.bin +narc_0283.bin +narc_0254.bin +narc_0240.bin +narc_0268.bin +narc_0269.bin +narc_0241.bin +narc_0255.bin +narc_0282.bin +narc_0296.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0137.bin +narc_0123.bin +narc_0309.bin +narc_0335.bin +narc_0453.bin +narc_0447.bin +narc_0321.bin +narc_0490.bin +narc_0484.bin +narc_0480.bin +narc_0494.bin +narc_0319.bin +narc_0325.bin +narc_0443.bin +narc_0457.bin +narc_0331.bin +narc_0127.bin +narc_0133.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0292.bin +narc_0286.bin +narc_0279.bin +narc_0251.bin +narc_0245.bin +narc_0244.bin +narc_0250.bin +narc_0278.bin +narc_0287.bin +narc_0293.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0132.bin +narc_0126.bin +narc_0456.bin +narc_0330.bin +narc_0324.bin +narc_0442.bin +narc_0318.bin +narc_0495.bin +narc_0481.bin +narc_0483.bin +narc_0468.bin +narc_0332.bin +narc_0454.bin +narc_0440.bin +narc_0326.bin +narc_0118.bin +narc_0130.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0285.bin +narc_0291.bin +narc_0246.bin +narc_0252.bin +narc_0253.bin +narc_0247.bin +narc_0290.bin +narc_0284.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0131.bin +narc_0119.bin +narc_0441.bin +narc_0327.bin +narc_0333.bin +narc_0455.bin +narc_0469.bin +narc_0482.bin +narc_0496.bin +narc_0470.bin +narc_0316.bin +narc_0302.bin +narc_0464.bin +narc_0458.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0289.bin +narc_0262.bin +narc_0276.bin +narc_0277.bin +narc_0263.bin +narc_0288.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0459.bin +narc_0303.bin +narc_0465.bin +narc_0471.bin +narc_0317.bin +narc_0467.bin +narc_0301.bin +narc_0315.bin +narc_0473.bin +narc_0329.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0275.bin +narc_0261.bin +narc_0249.bin +narc_0248.bin +narc_0260.bin +narc_0274.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0328.bin +narc_0314.bin +narc_0472.bin +narc_0466.bin +narc_0300.bin +narc_0489.bin +narc_0338.bin +narc_0304.bin +narc_0462.bin +narc_0476.bin +narc_0310.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0258.bin +narc_0270.bin +narc_0264.bin +narc_0265.bin +narc_0271.bin +narc_0259.bin +narc_0067.bin +narc_0073.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0477.bin +narc_0311.bin +narc_0305.bin +narc_0463.bin +narc_0339.bin +narc_0488.bin +narc_0449.bin +narc_0313.bin +narc_0475.bin +narc_0461.bin +narc_0307.bin +narc_0139.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0298.bin +narc_0267.bin +narc_0273.bin +narc_0272.bin +narc_0266.bin +narc_0299.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0104.bin +narc_0110.bin +narc_0138.bin +narc_0460.bin +narc_0306.bin +narc_0312.bin +narc_0474.bin +narc_0448.bin +narc_0375.bin +narc_0413.bin +narc_0407.bin +narc_0361.bin +narc_0349.bin +narc_0188.bin +narc_0177.bin +narc_0163.bin +narc_0003.bin +narc_0017.bin +narc_0201.bin +narc_0215.bin +narc_0229.bin +narc_0228.bin +narc_0214.bin +narc_0200.bin +narc_0016.bin +narc_0002.bin +narc_0162.bin +narc_0176.bin +narc_0189.bin +narc_0348.bin +narc_0406.bin +narc_0360.bin +narc_0374.bin +narc_0412.bin +narc_0389.bin +narc_0362.bin +narc_0404.bin +narc_0410.bin +narc_0376.bin +narc_0438.bin +narc_0160.bin +narc_0174.bin +narc_0148.bin +narc_0014.bin +narc_0028.bin +narc_0216.bin +narc_0202.bin +narc_0203.bin +narc_0217.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0149.bin +narc_0175.bin +narc_0161.bin +narc_0439.bin +narc_0411.bin +narc_0377.bin +narc_0363.bin +narc_0405.bin +narc_0388.bin +narc_0398.bin +narc_0429.bin +narc_0401.bin +narc_0367.bin +narc_0373.bin +narc_0415.bin +narc_0159.bin +narc_0165.bin +narc_0171.bin +narc_0039.bin +narc_0011.bin +narc_0005.bin +narc_0213.bin +narc_0207.bin +narc_0206.bin +narc_0212.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0170.bin +narc_0164.bin +narc_0158.bin +narc_0372.bin +narc_0414.bin +narc_0400.bin +narc_0366.bin +narc_0428.bin +narc_0399.bin +narc_0358.bin +narc_0416.bin +narc_0370.bin +narc_0364.bin +narc_0402.bin +narc_0199.bin +narc_0172.bin +narc_0166.bin +narc_0006.bin +narc_0012.bin +narc_0238.bin +narc_0204.bin +narc_0210.bin +narc_0211.bin +narc_0205.bin +narc_0239.bin +narc_0013.bin +narc_0007.bin +narc_0167.bin +narc_0173.bin +narc_0198.bin +narc_0365.bin +narc_0403.bin +narc_0417.bin +narc_0371.bin +narc_0359.bin diff --git a/files/poketool/pokefoot/pokefoot/narc_0001.bin b/files/poketool/pokefoot/pokefoot/narc_0001.bin index 451c3b29..a066aec1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0001.bin and b/files/poketool/pokefoot/pokefoot/narc_0001.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0002.bin b/files/poketool/pokefoot/pokefoot/narc_0002.bin index ca38d5e8..372a78e5 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0002.bin and b/files/poketool/pokefoot/pokefoot/narc_0002.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0003.bin b/files/poketool/pokefoot/pokefoot/narc_0003.bin index b520ca58..c6102fcb 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0003.bin and b/files/poketool/pokefoot/pokefoot/narc_0003.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0004.bin b/files/poketool/pokefoot/pokefoot/narc_0004.bin index b520ca58..c6102fcb 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0004.bin and b/files/poketool/pokefoot/pokefoot/narc_0004.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0005.bin b/files/poketool/pokefoot/pokefoot/narc_0005.bin index 5d886378..173fb907 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0005.bin and b/files/poketool/pokefoot/pokefoot/narc_0005.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0006.bin b/files/poketool/pokefoot/pokefoot/narc_0006.bin index cf5c4780..b4058bf1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0006.bin and b/files/poketool/pokefoot/pokefoot/narc_0006.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0007.bin b/files/poketool/pokefoot/pokefoot/narc_0007.bin index bcafb7f6..651ccb7c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0007.bin and b/files/poketool/pokefoot/pokefoot/narc_0007.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0008.bin b/files/poketool/pokefoot/pokefoot/narc_0008.bin index 17f97478..cc5db101 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0008.bin and b/files/poketool/pokefoot/pokefoot/narc_0008.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0009.bin b/files/poketool/pokefoot/pokefoot/narc_0009.bin index 7aedeaa6..7d35d1a8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0009.bin and b/files/poketool/pokefoot/pokefoot/narc_0009.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0010.bin b/files/poketool/pokefoot/pokefoot/narc_0010.bin index cbf52b4d..5b74a2f2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0010.bin and b/files/poketool/pokefoot/pokefoot/narc_0010.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0011.bin b/files/poketool/pokefoot/pokefoot/narc_0011.bin index ea6fc39e..f0a60fa1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0011.bin and b/files/poketool/pokefoot/pokefoot/narc_0011.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0012.bin b/files/poketool/pokefoot/pokefoot/narc_0012.bin index 58c2b715..10354b9a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0012.bin and b/files/poketool/pokefoot/pokefoot/narc_0012.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0013.bin b/files/poketool/pokefoot/pokefoot/narc_0013.bin index 8677bd2e..3660dd85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0013.bin and b/files/poketool/pokefoot/pokefoot/narc_0013.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0014.bin b/files/poketool/pokefoot/pokefoot/narc_0014.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0014.bin and b/files/poketool/pokefoot/pokefoot/narc_0014.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0015.bin b/files/poketool/pokefoot/pokefoot/narc_0015.bin index aac36fc9..4e8f47a6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0015.bin and b/files/poketool/pokefoot/pokefoot/narc_0015.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0016.bin b/files/poketool/pokefoot/pokefoot/narc_0016.bin index 8677bd2e..3660dd85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0016.bin and b/files/poketool/pokefoot/pokefoot/narc_0016.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0017.bin b/files/poketool/pokefoot/pokefoot/narc_0017.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0017.bin and b/files/poketool/pokefoot/pokefoot/narc_0017.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0018.bin b/files/poketool/pokefoot/pokefoot/narc_0018.bin index 18aba888..13060908 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0018.bin and b/files/poketool/pokefoot/pokefoot/narc_0018.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0019.bin b/files/poketool/pokefoot/pokefoot/narc_0019.bin index 4d1b2746..0a5679fd 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0019.bin and b/files/poketool/pokefoot/pokefoot/narc_0019.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0020.bin b/files/poketool/pokefoot/pokefoot/narc_0020.bin index 04caed80..ca30799d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0020.bin and b/files/poketool/pokefoot/pokefoot/narc_0020.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0021.bin b/files/poketool/pokefoot/pokefoot/narc_0021.bin index da5fc3e3..58ca4950 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0021.bin and b/files/poketool/pokefoot/pokefoot/narc_0021.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0022.bin b/files/poketool/pokefoot/pokefoot/narc_0022.bin index b67a3370..25587c01 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0022.bin and b/files/poketool/pokefoot/pokefoot/narc_0022.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0023.bin b/files/poketool/pokefoot/pokefoot/narc_0023.bin index 350432d1..6ef0b057 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0023.bin and b/files/poketool/pokefoot/pokefoot/narc_0023.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0024.bin b/files/poketool/pokefoot/pokefoot/narc_0024.bin index 4d1b2746..0a5679fd 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0024.bin and b/files/poketool/pokefoot/pokefoot/narc_0024.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0025.bin b/files/poketool/pokefoot/pokefoot/narc_0025.bin index 99000845..8053ac0f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0025.bin and b/files/poketool/pokefoot/pokefoot/narc_0025.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0026.bin b/files/poketool/pokefoot/pokefoot/narc_0026.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0026.bin and b/files/poketool/pokefoot/pokefoot/narc_0026.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0027.bin b/files/poketool/pokefoot/pokefoot/narc_0027.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0027.bin and b/files/poketool/pokefoot/pokefoot/narc_0027.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0028.bin b/files/poketool/pokefoot/pokefoot/narc_0028.bin index 49169ab8..30196920 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0028.bin and b/files/poketool/pokefoot/pokefoot/narc_0028.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0029.bin b/files/poketool/pokefoot/pokefoot/narc_0029.bin index 5c34abb0..fb1dbd05 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0029.bin and b/files/poketool/pokefoot/pokefoot/narc_0029.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0030.bin b/files/poketool/pokefoot/pokefoot/narc_0030.bin index 2e34d3f8..9af0110c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0030.bin and b/files/poketool/pokefoot/pokefoot/narc_0030.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0031.bin b/files/poketool/pokefoot/pokefoot/narc_0031.bin index 248e4a5b..4a63918a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0031.bin and b/files/poketool/pokefoot/pokefoot/narc_0031.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0032.bin b/files/poketool/pokefoot/pokefoot/narc_0032.bin index c81a8389..1b4b4857 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0032.bin and b/files/poketool/pokefoot/pokefoot/narc_0032.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0033.bin b/files/poketool/pokefoot/pokefoot/narc_0033.bin index 8b91c3f3..adba3af7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0033.bin and b/files/poketool/pokefoot/pokefoot/narc_0033.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0034.bin b/files/poketool/pokefoot/pokefoot/narc_0034.bin index f8da461d..42c1b389 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0034.bin and b/files/poketool/pokefoot/pokefoot/narc_0034.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0035.bin b/files/poketool/pokefoot/pokefoot/narc_0035.bin index c13575cc..de5b5c36 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0035.bin and b/files/poketool/pokefoot/pokefoot/narc_0035.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0036.bin b/files/poketool/pokefoot/pokefoot/narc_0036.bin index d0b0d11c..7ff1a67b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0036.bin and b/files/poketool/pokefoot/pokefoot/narc_0036.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0037.bin b/files/poketool/pokefoot/pokefoot/narc_0037.bin index ae069387..9d1e8a52 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0037.bin and b/files/poketool/pokefoot/pokefoot/narc_0037.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0038.bin b/files/poketool/pokefoot/pokefoot/narc_0038.bin index 5397986b..a27a53bc 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0038.bin and b/files/poketool/pokefoot/pokefoot/narc_0038.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0039.bin b/files/poketool/pokefoot/pokefoot/narc_0039.bin index 728a3b2a..ed8e6bb8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0039.bin and b/files/poketool/pokefoot/pokefoot/narc_0039.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0040.bin b/files/poketool/pokefoot/pokefoot/narc_0040.bin index 7c3c3b22..1e11ee36 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0040.bin and b/files/poketool/pokefoot/pokefoot/narc_0040.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0041.bin b/files/poketool/pokefoot/pokefoot/narc_0041.bin index 2f0a083d..c0d4d4ec 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0041.bin and b/files/poketool/pokefoot/pokefoot/narc_0041.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0042.bin b/files/poketool/pokefoot/pokefoot/narc_0042.bin index c5773cf9..a839a79d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0042.bin and b/files/poketool/pokefoot/pokefoot/narc_0042.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0043.bin b/files/poketool/pokefoot/pokefoot/narc_0043.bin index 2dccd367..5a0142f5 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0043.bin and b/files/poketool/pokefoot/pokefoot/narc_0043.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0044.bin b/files/poketool/pokefoot/pokefoot/narc_0044.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0044.bin and b/files/poketool/pokefoot/pokefoot/narc_0044.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0045.bin b/files/poketool/pokefoot/pokefoot/narc_0045.bin index 5035a942..8b9ed410 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0045.bin and b/files/poketool/pokefoot/pokefoot/narc_0045.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0046.bin b/files/poketool/pokefoot/pokefoot/narc_0046.bin index 1d64daa6..e3142933 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0046.bin and b/files/poketool/pokefoot/pokefoot/narc_0046.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0047.bin b/files/poketool/pokefoot/pokefoot/narc_0047.bin index ccb3a3a8..b97821ee 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0047.bin and b/files/poketool/pokefoot/pokefoot/narc_0047.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0048.bin b/files/poketool/pokefoot/pokefoot/narc_0048.bin index b5a8bdf7..2cfff876 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0048.bin and b/files/poketool/pokefoot/pokefoot/narc_0048.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0049.bin b/files/poketool/pokefoot/pokefoot/narc_0049.bin index 52a42978..ea3d5c89 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0049.bin and b/files/poketool/pokefoot/pokefoot/narc_0049.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0050.bin b/files/poketool/pokefoot/pokefoot/narc_0050.bin index d2813b78..0b6c8371 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0050.bin and b/files/poketool/pokefoot/pokefoot/narc_0050.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0051.bin b/files/poketool/pokefoot/pokefoot/narc_0051.bin index 36b5cae6..471df373 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0051.bin and b/files/poketool/pokefoot/pokefoot/narc_0051.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0052.bin b/files/poketool/pokefoot/pokefoot/narc_0052.bin index a0ca401e..bc1d4323 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0052.bin and b/files/poketool/pokefoot/pokefoot/narc_0052.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0053.bin b/files/poketool/pokefoot/pokefoot/narc_0053.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0053.bin and b/files/poketool/pokefoot/pokefoot/narc_0053.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0054.bin b/files/poketool/pokefoot/pokefoot/narc_0054.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0054.bin and b/files/poketool/pokefoot/pokefoot/narc_0054.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0055.bin b/files/poketool/pokefoot/pokefoot/narc_0055.bin index 60f3aecc..03ae984b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0055.bin and b/files/poketool/pokefoot/pokefoot/narc_0055.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0056.bin b/files/poketool/pokefoot/pokefoot/narc_0056.bin index 939ede2c..c6131a50 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0056.bin and b/files/poketool/pokefoot/pokefoot/narc_0056.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0057.bin b/files/poketool/pokefoot/pokefoot/narc_0057.bin index 6cea6c50..e484603c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0057.bin and b/files/poketool/pokefoot/pokefoot/narc_0057.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0058.bin b/files/poketool/pokefoot/pokefoot/narc_0058.bin index 08bc5c19..4d7d03d8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0058.bin and b/files/poketool/pokefoot/pokefoot/narc_0058.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0059.bin b/files/poketool/pokefoot/pokefoot/narc_0059.bin index 97563ac4..69f8b877 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0059.bin and b/files/poketool/pokefoot/pokefoot/narc_0059.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0060.bin b/files/poketool/pokefoot/pokefoot/narc_0060.bin index f8ba7fba..f276e8e7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0060.bin and b/files/poketool/pokefoot/pokefoot/narc_0060.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0061.bin b/files/poketool/pokefoot/pokefoot/narc_0061.bin index fedd9de0..eefebcd2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0061.bin and b/files/poketool/pokefoot/pokefoot/narc_0061.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0062.bin b/files/poketool/pokefoot/pokefoot/narc_0062.bin index 675e9188..65cf7a32 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0062.bin and b/files/poketool/pokefoot/pokefoot/narc_0062.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0063.bin b/files/poketool/pokefoot/pokefoot/narc_0063.bin index 63ad9a54..13e8bb00 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0063.bin and b/files/poketool/pokefoot/pokefoot/narc_0063.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0064.bin b/files/poketool/pokefoot/pokefoot/narc_0064.bin index 88722b67..14672a2e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0064.bin and b/files/poketool/pokefoot/pokefoot/narc_0064.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0065.bin b/files/poketool/pokefoot/pokefoot/narc_0065.bin index d1222e2f..48f5e9c0 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0065.bin and b/files/poketool/pokefoot/pokefoot/narc_0065.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0066.bin b/files/poketool/pokefoot/pokefoot/narc_0066.bin index 49efa477..44d22ec7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0066.bin and b/files/poketool/pokefoot/pokefoot/narc_0066.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0067.bin b/files/poketool/pokefoot/pokefoot/narc_0067.bin index 93d0a4b9..84d01538 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0067.bin and b/files/poketool/pokefoot/pokefoot/narc_0067.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0068.bin b/files/poketool/pokefoot/pokefoot/narc_0068.bin index 7592de98..b7ed60bf 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0068.bin and b/files/poketool/pokefoot/pokefoot/narc_0068.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0069.bin b/files/poketool/pokefoot/pokefoot/narc_0069.bin index e16c4bb3..25fee771 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0069.bin and b/files/poketool/pokefoot/pokefoot/narc_0069.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0070.bin b/files/poketool/pokefoot/pokefoot/narc_0070.bin index 6650907f..c4b2aee8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0070.bin and b/files/poketool/pokefoot/pokefoot/narc_0070.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0071.bin b/files/poketool/pokefoot/pokefoot/narc_0071.bin index da92be99..f2ef7ea6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0071.bin and b/files/poketool/pokefoot/pokefoot/narc_0071.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0072.bin b/files/poketool/pokefoot/pokefoot/narc_0072.bin index e8f93d24..83e5d415 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0072.bin and b/files/poketool/pokefoot/pokefoot/narc_0072.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0073.bin b/files/poketool/pokefoot/pokefoot/narc_0073.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0073.bin and b/files/poketool/pokefoot/pokefoot/narc_0073.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0074.bin b/files/poketool/pokefoot/pokefoot/narc_0074.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0074.bin and b/files/poketool/pokefoot/pokefoot/narc_0074.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0075.bin b/files/poketool/pokefoot/pokefoot/narc_0075.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0075.bin and b/files/poketool/pokefoot/pokefoot/narc_0075.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0076.bin b/files/poketool/pokefoot/pokefoot/narc_0076.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0076.bin and b/files/poketool/pokefoot/pokefoot/narc_0076.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0077.bin b/files/poketool/pokefoot/pokefoot/narc_0077.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0077.bin and b/files/poketool/pokefoot/pokefoot/narc_0077.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0078.bin b/files/poketool/pokefoot/pokefoot/narc_0078.bin index 6bf3588e..8f4f8ff5 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0078.bin and b/files/poketool/pokefoot/pokefoot/narc_0078.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0079.bin b/files/poketool/pokefoot/pokefoot/narc_0079.bin index 891ba653..503b9946 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0079.bin and b/files/poketool/pokefoot/pokefoot/narc_0079.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0080.bin b/files/poketool/pokefoot/pokefoot/narc_0080.bin index 6d207fe8..3ba91e6c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0080.bin and b/files/poketool/pokefoot/pokefoot/narc_0080.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0081.bin b/files/poketool/pokefoot/pokefoot/narc_0081.bin index 4a8fe49b..d70fb540 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0081.bin and b/files/poketool/pokefoot/pokefoot/narc_0081.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0082.bin b/files/poketool/pokefoot/pokefoot/narc_0082.bin index a8c25698..5962e38d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0082.bin and b/files/poketool/pokefoot/pokefoot/narc_0082.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0083.bin b/files/poketool/pokefoot/pokefoot/narc_0083.bin index 87784132..560ba5c5 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0083.bin and b/files/poketool/pokefoot/pokefoot/narc_0083.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0084.bin b/files/poketool/pokefoot/pokefoot/narc_0084.bin index f1f98925..00d1b62d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0084.bin and b/files/poketool/pokefoot/pokefoot/narc_0084.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0085.bin b/files/poketool/pokefoot/pokefoot/narc_0085.bin index 818647db..d6b8df7f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0085.bin and b/files/poketool/pokefoot/pokefoot/narc_0085.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0086.bin b/files/poketool/pokefoot/pokefoot/narc_0086.bin index 19b5feb3..f6e001e2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0086.bin and b/files/poketool/pokefoot/pokefoot/narc_0086.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0087.bin b/files/poketool/pokefoot/pokefoot/narc_0087.bin index 4f679f48..4d696850 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0087.bin and b/files/poketool/pokefoot/pokefoot/narc_0087.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0088.bin b/files/poketool/pokefoot/pokefoot/narc_0088.bin index c10e011b..cbcfe77f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0088.bin and b/files/poketool/pokefoot/pokefoot/narc_0088.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0089.bin b/files/poketool/pokefoot/pokefoot/narc_0089.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0089.bin and b/files/poketool/pokefoot/pokefoot/narc_0089.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0090.bin b/files/poketool/pokefoot/pokefoot/narc_0090.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0090.bin and b/files/poketool/pokefoot/pokefoot/narc_0090.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0091.bin b/files/poketool/pokefoot/pokefoot/narc_0091.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0091.bin and b/files/poketool/pokefoot/pokefoot/narc_0091.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0092.bin b/files/poketool/pokefoot/pokefoot/narc_0092.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0092.bin and b/files/poketool/pokefoot/pokefoot/narc_0092.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0093.bin b/files/poketool/pokefoot/pokefoot/narc_0093.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0093.bin and b/files/poketool/pokefoot/pokefoot/narc_0093.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0094.bin b/files/poketool/pokefoot/pokefoot/narc_0094.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0094.bin and b/files/poketool/pokefoot/pokefoot/narc_0094.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0095.bin b/files/poketool/pokefoot/pokefoot/narc_0095.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0095.bin and b/files/poketool/pokefoot/pokefoot/narc_0095.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0096.bin b/files/poketool/pokefoot/pokefoot/narc_0096.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0096.bin and b/files/poketool/pokefoot/pokefoot/narc_0096.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0097.bin b/files/poketool/pokefoot/pokefoot/narc_0097.bin index 4e1ffcfe..feffc49f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0097.bin and b/files/poketool/pokefoot/pokefoot/narc_0097.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0098.bin b/files/poketool/pokefoot/pokefoot/narc_0098.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0098.bin and b/files/poketool/pokefoot/pokefoot/narc_0098.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0099.bin b/files/poketool/pokefoot/pokefoot/narc_0099.bin index 1498d2f0..b7e38594 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0099.bin and b/files/poketool/pokefoot/pokefoot/narc_0099.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0100.bin b/files/poketool/pokefoot/pokefoot/narc_0100.bin index de5ef947..0860bc18 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0100.bin and b/files/poketool/pokefoot/pokefoot/narc_0100.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0101.bin b/files/poketool/pokefoot/pokefoot/narc_0101.bin index b0c9c3f9..07663568 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0101.bin and b/files/poketool/pokefoot/pokefoot/narc_0101.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0102.bin b/files/poketool/pokefoot/pokefoot/narc_0102.bin index b58cfb55..28b243b6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0102.bin and b/files/poketool/pokefoot/pokefoot/narc_0102.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0103.bin b/files/poketool/pokefoot/pokefoot/narc_0103.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0103.bin and b/files/poketool/pokefoot/pokefoot/narc_0103.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0104.bin b/files/poketool/pokefoot/pokefoot/narc_0104.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0104.bin and b/files/poketool/pokefoot/pokefoot/narc_0104.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0105.bin b/files/poketool/pokefoot/pokefoot/narc_0105.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0105.bin and b/files/poketool/pokefoot/pokefoot/narc_0105.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0106.bin b/files/poketool/pokefoot/pokefoot/narc_0106.bin index 29340a85..49228aa4 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0106.bin and b/files/poketool/pokefoot/pokefoot/narc_0106.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0107.bin b/files/poketool/pokefoot/pokefoot/narc_0107.bin index 0a5082b3..16ca355c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0107.bin and b/files/poketool/pokefoot/pokefoot/narc_0107.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0108.bin b/files/poketool/pokefoot/pokefoot/narc_0108.bin index 4f980b15..62ff0ed0 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0108.bin and b/files/poketool/pokefoot/pokefoot/narc_0108.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0109.bin b/files/poketool/pokefoot/pokefoot/narc_0109.bin index 8b5d245f..f296b097 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0109.bin and b/files/poketool/pokefoot/pokefoot/narc_0109.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0110.bin b/files/poketool/pokefoot/pokefoot/narc_0110.bin index 67218d55..1e89f89b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0110.bin and b/files/poketool/pokefoot/pokefoot/narc_0110.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0111.bin b/files/poketool/pokefoot/pokefoot/narc_0111.bin index 52a5d811..045ade6e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0111.bin and b/files/poketool/pokefoot/pokefoot/narc_0111.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0112.bin b/files/poketool/pokefoot/pokefoot/narc_0112.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0112.bin and b/files/poketool/pokefoot/pokefoot/narc_0112.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0113.bin b/files/poketool/pokefoot/pokefoot/narc_0113.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0113.bin and b/files/poketool/pokefoot/pokefoot/narc_0113.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0114.bin b/files/poketool/pokefoot/pokefoot/narc_0114.bin index 08f63284..c5cedbd0 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0114.bin and b/files/poketool/pokefoot/pokefoot/narc_0114.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0115.bin b/files/poketool/pokefoot/pokefoot/narc_0115.bin index a61b26d0..0fdbde9f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0115.bin and b/files/poketool/pokefoot/pokefoot/narc_0115.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0116.bin b/files/poketool/pokefoot/pokefoot/narc_0116.bin index 49b83192..87183276 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0116.bin and b/files/poketool/pokefoot/pokefoot/narc_0116.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0117.bin b/files/poketool/pokefoot/pokefoot/narc_0117.bin index 30f73694..54666d17 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0117.bin and b/files/poketool/pokefoot/pokefoot/narc_0117.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0118.bin b/files/poketool/pokefoot/pokefoot/narc_0118.bin index 3be6f288..ac2b0aee 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0118.bin and b/files/poketool/pokefoot/pokefoot/narc_0118.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0119.bin b/files/poketool/pokefoot/pokefoot/narc_0119.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0119.bin and b/files/poketool/pokefoot/pokefoot/narc_0119.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0120.bin b/files/poketool/pokefoot/pokefoot/narc_0120.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0120.bin and b/files/poketool/pokefoot/pokefoot/narc_0120.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0121.bin b/files/poketool/pokefoot/pokefoot/narc_0121.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0121.bin and b/files/poketool/pokefoot/pokefoot/narc_0121.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0122.bin b/files/poketool/pokefoot/pokefoot/narc_0122.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0122.bin and b/files/poketool/pokefoot/pokefoot/narc_0122.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0123.bin b/files/poketool/pokefoot/pokefoot/narc_0123.bin index 8677bd2e..3660dd85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0123.bin and b/files/poketool/pokefoot/pokefoot/narc_0123.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0124.bin b/files/poketool/pokefoot/pokefoot/narc_0124.bin index 8677bd2e..3660dd85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0124.bin and b/files/poketool/pokefoot/pokefoot/narc_0124.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0125.bin b/files/poketool/pokefoot/pokefoot/narc_0125.bin index bbef2a72..1039e569 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0125.bin and b/files/poketool/pokefoot/pokefoot/narc_0125.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0126.bin b/files/poketool/pokefoot/pokefoot/narc_0126.bin index cebf182e..196a94cb 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0126.bin and b/files/poketool/pokefoot/pokefoot/narc_0126.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0127.bin b/files/poketool/pokefoot/pokefoot/narc_0127.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0127.bin and b/files/poketool/pokefoot/pokefoot/narc_0127.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0128.bin b/files/poketool/pokefoot/pokefoot/narc_0128.bin index 61a6fdf0..3d9a32d9 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0128.bin and b/files/poketool/pokefoot/pokefoot/narc_0128.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0129.bin b/files/poketool/pokefoot/pokefoot/narc_0129.bin index 06ca8c31..a49f99ba 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0129.bin and b/files/poketool/pokefoot/pokefoot/narc_0129.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0130.bin b/files/poketool/pokefoot/pokefoot/narc_0130.bin index c981a7bf..b265bb09 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0130.bin and b/files/poketool/pokefoot/pokefoot/narc_0130.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0131.bin b/files/poketool/pokefoot/pokefoot/narc_0131.bin index dfed6d3d..8d0b94fd 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0131.bin and b/files/poketool/pokefoot/pokefoot/narc_0131.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0132.bin b/files/poketool/pokefoot/pokefoot/narc_0132.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0132.bin and b/files/poketool/pokefoot/pokefoot/narc_0132.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0133.bin b/files/poketool/pokefoot/pokefoot/narc_0133.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0133.bin and b/files/poketool/pokefoot/pokefoot/narc_0133.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0134.bin b/files/poketool/pokefoot/pokefoot/narc_0134.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0134.bin and b/files/poketool/pokefoot/pokefoot/narc_0134.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0135.bin b/files/poketool/pokefoot/pokefoot/narc_0135.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0135.bin and b/files/poketool/pokefoot/pokefoot/narc_0135.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0136.bin b/files/poketool/pokefoot/pokefoot/narc_0136.bin index 8f145519..71e40d82 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0136.bin and b/files/poketool/pokefoot/pokefoot/narc_0136.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0137.bin b/files/poketool/pokefoot/pokefoot/narc_0137.bin index df112f53..79ae4da8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0137.bin and b/files/poketool/pokefoot/pokefoot/narc_0137.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0138.bin b/files/poketool/pokefoot/pokefoot/narc_0138.bin index bf1c72d1..fd6d228b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0138.bin and b/files/poketool/pokefoot/pokefoot/narc_0138.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0139.bin b/files/poketool/pokefoot/pokefoot/narc_0139.bin index 3ef52a0c..6ffcb219 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0139.bin and b/files/poketool/pokefoot/pokefoot/narc_0139.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0140.bin b/files/poketool/pokefoot/pokefoot/narc_0140.bin index 7066b42d..45074fe8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0140.bin and b/files/poketool/pokefoot/pokefoot/narc_0140.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0141.bin b/files/poketool/pokefoot/pokefoot/narc_0141.bin index e809261f..66e10e50 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0141.bin and b/files/poketool/pokefoot/pokefoot/narc_0141.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0142.bin b/files/poketool/pokefoot/pokefoot/narc_0142.bin index 9135248d..a0170fa8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0142.bin and b/files/poketool/pokefoot/pokefoot/narc_0142.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0143.bin b/files/poketool/pokefoot/pokefoot/narc_0143.bin index a0ca401e..bc1d4323 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0143.bin and b/files/poketool/pokefoot/pokefoot/narc_0143.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0144.bin b/files/poketool/pokefoot/pokefoot/narc_0144.bin index fc07e723..4ea0df0c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0144.bin and b/files/poketool/pokefoot/pokefoot/narc_0144.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0145.bin b/files/poketool/pokefoot/pokefoot/narc_0145.bin index 86454650..43e17408 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0145.bin and b/files/poketool/pokefoot/pokefoot/narc_0145.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0146.bin b/files/poketool/pokefoot/pokefoot/narc_0146.bin index fd8b2800..836ac748 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0146.bin and b/files/poketool/pokefoot/pokefoot/narc_0146.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0147.bin b/files/poketool/pokefoot/pokefoot/narc_0147.bin index b78d15b5..fb1100cb 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0147.bin and b/files/poketool/pokefoot/pokefoot/narc_0147.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0148.bin b/files/poketool/pokefoot/pokefoot/narc_0148.bin index 6ef06f29..df42e148 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0148.bin and b/files/poketool/pokefoot/pokefoot/narc_0148.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0149.bin b/files/poketool/pokefoot/pokefoot/narc_0149.bin index 40a3c3a8..74471b43 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0149.bin and b/files/poketool/pokefoot/pokefoot/narc_0149.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0150.bin b/files/poketool/pokefoot/pokefoot/narc_0150.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0150.bin and b/files/poketool/pokefoot/pokefoot/narc_0150.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0151.bin b/files/poketool/pokefoot/pokefoot/narc_0151.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0151.bin and b/files/poketool/pokefoot/pokefoot/narc_0151.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0152.bin b/files/poketool/pokefoot/pokefoot/narc_0152.bin index e5319e78..f9480833 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0152.bin and b/files/poketool/pokefoot/pokefoot/narc_0152.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0153.bin b/files/poketool/pokefoot/pokefoot/narc_0153.bin index e1552087..14f9eabd 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0153.bin and b/files/poketool/pokefoot/pokefoot/narc_0153.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0154.bin b/files/poketool/pokefoot/pokefoot/narc_0154.bin index c508b578..b8b2b46d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0154.bin and b/files/poketool/pokefoot/pokefoot/narc_0154.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0155.bin b/files/poketool/pokefoot/pokefoot/narc_0155.bin index 439e354a..918ca128 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0155.bin and b/files/poketool/pokefoot/pokefoot/narc_0155.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0156.bin b/files/poketool/pokefoot/pokefoot/narc_0156.bin index 49562f4b..1ebddd7a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0156.bin and b/files/poketool/pokefoot/pokefoot/narc_0156.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0157.bin b/files/poketool/pokefoot/pokefoot/narc_0157.bin index 80eac339..bff43a69 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0157.bin and b/files/poketool/pokefoot/pokefoot/narc_0157.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0158.bin b/files/poketool/pokefoot/pokefoot/narc_0158.bin index 8e32ab70..736fa616 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0158.bin and b/files/poketool/pokefoot/pokefoot/narc_0158.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0159.bin b/files/poketool/pokefoot/pokefoot/narc_0159.bin index b88d4379..3cd51715 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0159.bin and b/files/poketool/pokefoot/pokefoot/narc_0159.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0160.bin b/files/poketool/pokefoot/pokefoot/narc_0160.bin index 5540e01f..95ae36f0 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0160.bin and b/files/poketool/pokefoot/pokefoot/narc_0160.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0161.bin b/files/poketool/pokefoot/pokefoot/narc_0161.bin index 00c387be..6c5a0ed4 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0161.bin and b/files/poketool/pokefoot/pokefoot/narc_0161.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0162.bin b/files/poketool/pokefoot/pokefoot/narc_0162.bin index 94f01e92..bab8143f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0162.bin and b/files/poketool/pokefoot/pokefoot/narc_0162.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0163.bin b/files/poketool/pokefoot/pokefoot/narc_0163.bin index 6d3f8560..25edef08 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0163.bin and b/files/poketool/pokefoot/pokefoot/narc_0163.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0164.bin b/files/poketool/pokefoot/pokefoot/narc_0164.bin index a4ca504a..4b541272 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0164.bin and b/files/poketool/pokefoot/pokefoot/narc_0164.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0165.bin b/files/poketool/pokefoot/pokefoot/narc_0165.bin index 440bc495..2476b271 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0165.bin and b/files/poketool/pokefoot/pokefoot/narc_0165.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0166.bin b/files/poketool/pokefoot/pokefoot/narc_0166.bin index 8dbb242f..c1e01d50 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0166.bin and b/files/poketool/pokefoot/pokefoot/narc_0166.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0167.bin b/files/poketool/pokefoot/pokefoot/narc_0167.bin index 5856413d..deea74ea 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0167.bin and b/files/poketool/pokefoot/pokefoot/narc_0167.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0168.bin b/files/poketool/pokefoot/pokefoot/narc_0168.bin index a5515cd2..070d3372 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0168.bin and b/files/poketool/pokefoot/pokefoot/narc_0168.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0169.bin b/files/poketool/pokefoot/pokefoot/narc_0169.bin index a82cb825..e675722a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0169.bin and b/files/poketool/pokefoot/pokefoot/narc_0169.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0170.bin b/files/poketool/pokefoot/pokefoot/narc_0170.bin index a0ca401e..bc1d4323 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0170.bin and b/files/poketool/pokefoot/pokefoot/narc_0170.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0171.bin b/files/poketool/pokefoot/pokefoot/narc_0171.bin index 6097b99d..7a90e66e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0171.bin and b/files/poketool/pokefoot/pokefoot/narc_0171.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0172.bin b/files/poketool/pokefoot/pokefoot/narc_0172.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0172.bin and b/files/poketool/pokefoot/pokefoot/narc_0172.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0173.bin b/files/poketool/pokefoot/pokefoot/narc_0173.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0173.bin and b/files/poketool/pokefoot/pokefoot/narc_0173.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0174.bin b/files/poketool/pokefoot/pokefoot/narc_0174.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0174.bin and b/files/poketool/pokefoot/pokefoot/narc_0174.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0175.bin b/files/poketool/pokefoot/pokefoot/narc_0175.bin index 69708c22..ea0dc39f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0175.bin and b/files/poketool/pokefoot/pokefoot/narc_0175.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0176.bin b/files/poketool/pokefoot/pokefoot/narc_0176.bin index 670d46ae..57644da1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0176.bin and b/files/poketool/pokefoot/pokefoot/narc_0176.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0177.bin b/files/poketool/pokefoot/pokefoot/narc_0177.bin index 42280825..9a31196c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0177.bin and b/files/poketool/pokefoot/pokefoot/narc_0177.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0178.bin b/files/poketool/pokefoot/pokefoot/narc_0178.bin index 66043698..a3374122 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0178.bin and b/files/poketool/pokefoot/pokefoot/narc_0178.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0179.bin b/files/poketool/pokefoot/pokefoot/narc_0179.bin index 268e8f4b..d5a79af8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0179.bin and b/files/poketool/pokefoot/pokefoot/narc_0179.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0180.bin b/files/poketool/pokefoot/pokefoot/narc_0180.bin index 266017d0..57499232 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0180.bin and b/files/poketool/pokefoot/pokefoot/narc_0180.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0181.bin b/files/poketool/pokefoot/pokefoot/narc_0181.bin index 539ad32f..d8fa31e9 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0181.bin and b/files/poketool/pokefoot/pokefoot/narc_0181.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0182.bin b/files/poketool/pokefoot/pokefoot/narc_0182.bin index 12592ebc..2b346f94 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0182.bin and b/files/poketool/pokefoot/pokefoot/narc_0182.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0183.bin b/files/poketool/pokefoot/pokefoot/narc_0183.bin index 11660d01..e61c4edf 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0183.bin and b/files/poketool/pokefoot/pokefoot/narc_0183.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0184.bin b/files/poketool/pokefoot/pokefoot/narc_0184.bin index c671008b..9deaf597 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0184.bin and b/files/poketool/pokefoot/pokefoot/narc_0184.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0185.bin b/files/poketool/pokefoot/pokefoot/narc_0185.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0185.bin and b/files/poketool/pokefoot/pokefoot/narc_0185.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0186.bin b/files/poketool/pokefoot/pokefoot/narc_0186.bin index 6ee69806..b9bef21e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0186.bin and b/files/poketool/pokefoot/pokefoot/narc_0186.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0187.bin b/files/poketool/pokefoot/pokefoot/narc_0187.bin index c607850b..cfeb0132 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0187.bin and b/files/poketool/pokefoot/pokefoot/narc_0187.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0188.bin b/files/poketool/pokefoot/pokefoot/narc_0188.bin index d1e9942d..44ce6598 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0188.bin and b/files/poketool/pokefoot/pokefoot/narc_0188.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0189.bin b/files/poketool/pokefoot/pokefoot/narc_0189.bin index 3ceeca05..f47d1022 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0189.bin and b/files/poketool/pokefoot/pokefoot/narc_0189.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0190.bin b/files/poketool/pokefoot/pokefoot/narc_0190.bin index 8dd0f2ab..e2fe17fd 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0190.bin and b/files/poketool/pokefoot/pokefoot/narc_0190.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0191.bin b/files/poketool/pokefoot/pokefoot/narc_0191.bin index 333186b0..11ee9935 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0191.bin and b/files/poketool/pokefoot/pokefoot/narc_0191.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0192.bin b/files/poketool/pokefoot/pokefoot/narc_0192.bin index 41a12fb9..136fd5d0 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0192.bin and b/files/poketool/pokefoot/pokefoot/narc_0192.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0193.bin b/files/poketool/pokefoot/pokefoot/narc_0193.bin index 8c0de529..12d2f9f8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0193.bin and b/files/poketool/pokefoot/pokefoot/narc_0193.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0194.bin b/files/poketool/pokefoot/pokefoot/narc_0194.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0194.bin and b/files/poketool/pokefoot/pokefoot/narc_0194.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0195.bin b/files/poketool/pokefoot/pokefoot/narc_0195.bin index 3043165c..eb36827f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0195.bin and b/files/poketool/pokefoot/pokefoot/narc_0195.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0196.bin b/files/poketool/pokefoot/pokefoot/narc_0196.bin index ef6dea52..42030133 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0196.bin and b/files/poketool/pokefoot/pokefoot/narc_0196.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0197.bin b/files/poketool/pokefoot/pokefoot/narc_0197.bin index bbb3db58..98ad635a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0197.bin and b/files/poketool/pokefoot/pokefoot/narc_0197.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0198.bin b/files/poketool/pokefoot/pokefoot/narc_0198.bin index 01b3786e..ab7b0cde 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0198.bin and b/files/poketool/pokefoot/pokefoot/narc_0198.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0199.bin b/files/poketool/pokefoot/pokefoot/narc_0199.bin index 20582404..527e1475 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0199.bin and b/files/poketool/pokefoot/pokefoot/narc_0199.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0200.bin b/files/poketool/pokefoot/pokefoot/narc_0200.bin index 2dcc983f..f865dbd3 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0200.bin and b/files/poketool/pokefoot/pokefoot/narc_0200.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0201.bin b/files/poketool/pokefoot/pokefoot/narc_0201.bin index cd5d07e1..00e7fd4c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0201.bin and b/files/poketool/pokefoot/pokefoot/narc_0201.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0202.bin b/files/poketool/pokefoot/pokefoot/narc_0202.bin index 4b324e28..1f5acb5c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0202.bin and b/files/poketool/pokefoot/pokefoot/narc_0202.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0203.bin b/files/poketool/pokefoot/pokefoot/narc_0203.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0203.bin and b/files/poketool/pokefoot/pokefoot/narc_0203.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0204.bin b/files/poketool/pokefoot/pokefoot/narc_0204.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0204.bin and b/files/poketool/pokefoot/pokefoot/narc_0204.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0205.bin b/files/poketool/pokefoot/pokefoot/narc_0205.bin index 67f0e271..c1578429 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0205.bin and b/files/poketool/pokefoot/pokefoot/narc_0205.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0206.bin b/files/poketool/pokefoot/pokefoot/narc_0206.bin index 6cf6a61a..9eda4786 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0206.bin and b/files/poketool/pokefoot/pokefoot/narc_0206.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0207.bin b/files/poketool/pokefoot/pokefoot/narc_0207.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0207.bin and b/files/poketool/pokefoot/pokefoot/narc_0207.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0208.bin b/files/poketool/pokefoot/pokefoot/narc_0208.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0208.bin and b/files/poketool/pokefoot/pokefoot/narc_0208.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0209.bin b/files/poketool/pokefoot/pokefoot/narc_0209.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0209.bin and b/files/poketool/pokefoot/pokefoot/narc_0209.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0210.bin b/files/poketool/pokefoot/pokefoot/narc_0210.bin index 7e0be0b1..dae4ff0e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0210.bin and b/files/poketool/pokefoot/pokefoot/narc_0210.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0211.bin b/files/poketool/pokefoot/pokefoot/narc_0211.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0211.bin and b/files/poketool/pokefoot/pokefoot/narc_0211.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0212.bin b/files/poketool/pokefoot/pokefoot/narc_0212.bin index c232a037..eca37fd2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0212.bin and b/files/poketool/pokefoot/pokefoot/narc_0212.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0213.bin b/files/poketool/pokefoot/pokefoot/narc_0213.bin index df904e01..449b6d2e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0213.bin and b/files/poketool/pokefoot/pokefoot/narc_0213.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0214.bin b/files/poketool/pokefoot/pokefoot/narc_0214.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0214.bin and b/files/poketool/pokefoot/pokefoot/narc_0214.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0215.bin b/files/poketool/pokefoot/pokefoot/narc_0215.bin index e2ad337d..a40b6d2a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0215.bin and b/files/poketool/pokefoot/pokefoot/narc_0215.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0216.bin b/files/poketool/pokefoot/pokefoot/narc_0216.bin index 57203864..3eac8262 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0216.bin and b/files/poketool/pokefoot/pokefoot/narc_0216.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0217.bin b/files/poketool/pokefoot/pokefoot/narc_0217.bin index 760de98e..8963b699 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0217.bin and b/files/poketool/pokefoot/pokefoot/narc_0217.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0218.bin b/files/poketool/pokefoot/pokefoot/narc_0218.bin index 8d3bdaf3..9d45c8fe 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0218.bin and b/files/poketool/pokefoot/pokefoot/narc_0218.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0219.bin b/files/poketool/pokefoot/pokefoot/narc_0219.bin index f08ae478..7e9ec2f9 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0219.bin and b/files/poketool/pokefoot/pokefoot/narc_0219.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0220.bin b/files/poketool/pokefoot/pokefoot/narc_0220.bin index c0048706..f068ddd9 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0220.bin and b/files/poketool/pokefoot/pokefoot/narc_0220.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0221.bin b/files/poketool/pokefoot/pokefoot/narc_0221.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0221.bin and b/files/poketool/pokefoot/pokefoot/narc_0221.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0222.bin b/files/poketool/pokefoot/pokefoot/narc_0222.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0222.bin and b/files/poketool/pokefoot/pokefoot/narc_0222.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0223.bin b/files/poketool/pokefoot/pokefoot/narc_0223.bin index 531abd75..e9a9fad6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0223.bin and b/files/poketool/pokefoot/pokefoot/narc_0223.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0224.bin b/files/poketool/pokefoot/pokefoot/narc_0224.bin index f2f8d086..4fa55ca0 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0224.bin and b/files/poketool/pokefoot/pokefoot/narc_0224.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0225.bin b/files/poketool/pokefoot/pokefoot/narc_0225.bin index 14052d16..3a49af9d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0225.bin and b/files/poketool/pokefoot/pokefoot/narc_0225.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0226.bin b/files/poketool/pokefoot/pokefoot/narc_0226.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0226.bin and b/files/poketool/pokefoot/pokefoot/narc_0226.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0227.bin b/files/poketool/pokefoot/pokefoot/narc_0227.bin index 413acf66..8c08a102 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0227.bin and b/files/poketool/pokefoot/pokefoot/narc_0227.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0228.bin b/files/poketool/pokefoot/pokefoot/narc_0228.bin index 6ec90c94..4cc57da3 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0228.bin and b/files/poketool/pokefoot/pokefoot/narc_0228.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0229.bin b/files/poketool/pokefoot/pokefoot/narc_0229.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0229.bin and b/files/poketool/pokefoot/pokefoot/narc_0229.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0230.bin b/files/poketool/pokefoot/pokefoot/narc_0230.bin index be447426..d1384703 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0230.bin and b/files/poketool/pokefoot/pokefoot/narc_0230.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0231.bin b/files/poketool/pokefoot/pokefoot/narc_0231.bin index d41656ef..ff12dee2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0231.bin and b/files/poketool/pokefoot/pokefoot/narc_0231.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0232.bin b/files/poketool/pokefoot/pokefoot/narc_0232.bin index 2e4bcee6..5ee1393a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0232.bin and b/files/poketool/pokefoot/pokefoot/narc_0232.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0233.bin b/files/poketool/pokefoot/pokefoot/narc_0233.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0233.bin and b/files/poketool/pokefoot/pokefoot/narc_0233.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0234.bin b/files/poketool/pokefoot/pokefoot/narc_0234.bin index 35492fd7..ae5e2d77 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0234.bin and b/files/poketool/pokefoot/pokefoot/narc_0234.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0235.bin b/files/poketool/pokefoot/pokefoot/narc_0235.bin index a5d669a8..7a78974e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0235.bin and b/files/poketool/pokefoot/pokefoot/narc_0235.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0236.bin b/files/poketool/pokefoot/pokefoot/narc_0236.bin index 708ae173..629a8e60 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0236.bin and b/files/poketool/pokefoot/pokefoot/narc_0236.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0237.bin b/files/poketool/pokefoot/pokefoot/narc_0237.bin index 14869bbe..ca8313cf 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0237.bin and b/files/poketool/pokefoot/pokefoot/narc_0237.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0238.bin b/files/poketool/pokefoot/pokefoot/narc_0238.bin index b73eed2c..85f6689b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0238.bin and b/files/poketool/pokefoot/pokefoot/narc_0238.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0239.bin b/files/poketool/pokefoot/pokefoot/narc_0239.bin index 40ea5637..84cdf57c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0239.bin and b/files/poketool/pokefoot/pokefoot/narc_0239.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0240.bin b/files/poketool/pokefoot/pokefoot/narc_0240.bin index 2aac90f7..9ae226c5 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0240.bin and b/files/poketool/pokefoot/pokefoot/narc_0240.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0241.bin b/files/poketool/pokefoot/pokefoot/narc_0241.bin index 9c85d50f..a94d4023 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0241.bin and b/files/poketool/pokefoot/pokefoot/narc_0241.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0242.bin b/files/poketool/pokefoot/pokefoot/narc_0242.bin index e96efc17..2b1f8ae2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0242.bin and b/files/poketool/pokefoot/pokefoot/narc_0242.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0243.bin b/files/poketool/pokefoot/pokefoot/narc_0243.bin index e3b846df..0f7b4e90 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0243.bin and b/files/poketool/pokefoot/pokefoot/narc_0243.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0244.bin b/files/poketool/pokefoot/pokefoot/narc_0244.bin index 61e46c27..160287ab 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0244.bin and b/files/poketool/pokefoot/pokefoot/narc_0244.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0245.bin b/files/poketool/pokefoot/pokefoot/narc_0245.bin index 53486a33..1f933fc6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0245.bin and b/files/poketool/pokefoot/pokefoot/narc_0245.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0246.bin b/files/poketool/pokefoot/pokefoot/narc_0246.bin index 975767e4..4e76c5c5 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0246.bin and b/files/poketool/pokefoot/pokefoot/narc_0246.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0247.bin b/files/poketool/pokefoot/pokefoot/narc_0247.bin index bfbe93cf..3e75a674 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0247.bin and b/files/poketool/pokefoot/pokefoot/narc_0247.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0248.bin b/files/poketool/pokefoot/pokefoot/narc_0248.bin index 8e18ce9a..5ea9d252 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0248.bin and b/files/poketool/pokefoot/pokefoot/narc_0248.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0249.bin b/files/poketool/pokefoot/pokefoot/narc_0249.bin index 10d9014c..1fa0eb33 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0249.bin and b/files/poketool/pokefoot/pokefoot/narc_0249.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0250.bin b/files/poketool/pokefoot/pokefoot/narc_0250.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0250.bin and b/files/poketool/pokefoot/pokefoot/narc_0250.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0251.bin b/files/poketool/pokefoot/pokefoot/narc_0251.bin index e5654b4c..fe445bfc 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0251.bin and b/files/poketool/pokefoot/pokefoot/narc_0251.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0252.bin b/files/poketool/pokefoot/pokefoot/narc_0252.bin index 0cefb361..4411ac24 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0252.bin and b/files/poketool/pokefoot/pokefoot/narc_0252.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0253.bin b/files/poketool/pokefoot/pokefoot/narc_0253.bin index 061d1c23..4ff80a1b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0253.bin and b/files/poketool/pokefoot/pokefoot/narc_0253.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0254.bin b/files/poketool/pokefoot/pokefoot/narc_0254.bin index a9814b16..370d43a1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0254.bin and b/files/poketool/pokefoot/pokefoot/narc_0254.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0255.bin b/files/poketool/pokefoot/pokefoot/narc_0255.bin index 731005dd..8fad81b7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0255.bin and b/files/poketool/pokefoot/pokefoot/narc_0255.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0256.bin b/files/poketool/pokefoot/pokefoot/narc_0256.bin index 9744a1c2..066cdf88 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0256.bin and b/files/poketool/pokefoot/pokefoot/narc_0256.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0257.bin b/files/poketool/pokefoot/pokefoot/narc_0257.bin index 5a449505..c8b41e17 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0257.bin and b/files/poketool/pokefoot/pokefoot/narc_0257.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0258.bin b/files/poketool/pokefoot/pokefoot/narc_0258.bin index 9b8aa924..72fa6c88 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0258.bin and b/files/poketool/pokefoot/pokefoot/narc_0258.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0259.bin b/files/poketool/pokefoot/pokefoot/narc_0259.bin index 69e22e60..0706382a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0259.bin and b/files/poketool/pokefoot/pokefoot/narc_0259.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0260.bin b/files/poketool/pokefoot/pokefoot/narc_0260.bin index fa52b71d..0aa92ac0 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0260.bin and b/files/poketool/pokefoot/pokefoot/narc_0260.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0261.bin b/files/poketool/pokefoot/pokefoot/narc_0261.bin index 4f150cc1..b32c012f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0261.bin and b/files/poketool/pokefoot/pokefoot/narc_0261.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0262.bin b/files/poketool/pokefoot/pokefoot/narc_0262.bin index 89613d9d..40024559 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0262.bin and b/files/poketool/pokefoot/pokefoot/narc_0262.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0263.bin b/files/poketool/pokefoot/pokefoot/narc_0263.bin index c8f4218b..87e2b46f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0263.bin and b/files/poketool/pokefoot/pokefoot/narc_0263.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0264.bin b/files/poketool/pokefoot/pokefoot/narc_0264.bin index 0c88f231..bd1a8a9d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0264.bin and b/files/poketool/pokefoot/pokefoot/narc_0264.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0265.bin b/files/poketool/pokefoot/pokefoot/narc_0265.bin index 75799a69..32bdfc85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0265.bin and b/files/poketool/pokefoot/pokefoot/narc_0265.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0266.bin b/files/poketool/pokefoot/pokefoot/narc_0266.bin index 190e97ed..38ac3b03 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0266.bin and b/files/poketool/pokefoot/pokefoot/narc_0266.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0267.bin b/files/poketool/pokefoot/pokefoot/narc_0267.bin index b625be45..bc075d13 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0267.bin and b/files/poketool/pokefoot/pokefoot/narc_0267.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0268.bin b/files/poketool/pokefoot/pokefoot/narc_0268.bin index a4e1024c..86e3f74a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0268.bin and b/files/poketool/pokefoot/pokefoot/narc_0268.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0269.bin b/files/poketool/pokefoot/pokefoot/narc_0269.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0269.bin and b/files/poketool/pokefoot/pokefoot/narc_0269.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0270.bin b/files/poketool/pokefoot/pokefoot/narc_0270.bin index 52707fa3..caae4747 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0270.bin and b/files/poketool/pokefoot/pokefoot/narc_0270.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0271.bin b/files/poketool/pokefoot/pokefoot/narc_0271.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0271.bin and b/files/poketool/pokefoot/pokefoot/narc_0271.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0272.bin b/files/poketool/pokefoot/pokefoot/narc_0272.bin index 10073990..f69e882d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0272.bin and b/files/poketool/pokefoot/pokefoot/narc_0272.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0273.bin b/files/poketool/pokefoot/pokefoot/narc_0273.bin index e1e167c0..34d75f85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0273.bin and b/files/poketool/pokefoot/pokefoot/narc_0273.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0274.bin b/files/poketool/pokefoot/pokefoot/narc_0274.bin index a347a181..aac6ce58 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0274.bin and b/files/poketool/pokefoot/pokefoot/narc_0274.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0275.bin b/files/poketool/pokefoot/pokefoot/narc_0275.bin index ebb737b7..41f33096 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0275.bin and b/files/poketool/pokefoot/pokefoot/narc_0275.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0276.bin b/files/poketool/pokefoot/pokefoot/narc_0276.bin index 9f4314ed..9c7c3bec 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0276.bin and b/files/poketool/pokefoot/pokefoot/narc_0276.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0277.bin b/files/poketool/pokefoot/pokefoot/narc_0277.bin index 35c7fae2..cc62e8ad 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0277.bin and b/files/poketool/pokefoot/pokefoot/narc_0277.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0278.bin b/files/poketool/pokefoot/pokefoot/narc_0278.bin index b2bd981a..4bbb6966 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0278.bin and b/files/poketool/pokefoot/pokefoot/narc_0278.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0279.bin b/files/poketool/pokefoot/pokefoot/narc_0279.bin index 1bf2abcb..a554bdfc 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0279.bin and b/files/poketool/pokefoot/pokefoot/narc_0279.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0280.bin b/files/poketool/pokefoot/pokefoot/narc_0280.bin index c2d4e049..4d43d529 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0280.bin and b/files/poketool/pokefoot/pokefoot/narc_0280.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0281.bin b/files/poketool/pokefoot/pokefoot/narc_0281.bin index 89618b0d..76a79f76 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0281.bin and b/files/poketool/pokefoot/pokefoot/narc_0281.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0282.bin b/files/poketool/pokefoot/pokefoot/narc_0282.bin index 8f21b650..5a5847ec 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0282.bin and b/files/poketool/pokefoot/pokefoot/narc_0282.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0283.bin b/files/poketool/pokefoot/pokefoot/narc_0283.bin index f75b09f3..4a4f23b2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0283.bin and b/files/poketool/pokefoot/pokefoot/narc_0283.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0284.bin b/files/poketool/pokefoot/pokefoot/narc_0284.bin index 5f76ea70..951d07b7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0284.bin and b/files/poketool/pokefoot/pokefoot/narc_0284.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0285.bin b/files/poketool/pokefoot/pokefoot/narc_0285.bin index 1490faf7..0d9f3d04 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0285.bin and b/files/poketool/pokefoot/pokefoot/narc_0285.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0286.bin b/files/poketool/pokefoot/pokefoot/narc_0286.bin index cf6d30f4..f13d79f4 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0286.bin and b/files/poketool/pokefoot/pokefoot/narc_0286.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0287.bin b/files/poketool/pokefoot/pokefoot/narc_0287.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0287.bin and b/files/poketool/pokefoot/pokefoot/narc_0287.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0288.bin b/files/poketool/pokefoot/pokefoot/narc_0288.bin index 1d94cb6f..a53292e2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0288.bin and b/files/poketool/pokefoot/pokefoot/narc_0288.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0289.bin b/files/poketool/pokefoot/pokefoot/narc_0289.bin index cfcfb7c5..9a145781 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0289.bin and b/files/poketool/pokefoot/pokefoot/narc_0289.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0290.bin b/files/poketool/pokefoot/pokefoot/narc_0290.bin index 22e7ef00..2bc7522b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0290.bin and b/files/poketool/pokefoot/pokefoot/narc_0290.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0291.bin b/files/poketool/pokefoot/pokefoot/narc_0291.bin index a8e74cd7..132f1e9d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0291.bin and b/files/poketool/pokefoot/pokefoot/narc_0291.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0292.bin b/files/poketool/pokefoot/pokefoot/narc_0292.bin index 171801af..84e214ea 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0292.bin and b/files/poketool/pokefoot/pokefoot/narc_0292.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0293.bin b/files/poketool/pokefoot/pokefoot/narc_0293.bin index a15c33f6..febf60a5 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0293.bin and b/files/poketool/pokefoot/pokefoot/narc_0293.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0294.bin b/files/poketool/pokefoot/pokefoot/narc_0294.bin index bb8559dc..9b391aa9 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0294.bin and b/files/poketool/pokefoot/pokefoot/narc_0294.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0295.bin b/files/poketool/pokefoot/pokefoot/narc_0295.bin index da66e11a..be2aa3c1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0295.bin and b/files/poketool/pokefoot/pokefoot/narc_0295.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0296.bin b/files/poketool/pokefoot/pokefoot/narc_0296.bin index 865a3271..dbd9d6aa 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0296.bin and b/files/poketool/pokefoot/pokefoot/narc_0296.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0297.bin b/files/poketool/pokefoot/pokefoot/narc_0297.bin index 0cfb2e14..3fab9dd4 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0297.bin and b/files/poketool/pokefoot/pokefoot/narc_0297.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0298.bin b/files/poketool/pokefoot/pokefoot/narc_0298.bin index 86a83bab..0db209fb 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0298.bin and b/files/poketool/pokefoot/pokefoot/narc_0298.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0299.bin b/files/poketool/pokefoot/pokefoot/narc_0299.bin index ea867624..5a909f05 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0299.bin and b/files/poketool/pokefoot/pokefoot/narc_0299.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0300.bin b/files/poketool/pokefoot/pokefoot/narc_0300.bin index 8645378c..0d111164 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0300.bin and b/files/poketool/pokefoot/pokefoot/narc_0300.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0301.bin b/files/poketool/pokefoot/pokefoot/narc_0301.bin index f818bb81..1b137c39 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0301.bin and b/files/poketool/pokefoot/pokefoot/narc_0301.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0302.bin b/files/poketool/pokefoot/pokefoot/narc_0302.bin index ff0ce278..89e59671 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0302.bin and b/files/poketool/pokefoot/pokefoot/narc_0302.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0303.bin b/files/poketool/pokefoot/pokefoot/narc_0303.bin index 8b8d3d84..6ffe0625 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0303.bin and b/files/poketool/pokefoot/pokefoot/narc_0303.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0304.bin b/files/poketool/pokefoot/pokefoot/narc_0304.bin index 7e1a088e..9ed1c51a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0304.bin and b/files/poketool/pokefoot/pokefoot/narc_0304.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0305.bin b/files/poketool/pokefoot/pokefoot/narc_0305.bin index ac547aba..494caff5 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0305.bin and b/files/poketool/pokefoot/pokefoot/narc_0305.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0306.bin b/files/poketool/pokefoot/pokefoot/narc_0306.bin index 93deef63..5b7ee320 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0306.bin and b/files/poketool/pokefoot/pokefoot/narc_0306.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0307.bin b/files/poketool/pokefoot/pokefoot/narc_0307.bin index dfa9c76d..5ef273e6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0307.bin and b/files/poketool/pokefoot/pokefoot/narc_0307.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0308.bin b/files/poketool/pokefoot/pokefoot/narc_0308.bin index 27066e01..c1d60ab7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0308.bin and b/files/poketool/pokefoot/pokefoot/narc_0308.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0309.bin b/files/poketool/pokefoot/pokefoot/narc_0309.bin index 944e93c0..01bad39f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0309.bin and b/files/poketool/pokefoot/pokefoot/narc_0309.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0310.bin b/files/poketool/pokefoot/pokefoot/narc_0310.bin index 427cdd7b..f0a1a845 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0310.bin and b/files/poketool/pokefoot/pokefoot/narc_0310.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0311.bin b/files/poketool/pokefoot/pokefoot/narc_0311.bin index 4ebc7c6c..423fee4b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0311.bin and b/files/poketool/pokefoot/pokefoot/narc_0311.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0312.bin b/files/poketool/pokefoot/pokefoot/narc_0312.bin index 1c88fb56..bba80706 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0312.bin and b/files/poketool/pokefoot/pokefoot/narc_0312.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0313.bin b/files/poketool/pokefoot/pokefoot/narc_0313.bin index a0ecf43e..3c5fd856 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0313.bin and b/files/poketool/pokefoot/pokefoot/narc_0313.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0314.bin b/files/poketool/pokefoot/pokefoot/narc_0314.bin index d959fdf9..d8780c1d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0314.bin and b/files/poketool/pokefoot/pokefoot/narc_0314.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0315.bin b/files/poketool/pokefoot/pokefoot/narc_0315.bin index d959fdf9..d8780c1d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0315.bin and b/files/poketool/pokefoot/pokefoot/narc_0315.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0316.bin b/files/poketool/pokefoot/pokefoot/narc_0316.bin index eeb738ad..43662877 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0316.bin and b/files/poketool/pokefoot/pokefoot/narc_0316.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0317.bin b/files/poketool/pokefoot/pokefoot/narc_0317.bin index 21daee22..067854f7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0317.bin and b/files/poketool/pokefoot/pokefoot/narc_0317.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0318.bin b/files/poketool/pokefoot/pokefoot/narc_0318.bin index b2c1f858..b01b78c2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0318.bin and b/files/poketool/pokefoot/pokefoot/narc_0318.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0319.bin b/files/poketool/pokefoot/pokefoot/narc_0319.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0319.bin and b/files/poketool/pokefoot/pokefoot/narc_0319.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0320.bin b/files/poketool/pokefoot/pokefoot/narc_0320.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0320.bin and b/files/poketool/pokefoot/pokefoot/narc_0320.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0321.bin b/files/poketool/pokefoot/pokefoot/narc_0321.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0321.bin and b/files/poketool/pokefoot/pokefoot/narc_0321.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0322.bin b/files/poketool/pokefoot/pokefoot/narc_0322.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0322.bin and b/files/poketool/pokefoot/pokefoot/narc_0322.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0323.bin b/files/poketool/pokefoot/pokefoot/narc_0323.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0323.bin and b/files/poketool/pokefoot/pokefoot/narc_0323.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0324.bin b/files/poketool/pokefoot/pokefoot/narc_0324.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0324.bin and b/files/poketool/pokefoot/pokefoot/narc_0324.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0325.bin b/files/poketool/pokefoot/pokefoot/narc_0325.bin index e66941c8..ded34d5c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0325.bin and b/files/poketool/pokefoot/pokefoot/narc_0325.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0326.bin b/files/poketool/pokefoot/pokefoot/narc_0326.bin index dceab941..2c63b1e3 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0326.bin and b/files/poketool/pokefoot/pokefoot/narc_0326.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0327.bin b/files/poketool/pokefoot/pokefoot/narc_0327.bin index 1463a0b1..f78b2ddd 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0327.bin and b/files/poketool/pokefoot/pokefoot/narc_0327.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0328.bin b/files/poketool/pokefoot/pokefoot/narc_0328.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0328.bin and b/files/poketool/pokefoot/pokefoot/narc_0328.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0329.bin b/files/poketool/pokefoot/pokefoot/narc_0329.bin index c817dc1b..38ed54d8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0329.bin and b/files/poketool/pokefoot/pokefoot/narc_0329.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0330.bin b/files/poketool/pokefoot/pokefoot/narc_0330.bin index 864dbd60..2ef38cd3 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0330.bin and b/files/poketool/pokefoot/pokefoot/narc_0330.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0331.bin b/files/poketool/pokefoot/pokefoot/narc_0331.bin index eca0e00c..ea2d903a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0331.bin and b/files/poketool/pokefoot/pokefoot/narc_0331.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0332.bin b/files/poketool/pokefoot/pokefoot/narc_0332.bin index e2765711..e8d3c9d7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0332.bin and b/files/poketool/pokefoot/pokefoot/narc_0332.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0333.bin b/files/poketool/pokefoot/pokefoot/narc_0333.bin index 0ea0dcca..18a44576 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0333.bin and b/files/poketool/pokefoot/pokefoot/narc_0333.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0334.bin b/files/poketool/pokefoot/pokefoot/narc_0334.bin index b4fd0803..09d50d6e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0334.bin and b/files/poketool/pokefoot/pokefoot/narc_0334.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0335.bin b/files/poketool/pokefoot/pokefoot/narc_0335.bin index 61a7b2b3..89ca614c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0335.bin and b/files/poketool/pokefoot/pokefoot/narc_0335.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0336.bin b/files/poketool/pokefoot/pokefoot/narc_0336.bin index d82eba36..89e916f8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0336.bin and b/files/poketool/pokefoot/pokefoot/narc_0336.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0337.bin b/files/poketool/pokefoot/pokefoot/narc_0337.bin index e4c83191..618dcf22 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0337.bin and b/files/poketool/pokefoot/pokefoot/narc_0337.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0338.bin b/files/poketool/pokefoot/pokefoot/narc_0338.bin index b6fd897d..ca2873fd 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0338.bin and b/files/poketool/pokefoot/pokefoot/narc_0338.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0339.bin b/files/poketool/pokefoot/pokefoot/narc_0339.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0339.bin and b/files/poketool/pokefoot/pokefoot/narc_0339.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0340.bin b/files/poketool/pokefoot/pokefoot/narc_0340.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0340.bin and b/files/poketool/pokefoot/pokefoot/narc_0340.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0341.bin b/files/poketool/pokefoot/pokefoot/narc_0341.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0341.bin and b/files/poketool/pokefoot/pokefoot/narc_0341.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0342.bin b/files/poketool/pokefoot/pokefoot/narc_0342.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0342.bin and b/files/poketool/pokefoot/pokefoot/narc_0342.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0343.bin b/files/poketool/pokefoot/pokefoot/narc_0343.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0343.bin and b/files/poketool/pokefoot/pokefoot/narc_0343.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0344.bin b/files/poketool/pokefoot/pokefoot/narc_0344.bin index 9b47d7f8..d8a8cedc 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0344.bin and b/files/poketool/pokefoot/pokefoot/narc_0344.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0345.bin b/files/poketool/pokefoot/pokefoot/narc_0345.bin index 3d38e6f1..1a39b7a1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0345.bin and b/files/poketool/pokefoot/pokefoot/narc_0345.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0346.bin b/files/poketool/pokefoot/pokefoot/narc_0346.bin index f75b09f3..4a4f23b2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0346.bin and b/files/poketool/pokefoot/pokefoot/narc_0346.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0347.bin b/files/poketool/pokefoot/pokefoot/narc_0347.bin index 51937f7f..9028c195 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0347.bin and b/files/poketool/pokefoot/pokefoot/narc_0347.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0348.bin b/files/poketool/pokefoot/pokefoot/narc_0348.bin index 0fa801bb..3632bfd1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0348.bin and b/files/poketool/pokefoot/pokefoot/narc_0348.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0349.bin b/files/poketool/pokefoot/pokefoot/narc_0349.bin index 46c79326..d5879aa4 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0349.bin and b/files/poketool/pokefoot/pokefoot/narc_0349.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0350.bin b/files/poketool/pokefoot/pokefoot/narc_0350.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0350.bin and b/files/poketool/pokefoot/pokefoot/narc_0350.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0351.bin b/files/poketool/pokefoot/pokefoot/narc_0351.bin index b79faa34..931e9d47 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0351.bin and b/files/poketool/pokefoot/pokefoot/narc_0351.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0352.bin b/files/poketool/pokefoot/pokefoot/narc_0352.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0352.bin and b/files/poketool/pokefoot/pokefoot/narc_0352.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0353.bin b/files/poketool/pokefoot/pokefoot/narc_0353.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0353.bin and b/files/poketool/pokefoot/pokefoot/narc_0353.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0354.bin b/files/poketool/pokefoot/pokefoot/narc_0354.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0354.bin and b/files/poketool/pokefoot/pokefoot/narc_0354.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0355.bin b/files/poketool/pokefoot/pokefoot/narc_0355.bin index 28d4563a..a434fe1d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0355.bin and b/files/poketool/pokefoot/pokefoot/narc_0355.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0356.bin b/files/poketool/pokefoot/pokefoot/narc_0356.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0356.bin and b/files/poketool/pokefoot/pokefoot/narc_0356.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0357.bin b/files/poketool/pokefoot/pokefoot/narc_0357.bin index cae7d9dc..c215eb0e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0357.bin and b/files/poketool/pokefoot/pokefoot/narc_0357.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0358.bin b/files/poketool/pokefoot/pokefoot/narc_0358.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0358.bin and b/files/poketool/pokefoot/pokefoot/narc_0358.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0359.bin b/files/poketool/pokefoot/pokefoot/narc_0359.bin index 97b95ad2..0fcd586f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0359.bin and b/files/poketool/pokefoot/pokefoot/narc_0359.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0360.bin b/files/poketool/pokefoot/pokefoot/narc_0360.bin index da22c52f..53874732 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0360.bin and b/files/poketool/pokefoot/pokefoot/narc_0360.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0361.bin b/files/poketool/pokefoot/pokefoot/narc_0361.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0361.bin and b/files/poketool/pokefoot/pokefoot/narc_0361.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0362.bin b/files/poketool/pokefoot/pokefoot/narc_0362.bin index efc47272..776e41c3 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0362.bin and b/files/poketool/pokefoot/pokefoot/narc_0362.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0363.bin b/files/poketool/pokefoot/pokefoot/narc_0363.bin index a40920a1..0b15afca 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0363.bin and b/files/poketool/pokefoot/pokefoot/narc_0363.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0364.bin b/files/poketool/pokefoot/pokefoot/narc_0364.bin index f12da143..197d2d49 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0364.bin and b/files/poketool/pokefoot/pokefoot/narc_0364.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0365.bin b/files/poketool/pokefoot/pokefoot/narc_0365.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0365.bin and b/files/poketool/pokefoot/pokefoot/narc_0365.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0366.bin b/files/poketool/pokefoot/pokefoot/narc_0366.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0366.bin and b/files/poketool/pokefoot/pokefoot/narc_0366.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0367.bin b/files/poketool/pokefoot/pokefoot/narc_0367.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0367.bin and b/files/poketool/pokefoot/pokefoot/narc_0367.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0368.bin b/files/poketool/pokefoot/pokefoot/narc_0368.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0368.bin and b/files/poketool/pokefoot/pokefoot/narc_0368.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0369.bin b/files/poketool/pokefoot/pokefoot/narc_0369.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0369.bin and b/files/poketool/pokefoot/pokefoot/narc_0369.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0370.bin b/files/poketool/pokefoot/pokefoot/narc_0370.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0370.bin and b/files/poketool/pokefoot/pokefoot/narc_0370.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0371.bin b/files/poketool/pokefoot/pokefoot/narc_0371.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0371.bin and b/files/poketool/pokefoot/pokefoot/narc_0371.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0372.bin b/files/poketool/pokefoot/pokefoot/narc_0372.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0372.bin and b/files/poketool/pokefoot/pokefoot/narc_0372.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0373.bin b/files/poketool/pokefoot/pokefoot/narc_0373.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0373.bin and b/files/poketool/pokefoot/pokefoot/narc_0373.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0374.bin b/files/poketool/pokefoot/pokefoot/narc_0374.bin index c0c63cab..90ff6fd2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0374.bin and b/files/poketool/pokefoot/pokefoot/narc_0374.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0375.bin b/files/poketool/pokefoot/pokefoot/narc_0375.bin index 8cf7f54f..514ae0a5 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0375.bin and b/files/poketool/pokefoot/pokefoot/narc_0375.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0376.bin b/files/poketool/pokefoot/pokefoot/narc_0376.bin index b92304aa..024fe200 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0376.bin and b/files/poketool/pokefoot/pokefoot/narc_0376.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0377.bin b/files/poketool/pokefoot/pokefoot/narc_0377.bin index 4988efe5..c57bbd49 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0377.bin and b/files/poketool/pokefoot/pokefoot/narc_0377.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0378.bin b/files/poketool/pokefoot/pokefoot/narc_0378.bin index 46be7af3..98d8abf1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0378.bin and b/files/poketool/pokefoot/pokefoot/narc_0378.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0379.bin b/files/poketool/pokefoot/pokefoot/narc_0379.bin index 992c087c..168010e4 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0379.bin and b/files/poketool/pokefoot/pokefoot/narc_0379.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0380.bin b/files/poketool/pokefoot/pokefoot/narc_0380.bin index 09a6ddaf..a32f1a81 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0380.bin and b/files/poketool/pokefoot/pokefoot/narc_0380.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0381.bin b/files/poketool/pokefoot/pokefoot/narc_0381.bin index f75b09f3..4a4f23b2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0381.bin and b/files/poketool/pokefoot/pokefoot/narc_0381.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0382.bin b/files/poketool/pokefoot/pokefoot/narc_0382.bin index 0f875f7b..7cccc20e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0382.bin and b/files/poketool/pokefoot/pokefoot/narc_0382.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0383.bin b/files/poketool/pokefoot/pokefoot/narc_0383.bin index a98b077b..1a2341dc 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0383.bin and b/files/poketool/pokefoot/pokefoot/narc_0383.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0384.bin b/files/poketool/pokefoot/pokefoot/narc_0384.bin index 0dc156cf..67d3430d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0384.bin and b/files/poketool/pokefoot/pokefoot/narc_0384.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0385.bin b/files/poketool/pokefoot/pokefoot/narc_0385.bin index ad71596e..22e32115 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0385.bin and b/files/poketool/pokefoot/pokefoot/narc_0385.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0386.bin b/files/poketool/pokefoot/pokefoot/narc_0386.bin index af437129..6fc4f0f6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0386.bin and b/files/poketool/pokefoot/pokefoot/narc_0386.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0387.bin b/files/poketool/pokefoot/pokefoot/narc_0387.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0387.bin and b/files/poketool/pokefoot/pokefoot/narc_0387.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0388.bin b/files/poketool/pokefoot/pokefoot/narc_0388.bin index 6dafbd11..0dc47e7b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0388.bin and b/files/poketool/pokefoot/pokefoot/narc_0388.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0389.bin b/files/poketool/pokefoot/pokefoot/narc_0389.bin index 9930981d..f420e28c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0389.bin and b/files/poketool/pokefoot/pokefoot/narc_0389.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0390.bin b/files/poketool/pokefoot/pokefoot/narc_0390.bin index c64e52bc..c05dff2f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0390.bin and b/files/poketool/pokefoot/pokefoot/narc_0390.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0391.bin b/files/poketool/pokefoot/pokefoot/narc_0391.bin index 5855cc85..2bfa74af 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0391.bin and b/files/poketool/pokefoot/pokefoot/narc_0391.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0392.bin b/files/poketool/pokefoot/pokefoot/narc_0392.bin index 11da6038..5c1a6dc1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0392.bin and b/files/poketool/pokefoot/pokefoot/narc_0392.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0393.bin b/files/poketool/pokefoot/pokefoot/narc_0393.bin index 380dfc22..392303be 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0393.bin and b/files/poketool/pokefoot/pokefoot/narc_0393.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0394.bin b/files/poketool/pokefoot/pokefoot/narc_0394.bin index 6a88bcfe..bb48ae04 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0394.bin and b/files/poketool/pokefoot/pokefoot/narc_0394.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0395.bin b/files/poketool/pokefoot/pokefoot/narc_0395.bin index b35ca7cd..d78ebf1c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0395.bin and b/files/poketool/pokefoot/pokefoot/narc_0395.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0396.bin b/files/poketool/pokefoot/pokefoot/narc_0396.bin index b63dd5ed..45f5a1f7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0396.bin and b/files/poketool/pokefoot/pokefoot/narc_0396.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0397.bin b/files/poketool/pokefoot/pokefoot/narc_0397.bin index 5133d6cf..6423ecf2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0397.bin and b/files/poketool/pokefoot/pokefoot/narc_0397.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0398.bin b/files/poketool/pokefoot/pokefoot/narc_0398.bin index 23e21e32..a24266bc 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0398.bin and b/files/poketool/pokefoot/pokefoot/narc_0398.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0399.bin b/files/poketool/pokefoot/pokefoot/narc_0399.bin index 11fd1883..389a9649 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0399.bin and b/files/poketool/pokefoot/pokefoot/narc_0399.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0400.bin b/files/poketool/pokefoot/pokefoot/narc_0400.bin index 4bf827c6..e29a2ffc 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0400.bin and b/files/poketool/pokefoot/pokefoot/narc_0400.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0401.bin b/files/poketool/pokefoot/pokefoot/narc_0401.bin index c887d728..47052a87 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0401.bin and b/files/poketool/pokefoot/pokefoot/narc_0401.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0402.bin b/files/poketool/pokefoot/pokefoot/narc_0402.bin index 46e51b4f..5f76dd0d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0402.bin and b/files/poketool/pokefoot/pokefoot/narc_0402.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0403.bin b/files/poketool/pokefoot/pokefoot/narc_0403.bin index 9fe36785..5872fc3f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0403.bin and b/files/poketool/pokefoot/pokefoot/narc_0403.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0404.bin b/files/poketool/pokefoot/pokefoot/narc_0404.bin index dbc3219a..8dab7f20 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0404.bin and b/files/poketool/pokefoot/pokefoot/narc_0404.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0405.bin b/files/poketool/pokefoot/pokefoot/narc_0405.bin index a0ca401e..bc1d4323 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0405.bin and b/files/poketool/pokefoot/pokefoot/narc_0405.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0406.bin b/files/poketool/pokefoot/pokefoot/narc_0406.bin index 63988a16..19289e42 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0406.bin and b/files/poketool/pokefoot/pokefoot/narc_0406.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0407.bin b/files/poketool/pokefoot/pokefoot/narc_0407.bin index d3e9bc95..39795fc7 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0407.bin and b/files/poketool/pokefoot/pokefoot/narc_0407.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0408.bin b/files/poketool/pokefoot/pokefoot/narc_0408.bin index 60b58303..570c4ffb 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0408.bin and b/files/poketool/pokefoot/pokefoot/narc_0408.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0409.bin b/files/poketool/pokefoot/pokefoot/narc_0409.bin index 8677bd2e..3660dd85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0409.bin and b/files/poketool/pokefoot/pokefoot/narc_0409.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0410.bin b/files/poketool/pokefoot/pokefoot/narc_0410.bin index 73212400..aaf050f6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0410.bin and b/files/poketool/pokefoot/pokefoot/narc_0410.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0411.bin b/files/poketool/pokefoot/pokefoot/narc_0411.bin index 56ea025c..ac9c01ce 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0411.bin and b/files/poketool/pokefoot/pokefoot/narc_0411.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0412.bin b/files/poketool/pokefoot/pokefoot/narc_0412.bin index 403f275c..01170b6d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0412.bin and b/files/poketool/pokefoot/pokefoot/narc_0412.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0413.bin b/files/poketool/pokefoot/pokefoot/narc_0413.bin index 54cf8f89..f742b63e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0413.bin and b/files/poketool/pokefoot/pokefoot/narc_0413.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0414.bin b/files/poketool/pokefoot/pokefoot/narc_0414.bin index b5f3cf59..4f5de9ab 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0414.bin and b/files/poketool/pokefoot/pokefoot/narc_0414.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0415.bin b/files/poketool/pokefoot/pokefoot/narc_0415.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0415.bin and b/files/poketool/pokefoot/pokefoot/narc_0415.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0416.bin b/files/poketool/pokefoot/pokefoot/narc_0416.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0416.bin and b/files/poketool/pokefoot/pokefoot/narc_0416.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0417.bin b/files/poketool/pokefoot/pokefoot/narc_0417.bin index a0ca401e..bc1d4323 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0417.bin and b/files/poketool/pokefoot/pokefoot/narc_0417.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0418.bin b/files/poketool/pokefoot/pokefoot/narc_0418.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0418.bin and b/files/poketool/pokefoot/pokefoot/narc_0418.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0419.bin b/files/poketool/pokefoot/pokefoot/narc_0419.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0419.bin and b/files/poketool/pokefoot/pokefoot/narc_0419.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0420.bin b/files/poketool/pokefoot/pokefoot/narc_0420.bin index 0b97ff79..2fd712d1 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0420.bin and b/files/poketool/pokefoot/pokefoot/narc_0420.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0421.bin b/files/poketool/pokefoot/pokefoot/narc_0421.bin index d3aa82d3..835823b4 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0421.bin and b/files/poketool/pokefoot/pokefoot/narc_0421.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0422.bin b/files/poketool/pokefoot/pokefoot/narc_0422.bin index c2254ed0..764dbce6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0422.bin and b/files/poketool/pokefoot/pokefoot/narc_0422.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0423.bin b/files/poketool/pokefoot/pokefoot/narc_0423.bin index 8677bd2e..3660dd85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0423.bin and b/files/poketool/pokefoot/pokefoot/narc_0423.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0424.bin b/files/poketool/pokefoot/pokefoot/narc_0424.bin index 8677bd2e..3660dd85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0424.bin and b/files/poketool/pokefoot/pokefoot/narc_0424.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0425.bin b/files/poketool/pokefoot/pokefoot/narc_0425.bin index fc5eee29..73991320 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0425.bin and b/files/poketool/pokefoot/pokefoot/narc_0425.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0426.bin b/files/poketool/pokefoot/pokefoot/narc_0426.bin index c180bd26..09a8c6fc 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0426.bin and b/files/poketool/pokefoot/pokefoot/narc_0426.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0427.bin b/files/poketool/pokefoot/pokefoot/narc_0427.bin index 38f440dc..c021ac12 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0427.bin and b/files/poketool/pokefoot/pokefoot/narc_0427.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0428.bin b/files/poketool/pokefoot/pokefoot/narc_0428.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0428.bin and b/files/poketool/pokefoot/pokefoot/narc_0428.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0429.bin b/files/poketool/pokefoot/pokefoot/narc_0429.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0429.bin and b/files/poketool/pokefoot/pokefoot/narc_0429.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0430.bin b/files/poketool/pokefoot/pokefoot/narc_0430.bin index 78aa8384..e7039d7a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0430.bin and b/files/poketool/pokefoot/pokefoot/narc_0430.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0431.bin b/files/poketool/pokefoot/pokefoot/narc_0431.bin index 8fc28b6b..63f42435 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0431.bin and b/files/poketool/pokefoot/pokefoot/narc_0431.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0432.bin b/files/poketool/pokefoot/pokefoot/narc_0432.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0432.bin and b/files/poketool/pokefoot/pokefoot/narc_0432.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0433.bin b/files/poketool/pokefoot/pokefoot/narc_0433.bin index e37cbc2e..b394b385 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0433.bin and b/files/poketool/pokefoot/pokefoot/narc_0433.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0434.bin b/files/poketool/pokefoot/pokefoot/narc_0434.bin index a25308aa..f013da36 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0434.bin and b/files/poketool/pokefoot/pokefoot/narc_0434.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0435.bin b/files/poketool/pokefoot/pokefoot/narc_0435.bin index 0eda96c5..a95d4d71 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0435.bin and b/files/poketool/pokefoot/pokefoot/narc_0435.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0436.bin b/files/poketool/pokefoot/pokefoot/narc_0436.bin index 09a87139..93703451 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0436.bin and b/files/poketool/pokefoot/pokefoot/narc_0436.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0437.bin b/files/poketool/pokefoot/pokefoot/narc_0437.bin index 487b9ae0..912da0fb 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0437.bin and b/files/poketool/pokefoot/pokefoot/narc_0437.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0438.bin b/files/poketool/pokefoot/pokefoot/narc_0438.bin index d0bdf1f6..d4ca56e3 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0438.bin and b/files/poketool/pokefoot/pokefoot/narc_0438.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0439.bin b/files/poketool/pokefoot/pokefoot/narc_0439.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0439.bin and b/files/poketool/pokefoot/pokefoot/narc_0439.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0440.bin b/files/poketool/pokefoot/pokefoot/narc_0440.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0440.bin and b/files/poketool/pokefoot/pokefoot/narc_0440.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0441.bin b/files/poketool/pokefoot/pokefoot/narc_0441.bin index 0542d291..2f062908 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0441.bin and b/files/poketool/pokefoot/pokefoot/narc_0441.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0442.bin b/files/poketool/pokefoot/pokefoot/narc_0442.bin index 091738b3..6e80372b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0442.bin and b/files/poketool/pokefoot/pokefoot/narc_0442.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0443.bin b/files/poketool/pokefoot/pokefoot/narc_0443.bin index 07548120..0ef7e641 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0443.bin and b/files/poketool/pokefoot/pokefoot/narc_0443.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0444.bin b/files/poketool/pokefoot/pokefoot/narc_0444.bin index 7dd3d4ee..7e9224c2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0444.bin and b/files/poketool/pokefoot/pokefoot/narc_0444.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0445.bin b/files/poketool/pokefoot/pokefoot/narc_0445.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0445.bin and b/files/poketool/pokefoot/pokefoot/narc_0445.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0446.bin b/files/poketool/pokefoot/pokefoot/narc_0446.bin index 148fb10a..91a09693 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0446.bin and b/files/poketool/pokefoot/pokefoot/narc_0446.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0447.bin b/files/poketool/pokefoot/pokefoot/narc_0447.bin index 8ea4c310..642ffc47 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0447.bin and b/files/poketool/pokefoot/pokefoot/narc_0447.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0448.bin b/files/poketool/pokefoot/pokefoot/narc_0448.bin index 4e41d949..f31055c6 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0448.bin and b/files/poketool/pokefoot/pokefoot/narc_0448.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0449.bin b/files/poketool/pokefoot/pokefoot/narc_0449.bin index ed7df197..35afa168 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0449.bin and b/files/poketool/pokefoot/pokefoot/narc_0449.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0450.bin b/files/poketool/pokefoot/pokefoot/narc_0450.bin index 62fd1bc9..a311431c 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0450.bin and b/files/poketool/pokefoot/pokefoot/narc_0450.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0451.bin b/files/poketool/pokefoot/pokefoot/narc_0451.bin index ca5da1dc..9fee7204 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0451.bin and b/files/poketool/pokefoot/pokefoot/narc_0451.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0452.bin b/files/poketool/pokefoot/pokefoot/narc_0452.bin index 3910103b..0bfee2c2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0452.bin and b/files/poketool/pokefoot/pokefoot/narc_0452.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0453.bin b/files/poketool/pokefoot/pokefoot/narc_0453.bin index b364a7b0..ac76cb59 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0453.bin and b/files/poketool/pokefoot/pokefoot/narc_0453.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0454.bin b/files/poketool/pokefoot/pokefoot/narc_0454.bin index a0ca401e..bc1d4323 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0454.bin and b/files/poketool/pokefoot/pokefoot/narc_0454.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0455.bin b/files/poketool/pokefoot/pokefoot/narc_0455.bin index a0ca401e..bc1d4323 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0455.bin and b/files/poketool/pokefoot/pokefoot/narc_0455.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0456.bin b/files/poketool/pokefoot/pokefoot/narc_0456.bin index 24fd2d71..51276ce0 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0456.bin and b/files/poketool/pokefoot/pokefoot/narc_0456.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0457.bin b/files/poketool/pokefoot/pokefoot/narc_0457.bin index b223e791..8538270f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0457.bin and b/files/poketool/pokefoot/pokefoot/narc_0457.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0458.bin b/files/poketool/pokefoot/pokefoot/narc_0458.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0458.bin and b/files/poketool/pokefoot/pokefoot/narc_0458.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0459.bin b/files/poketool/pokefoot/pokefoot/narc_0459.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0459.bin and b/files/poketool/pokefoot/pokefoot/narc_0459.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0460.bin b/files/poketool/pokefoot/pokefoot/narc_0460.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0460.bin and b/files/poketool/pokefoot/pokefoot/narc_0460.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0461.bin b/files/poketool/pokefoot/pokefoot/narc_0461.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0461.bin and b/files/poketool/pokefoot/pokefoot/narc_0461.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0462.bin b/files/poketool/pokefoot/pokefoot/narc_0462.bin index de3f6c8c..8457480d 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0462.bin and b/files/poketool/pokefoot/pokefoot/narc_0462.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0463.bin b/files/poketool/pokefoot/pokefoot/narc_0463.bin index 0e31d4fd..3bb48784 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0463.bin and b/files/poketool/pokefoot/pokefoot/narc_0463.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0464.bin b/files/poketool/pokefoot/pokefoot/narc_0464.bin index fa6d8b2c..885a1cac 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0464.bin and b/files/poketool/pokefoot/pokefoot/narc_0464.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0465.bin b/files/poketool/pokefoot/pokefoot/narc_0465.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0465.bin and b/files/poketool/pokefoot/pokefoot/narc_0465.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0466.bin b/files/poketool/pokefoot/pokefoot/narc_0466.bin index 83c6297e..54eaebb3 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0466.bin and b/files/poketool/pokefoot/pokefoot/narc_0466.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0467.bin b/files/poketool/pokefoot/pokefoot/narc_0467.bin index 2688d2b6..8771015f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0467.bin and b/files/poketool/pokefoot/pokefoot/narc_0467.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0468.bin b/files/poketool/pokefoot/pokefoot/narc_0468.bin index 1d158110..7e8d6e5b 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0468.bin and b/files/poketool/pokefoot/pokefoot/narc_0468.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0469.bin b/files/poketool/pokefoot/pokefoot/narc_0469.bin index 5db599e1..c4c8c1cc 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0469.bin and b/files/poketool/pokefoot/pokefoot/narc_0469.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0470.bin b/files/poketool/pokefoot/pokefoot/narc_0470.bin index c1c09ee7..5e41285e 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0470.bin and b/files/poketool/pokefoot/pokefoot/narc_0470.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0471.bin b/files/poketool/pokefoot/pokefoot/narc_0471.bin index 90b9dbb6..42eda0d0 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0471.bin and b/files/poketool/pokefoot/pokefoot/narc_0471.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0472.bin b/files/poketool/pokefoot/pokefoot/narc_0472.bin index 01b35fd9..7ffd2cd8 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0472.bin and b/files/poketool/pokefoot/pokefoot/narc_0472.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0473.bin b/files/poketool/pokefoot/pokefoot/narc_0473.bin index 2dcc983f..f865dbd3 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0473.bin and b/files/poketool/pokefoot/pokefoot/narc_0473.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0474.bin b/files/poketool/pokefoot/pokefoot/narc_0474.bin index 2dcc983f..f865dbd3 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0474.bin and b/files/poketool/pokefoot/pokefoot/narc_0474.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0475.bin b/files/poketool/pokefoot/pokefoot/narc_0475.bin index 970c97fe..d5d88a57 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0475.bin and b/files/poketool/pokefoot/pokefoot/narc_0475.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0476.bin b/files/poketool/pokefoot/pokefoot/narc_0476.bin index d0257187..ffc85a23 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0476.bin and b/files/poketool/pokefoot/pokefoot/narc_0476.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0477.bin b/files/poketool/pokefoot/pokefoot/narc_0477.bin index 8677bd2e..3660dd85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0477.bin and b/files/poketool/pokefoot/pokefoot/narc_0477.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0478.bin b/files/poketool/pokefoot/pokefoot/narc_0478.bin index 761c9243..e49d3522 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0478.bin and b/files/poketool/pokefoot/pokefoot/narc_0478.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0479.bin b/files/poketool/pokefoot/pokefoot/narc_0479.bin index 2965ee54..454934ad 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0479.bin and b/files/poketool/pokefoot/pokefoot/narc_0479.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0480.bin b/files/poketool/pokefoot/pokefoot/narc_0480.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0480.bin and b/files/poketool/pokefoot/pokefoot/narc_0480.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0481.bin b/files/poketool/pokefoot/pokefoot/narc_0481.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0481.bin and b/files/poketool/pokefoot/pokefoot/narc_0481.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0482.bin b/files/poketool/pokefoot/pokefoot/narc_0482.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0482.bin and b/files/poketool/pokefoot/pokefoot/narc_0482.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0483.bin b/files/poketool/pokefoot/pokefoot/narc_0483.bin index 9a264661..db24131f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0483.bin and b/files/poketool/pokefoot/pokefoot/narc_0483.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0484.bin b/files/poketool/pokefoot/pokefoot/narc_0484.bin index 9a264661..db24131f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0484.bin and b/files/poketool/pokefoot/pokefoot/narc_0484.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0485.bin b/files/poketool/pokefoot/pokefoot/narc_0485.bin index 9a264661..db24131f 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0485.bin and b/files/poketool/pokefoot/pokefoot/narc_0485.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0486.bin b/files/poketool/pokefoot/pokefoot/narc_0486.bin index c5a6da28..5a902b69 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0486.bin and b/files/poketool/pokefoot/pokefoot/narc_0486.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0487.bin b/files/poketool/pokefoot/pokefoot/narc_0487.bin index 3985b60a..8e72ba8a 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0487.bin and b/files/poketool/pokefoot/pokefoot/narc_0487.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0488.bin b/files/poketool/pokefoot/pokefoot/narc_0488.bin index 6f084bb5..43811dde 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0488.bin and b/files/poketool/pokefoot/pokefoot/narc_0488.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0489.bin b/files/poketool/pokefoot/pokefoot/narc_0489.bin index dbea7530..c882aa37 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0489.bin and b/files/poketool/pokefoot/pokefoot/narc_0489.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0490.bin b/files/poketool/pokefoot/pokefoot/narc_0490.bin index 71d62d5c..35ccb009 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0490.bin and b/files/poketool/pokefoot/pokefoot/narc_0490.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0491.bin b/files/poketool/pokefoot/pokefoot/narc_0491.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0491.bin and b/files/poketool/pokefoot/pokefoot/narc_0491.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0492.bin b/files/poketool/pokefoot/pokefoot/narc_0492.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0492.bin and b/files/poketool/pokefoot/pokefoot/narc_0492.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0493.bin b/files/poketool/pokefoot/pokefoot/narc_0493.bin index 23c3d2d3..507f63d2 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0493.bin and b/files/poketool/pokefoot/pokefoot/narc_0493.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0494.bin b/files/poketool/pokefoot/pokefoot/narc_0494.bin index 8677bd2e..3660dd85 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0494.bin and b/files/poketool/pokefoot/pokefoot/narc_0494.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0495.bin b/files/poketool/pokefoot/pokefoot/narc_0495.bin index eeccb804..01c12e05 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0495.bin and b/files/poketool/pokefoot/pokefoot/narc_0495.bin differ diff --git a/files/poketool/pokefoot/pokefoot/narc_0496.bin b/files/poketool/pokefoot/pokefoot/narc_0496.bin index 5cd813e9..e3cdcbfb 100644 Binary files a/files/poketool/pokefoot/pokefoot/narc_0496.bin and b/files/poketool/pokefoot/pokefoot/narc_0496.bin differ diff --git a/files/resource/eng/zukan/zukan/.knarcignore b/files/resource/eng/zukan/zukan/.knarcignore new file mode 100644 index 00000000..2e4b7349 --- /dev/null +++ b/files/resource/eng/zukan/zukan/.knarcignore @@ -0,0 +1,206 @@ +files/resource/eng/zukan/zukan/narc_0036.bin +files/resource/eng/zukan/zukan/narc_0037.bin +files/resource/eng/zukan/zukan/narc_0035.bin +files/resource/eng/zukan/zukan/narc_0034.bin +files/resource/eng/zukan/zukan/narc_0030.bin +files/resource/eng/zukan/zukan/narc_0031.bin +files/resource/eng/zukan/zukan/narc_0027.bin +files/resource/eng/zukan/zukan/narc_0033.bin +files/resource/eng/zukan/zukan/narc_0032.bin +files/resource/eng/zukan/zukan/narc_0121.bin +files/resource/eng/zukan/zukan/narc_0109.bin +files/resource/eng/zukan/zukan/narc_0082.bin +files/resource/eng/zukan/zukan/narc_0096.bin +files/resource/eng/zukan/zukan/narc_0041.bin +files/resource/eng/zukan/zukan/narc_0055.bin +files/resource/eng/zukan/zukan/narc_0069.bin +files/resource/eng/zukan/zukan/narc_0068.bin +files/resource/eng/zukan/zukan/narc_0054.bin +files/resource/eng/zukan/zukan/narc_0040.bin +files/resource/eng/zukan/zukan/narc_0097.bin +files/resource/eng/zukan/zukan/narc_0083.bin +files/resource/eng/zukan/zukan/narc_0108.bin +files/resource/eng/zukan/zukan/narc_0120.bin +files/resource/eng/zukan/zukan/narc_0122.bin +files/resource/eng/zukan/zukan/narc_0095.bin +files/resource/eng/zukan/zukan/narc_0081.bin +files/resource/eng/zukan/zukan/narc_0056.bin +files/resource/eng/zukan/zukan/narc_0042.bin +files/resource/eng/zukan/zukan/narc_0043.bin +files/resource/eng/zukan/zukan/narc_0057.bin +files/resource/eng/zukan/zukan/narc_0080.bin +files/resource/eng/zukan/zukan/narc_0094.bin +files/resource/eng/zukan/zukan/narc_0123.bin +files/resource/eng/zukan/zukan/narc_0127.bin +files/resource/eng/zukan/zukan/narc_0090.bin +files/resource/eng/zukan/zukan/narc_0084.bin +files/resource/eng/zukan/zukan/narc_0053.bin +files/resource/eng/zukan/zukan/narc_0047.bin +files/resource/eng/zukan/zukan/narc_0046.bin +files/resource/eng/zukan/zukan/narc_0052.bin +files/resource/eng/zukan/zukan/narc_0085.bin +files/resource/eng/zukan/zukan/narc_0091.bin +files/resource/eng/zukan/zukan/narc_0126.bin +files/resource/eng/zukan/zukan/narc_0118.bin +files/resource/eng/zukan/zukan/narc_0124.bin +files/resource/eng/zukan/zukan/narc_0087.bin +files/resource/eng/zukan/zukan/narc_0093.bin +files/resource/eng/zukan/zukan/narc_0078.bin +files/resource/eng/zukan/zukan/narc_0044.bin +files/resource/eng/zukan/zukan/narc_0050.bin +files/resource/eng/zukan/zukan/narc_0051.bin +files/resource/eng/zukan/zukan/narc_0045.bin +files/resource/eng/zukan/zukan/narc_0079.bin +files/resource/eng/zukan/zukan/narc_0092.bin +files/resource/eng/zukan/zukan/narc_0086.bin +files/resource/eng/zukan/zukan/narc_0125.bin +files/resource/eng/zukan/zukan/narc_0119.bin +files/resource/eng/zukan/zukan/narc_0114.bin +files/resource/eng/zukan/zukan/narc_0100.bin +files/resource/eng/zukan/zukan/narc_0128.bin +files/resource/eng/zukan/zukan/narc_0060.bin +files/resource/eng/zukan/zukan/narc_0074.bin +files/resource/eng/zukan/zukan/narc_0048.bin +files/resource/eng/zukan/zukan/narc_0049.bin +files/resource/eng/zukan/zukan/narc_0075.bin +files/resource/eng/zukan/zukan/narc_0061.bin +files/resource/eng/zukan/zukan/narc_0129.bin +files/resource/eng/zukan/zukan/narc_0101.bin +files/resource/eng/zukan/zukan/narc_0115.bin +files/resource/eng/zukan/zukan/narc_0103.bin +files/resource/eng/zukan/zukan/narc_0117.bin +files/resource/eng/zukan/zukan/narc_0088.bin +files/resource/eng/zukan/zukan/narc_0077.bin +files/resource/eng/zukan/zukan/narc_0063.bin +files/resource/eng/zukan/zukan/narc_0062.bin +files/resource/eng/zukan/zukan/narc_0076.bin +files/resource/eng/zukan/zukan/narc_0089.bin +files/resource/eng/zukan/zukan/narc_0116.bin +files/resource/eng/zukan/zukan/narc_0102.bin +files/resource/eng/zukan/zukan/narc_0106.bin +files/resource/eng/zukan/zukan/narc_0112.bin +files/resource/eng/zukan/zukan/narc_0099.bin +files/resource/eng/zukan/zukan/narc_0072.bin +files/resource/eng/zukan/zukan/narc_0066.bin +files/resource/eng/zukan/zukan/narc_0067.bin +files/resource/eng/zukan/zukan/narc_0073.bin +files/resource/eng/zukan/zukan/narc_0098.bin +files/resource/eng/zukan/zukan/narc_0113.bin +files/resource/eng/zukan/zukan/narc_0107.bin +files/resource/eng/zukan/zukan/narc_0111.bin +files/resource/eng/zukan/zukan/narc_0105.bin +files/resource/eng/zukan/zukan/narc_0059.bin +files/resource/eng/zukan/zukan/narc_0065.bin +files/resource/eng/zukan/zukan/narc_0071.bin +files/resource/eng/zukan/zukan/narc_0070.bin +files/resource/eng/zukan/zukan/narc_0064.bin +files/resource/eng/zukan/zukan/narc_0058.bin +files/resource/eng/zukan/zukan/narc_0104.bin +files/resource/eng/zukan/zukan/narc_0110.bin +files/resource/eng/zukan/zukan/narc_0028.bin +files/resource/eng/zukan/zukan/narc_0029.bin +files/resource/eng/zukan/zukan/narc_0039.bin +files/resource/eng/zukan/zukan/narc_0038.bin +narc_0036.bin +narc_0037.bin +narc_0035.bin +narc_0034.bin +narc_0030.bin +narc_0031.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0122.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0123.bin +narc_0127.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0126.bin +narc_0118.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0067.bin +narc_0073.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0104.bin +narc_0110.bin +narc_0028.bin +narc_0029.bin +narc_0039.bin +narc_0038.bin diff --git a/files/resource/eng/zukan/zukan/narc_0027.bin b/files/resource/eng/zukan/zukan/narc_0027.bin index 5d02fdc1..e3c74077 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0027.bin and b/files/resource/eng/zukan/zukan/narc_0027.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0028.bin b/files/resource/eng/zukan/zukan/narc_0028.bin index 7ab47f46..9f24c3d0 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0028.bin and b/files/resource/eng/zukan/zukan/narc_0028.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0029.bin b/files/resource/eng/zukan/zukan/narc_0029.bin index b652216e..8be4d7c7 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0029.bin and b/files/resource/eng/zukan/zukan/narc_0029.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0030.bin b/files/resource/eng/zukan/zukan/narc_0030.bin index d3726926..7156d353 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0030.bin and b/files/resource/eng/zukan/zukan/narc_0030.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0031.bin b/files/resource/eng/zukan/zukan/narc_0031.bin index 9404e12f..6bd2e6b1 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0031.bin and b/files/resource/eng/zukan/zukan/narc_0031.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0032.bin b/files/resource/eng/zukan/zukan/narc_0032.bin index 74279507..cd5b12fb 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0032.bin and b/files/resource/eng/zukan/zukan/narc_0032.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0033.bin b/files/resource/eng/zukan/zukan/narc_0033.bin index 2650331e..89f45dc6 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0033.bin and b/files/resource/eng/zukan/zukan/narc_0033.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0034.bin b/files/resource/eng/zukan/zukan/narc_0034.bin index bde5330d..520c12a3 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0034.bin and b/files/resource/eng/zukan/zukan/narc_0034.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0035.bin b/files/resource/eng/zukan/zukan/narc_0035.bin index 17107ee2..62ce0008 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0035.bin and b/files/resource/eng/zukan/zukan/narc_0035.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0036.bin b/files/resource/eng/zukan/zukan/narc_0036.bin index e4e19bb3..a1489060 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0036.bin and b/files/resource/eng/zukan/zukan/narc_0036.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0037.bin b/files/resource/eng/zukan/zukan/narc_0037.bin index b935c5e3..980301b5 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0037.bin and b/files/resource/eng/zukan/zukan/narc_0037.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0038.bin b/files/resource/eng/zukan/zukan/narc_0038.bin index 32a98e7a..80608227 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0038.bin and b/files/resource/eng/zukan/zukan/narc_0038.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0039.bin b/files/resource/eng/zukan/zukan/narc_0039.bin index 3685d608..1a44d3ea 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0039.bin and b/files/resource/eng/zukan/zukan/narc_0039.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0040.bin b/files/resource/eng/zukan/zukan/narc_0040.bin index f8a1c389..598af647 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0040.bin and b/files/resource/eng/zukan/zukan/narc_0040.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0041.bin b/files/resource/eng/zukan/zukan/narc_0041.bin index 7172e96e..21e7cf6d 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0041.bin and b/files/resource/eng/zukan/zukan/narc_0041.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0042.bin b/files/resource/eng/zukan/zukan/narc_0042.bin index 0dc77d13..0f1ae559 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0042.bin and b/files/resource/eng/zukan/zukan/narc_0042.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0043.bin b/files/resource/eng/zukan/zukan/narc_0043.bin index 913bfeb5..a267592a 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0043.bin and b/files/resource/eng/zukan/zukan/narc_0043.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0044.bin b/files/resource/eng/zukan/zukan/narc_0044.bin index 1a929149..7c5fd063 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0044.bin and b/files/resource/eng/zukan/zukan/narc_0044.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0045.bin b/files/resource/eng/zukan/zukan/narc_0045.bin index b893883c..69c4dbdf 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0045.bin and b/files/resource/eng/zukan/zukan/narc_0045.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0046.bin b/files/resource/eng/zukan/zukan/narc_0046.bin index d439c1a2..54f1c4b1 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0046.bin and b/files/resource/eng/zukan/zukan/narc_0046.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0047.bin b/files/resource/eng/zukan/zukan/narc_0047.bin index 261b1d6c..c7ca24ee 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0047.bin and b/files/resource/eng/zukan/zukan/narc_0047.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0048.bin b/files/resource/eng/zukan/zukan/narc_0048.bin index b3debf54..28f3acff 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0048.bin and b/files/resource/eng/zukan/zukan/narc_0048.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0049.bin b/files/resource/eng/zukan/zukan/narc_0049.bin index 5ffda960..0190c455 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0049.bin and b/files/resource/eng/zukan/zukan/narc_0049.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0050.bin b/files/resource/eng/zukan/zukan/narc_0050.bin index dd0b7d73..6b7da82c 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0050.bin and b/files/resource/eng/zukan/zukan/narc_0050.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0051.bin b/files/resource/eng/zukan/zukan/narc_0051.bin index c92e1d24..7de4a562 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0051.bin and b/files/resource/eng/zukan/zukan/narc_0051.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0052.bin b/files/resource/eng/zukan/zukan/narc_0052.bin index 5240e759..1c1dd235 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0052.bin and b/files/resource/eng/zukan/zukan/narc_0052.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0053.bin b/files/resource/eng/zukan/zukan/narc_0053.bin index 96fbbf68..5299d7fe 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0053.bin and b/files/resource/eng/zukan/zukan/narc_0053.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0054.bin b/files/resource/eng/zukan/zukan/narc_0054.bin index 87b41639..28802fc7 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0054.bin and b/files/resource/eng/zukan/zukan/narc_0054.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0055.bin b/files/resource/eng/zukan/zukan/narc_0055.bin index 65f4b496..36dbb0c0 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0055.bin and b/files/resource/eng/zukan/zukan/narc_0055.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0056.bin b/files/resource/eng/zukan/zukan/narc_0056.bin index 485b56f6..1491350b 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0056.bin and b/files/resource/eng/zukan/zukan/narc_0056.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0057.bin b/files/resource/eng/zukan/zukan/narc_0057.bin index 8d046e0f..f96d355c 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0057.bin and b/files/resource/eng/zukan/zukan/narc_0057.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0058.bin b/files/resource/eng/zukan/zukan/narc_0058.bin index 8b457feb..d1c0a18c 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0058.bin and b/files/resource/eng/zukan/zukan/narc_0058.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0059.bin b/files/resource/eng/zukan/zukan/narc_0059.bin index 6e1cb16f..273a7421 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0059.bin and b/files/resource/eng/zukan/zukan/narc_0059.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0060.bin b/files/resource/eng/zukan/zukan/narc_0060.bin index dc3d0496..d0dc453a 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0060.bin and b/files/resource/eng/zukan/zukan/narc_0060.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0061.bin b/files/resource/eng/zukan/zukan/narc_0061.bin index 86eb7a57..5327695f 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0061.bin and b/files/resource/eng/zukan/zukan/narc_0061.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0062.bin b/files/resource/eng/zukan/zukan/narc_0062.bin index 9cf66918..53a78f42 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0062.bin and b/files/resource/eng/zukan/zukan/narc_0062.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0063.bin b/files/resource/eng/zukan/zukan/narc_0063.bin index ac39bcf4..d2fb5988 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0063.bin and b/files/resource/eng/zukan/zukan/narc_0063.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0064.bin b/files/resource/eng/zukan/zukan/narc_0064.bin index 2f8675ca..d3dff227 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0064.bin and b/files/resource/eng/zukan/zukan/narc_0064.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0065.bin b/files/resource/eng/zukan/zukan/narc_0065.bin index d223eef4..e071362c 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0065.bin and b/files/resource/eng/zukan/zukan/narc_0065.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0066.bin b/files/resource/eng/zukan/zukan/narc_0066.bin index 11855826..6d505098 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0066.bin and b/files/resource/eng/zukan/zukan/narc_0066.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0067.bin b/files/resource/eng/zukan/zukan/narc_0067.bin index 622f653c..50e3e78a 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0067.bin and b/files/resource/eng/zukan/zukan/narc_0067.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0068.bin b/files/resource/eng/zukan/zukan/narc_0068.bin index 97a0f56d..c619d231 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0068.bin and b/files/resource/eng/zukan/zukan/narc_0068.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0069.bin b/files/resource/eng/zukan/zukan/narc_0069.bin index 4aba6107..dcf5e823 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0069.bin and b/files/resource/eng/zukan/zukan/narc_0069.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0070.bin b/files/resource/eng/zukan/zukan/narc_0070.bin index 08e7fa50..04438ff4 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0070.bin and b/files/resource/eng/zukan/zukan/narc_0070.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0071.bin b/files/resource/eng/zukan/zukan/narc_0071.bin index f18540fc..667ca926 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0071.bin and b/files/resource/eng/zukan/zukan/narc_0071.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0072.bin b/files/resource/eng/zukan/zukan/narc_0072.bin index 7c7138fc..260465be 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0072.bin and b/files/resource/eng/zukan/zukan/narc_0072.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0073.bin b/files/resource/eng/zukan/zukan/narc_0073.bin index aa35964c..d747f17e 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0073.bin and b/files/resource/eng/zukan/zukan/narc_0073.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0074.bin b/files/resource/eng/zukan/zukan/narc_0074.bin index 9d48dba9..9120f10b 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0074.bin and b/files/resource/eng/zukan/zukan/narc_0074.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0075.bin b/files/resource/eng/zukan/zukan/narc_0075.bin index d62e98bf..bb2d7098 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0075.bin and b/files/resource/eng/zukan/zukan/narc_0075.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0076.bin b/files/resource/eng/zukan/zukan/narc_0076.bin index a7aeba31..12b2999c 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0076.bin and b/files/resource/eng/zukan/zukan/narc_0076.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0077.bin b/files/resource/eng/zukan/zukan/narc_0077.bin index 6bcfee16..8978c4db 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0077.bin and b/files/resource/eng/zukan/zukan/narc_0077.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0078.bin b/files/resource/eng/zukan/zukan/narc_0078.bin index f404d181..b4404db5 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0078.bin and b/files/resource/eng/zukan/zukan/narc_0078.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0079.bin b/files/resource/eng/zukan/zukan/narc_0079.bin index 644dd164..796294b1 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0079.bin and b/files/resource/eng/zukan/zukan/narc_0079.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0080.bin b/files/resource/eng/zukan/zukan/narc_0080.bin index bd6eebfc..9829d3e6 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0080.bin and b/files/resource/eng/zukan/zukan/narc_0080.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0081.bin b/files/resource/eng/zukan/zukan/narc_0081.bin index b7e8e2f5..df73b1f6 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0081.bin and b/files/resource/eng/zukan/zukan/narc_0081.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0082.bin b/files/resource/eng/zukan/zukan/narc_0082.bin index e28f1767..8d8f3d88 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0082.bin and b/files/resource/eng/zukan/zukan/narc_0082.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0083.bin b/files/resource/eng/zukan/zukan/narc_0083.bin index d8a774bb..ec90f301 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0083.bin and b/files/resource/eng/zukan/zukan/narc_0083.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0084.bin b/files/resource/eng/zukan/zukan/narc_0084.bin index f05cd1f5..d3378ec1 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0084.bin and b/files/resource/eng/zukan/zukan/narc_0084.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0085.bin b/files/resource/eng/zukan/zukan/narc_0085.bin index 3da7c84f..d088e0ed 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0085.bin and b/files/resource/eng/zukan/zukan/narc_0085.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0086.bin b/files/resource/eng/zukan/zukan/narc_0086.bin index af63244f..fa63f6f4 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0086.bin and b/files/resource/eng/zukan/zukan/narc_0086.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0087.bin b/files/resource/eng/zukan/zukan/narc_0087.bin index e3852436..2e548b22 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0087.bin and b/files/resource/eng/zukan/zukan/narc_0087.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0088.bin b/files/resource/eng/zukan/zukan/narc_0088.bin index af8bb69e..abdf5c47 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0088.bin and b/files/resource/eng/zukan/zukan/narc_0088.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0089.bin b/files/resource/eng/zukan/zukan/narc_0089.bin index 25ea4ba4..1cb221a8 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0089.bin and b/files/resource/eng/zukan/zukan/narc_0089.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0090.bin b/files/resource/eng/zukan/zukan/narc_0090.bin index ac2e0bb8..9f6eb845 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0090.bin and b/files/resource/eng/zukan/zukan/narc_0090.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0091.bin b/files/resource/eng/zukan/zukan/narc_0091.bin index fe8e7485..49354e03 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0091.bin and b/files/resource/eng/zukan/zukan/narc_0091.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0092.bin b/files/resource/eng/zukan/zukan/narc_0092.bin index e7b7632e..5b64d98e 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0092.bin and b/files/resource/eng/zukan/zukan/narc_0092.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0093.bin b/files/resource/eng/zukan/zukan/narc_0093.bin index 71e38485..d631c0b8 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0093.bin and b/files/resource/eng/zukan/zukan/narc_0093.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0094.bin b/files/resource/eng/zukan/zukan/narc_0094.bin index 134f3ae2..239ff650 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0094.bin and b/files/resource/eng/zukan/zukan/narc_0094.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0095.bin b/files/resource/eng/zukan/zukan/narc_0095.bin index 67d92c6d..be58c9a8 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0095.bin and b/files/resource/eng/zukan/zukan/narc_0095.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0096.bin b/files/resource/eng/zukan/zukan/narc_0096.bin index bcb50d6e..6d1d257f 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0096.bin and b/files/resource/eng/zukan/zukan/narc_0096.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0097.bin b/files/resource/eng/zukan/zukan/narc_0097.bin index c7bc6fa8..d7c2b70b 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0097.bin and b/files/resource/eng/zukan/zukan/narc_0097.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0098.bin b/files/resource/eng/zukan/zukan/narc_0098.bin index b4458523..4bb9bd7f 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0098.bin and b/files/resource/eng/zukan/zukan/narc_0098.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0099.bin b/files/resource/eng/zukan/zukan/narc_0099.bin index 49bd049d..24ef18bf 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0099.bin and b/files/resource/eng/zukan/zukan/narc_0099.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0100.bin b/files/resource/eng/zukan/zukan/narc_0100.bin index 5ce6430a..a209e647 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0100.bin and b/files/resource/eng/zukan/zukan/narc_0100.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0101.bin b/files/resource/eng/zukan/zukan/narc_0101.bin index d6c6ccff..77bf7332 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0101.bin and b/files/resource/eng/zukan/zukan/narc_0101.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0102.bin b/files/resource/eng/zukan/zukan/narc_0102.bin index 23930294..8decd644 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0102.bin and b/files/resource/eng/zukan/zukan/narc_0102.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0103.bin b/files/resource/eng/zukan/zukan/narc_0103.bin index 88bfda2c..adbfce85 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0103.bin and b/files/resource/eng/zukan/zukan/narc_0103.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0104.bin b/files/resource/eng/zukan/zukan/narc_0104.bin index 07e3af7d..98829f9a 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0104.bin and b/files/resource/eng/zukan/zukan/narc_0104.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0105.bin b/files/resource/eng/zukan/zukan/narc_0105.bin index ceb01483..af75f473 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0105.bin and b/files/resource/eng/zukan/zukan/narc_0105.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0106.bin b/files/resource/eng/zukan/zukan/narc_0106.bin index db714dfb..1779682e 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0106.bin and b/files/resource/eng/zukan/zukan/narc_0106.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0107.bin b/files/resource/eng/zukan/zukan/narc_0107.bin index d836966d..5187f0e0 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0107.bin and b/files/resource/eng/zukan/zukan/narc_0107.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0108.bin b/files/resource/eng/zukan/zukan/narc_0108.bin index 440d6841..d36e720f 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0108.bin and b/files/resource/eng/zukan/zukan/narc_0108.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0109.bin b/files/resource/eng/zukan/zukan/narc_0109.bin index 87aa7d08..f52e7196 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0109.bin and b/files/resource/eng/zukan/zukan/narc_0109.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0110.bin b/files/resource/eng/zukan/zukan/narc_0110.bin index 451c3b29..a066aec1 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0110.bin and b/files/resource/eng/zukan/zukan/narc_0110.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0111.bin b/files/resource/eng/zukan/zukan/narc_0111.bin index c6e786ed..39b9ec6d 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0111.bin and b/files/resource/eng/zukan/zukan/narc_0111.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0112.bin b/files/resource/eng/zukan/zukan/narc_0112.bin index 4c652919..53230a8c 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0112.bin and b/files/resource/eng/zukan/zukan/narc_0112.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0113.bin b/files/resource/eng/zukan/zukan/narc_0113.bin index 8244dc16..32b7e572 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0113.bin and b/files/resource/eng/zukan/zukan/narc_0113.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0114.bin b/files/resource/eng/zukan/zukan/narc_0114.bin index f5cfb651..6acad37b 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0114.bin and b/files/resource/eng/zukan/zukan/narc_0114.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0115.bin b/files/resource/eng/zukan/zukan/narc_0115.bin index 2451ae2c..caf11aa1 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0115.bin and b/files/resource/eng/zukan/zukan/narc_0115.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0116.bin b/files/resource/eng/zukan/zukan/narc_0116.bin index 2250f21b..23cbbab2 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0116.bin and b/files/resource/eng/zukan/zukan/narc_0116.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0117.bin b/files/resource/eng/zukan/zukan/narc_0117.bin index 17552d9d..ab2d570b 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0117.bin and b/files/resource/eng/zukan/zukan/narc_0117.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0118.bin b/files/resource/eng/zukan/zukan/narc_0118.bin index 6aa7f73a..38869122 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0118.bin and b/files/resource/eng/zukan/zukan/narc_0118.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0119.bin b/files/resource/eng/zukan/zukan/narc_0119.bin index 2163ee43..c70f160f 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0119.bin and b/files/resource/eng/zukan/zukan/narc_0119.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0120.bin b/files/resource/eng/zukan/zukan/narc_0120.bin index b1ff12eb..86fd23a5 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0120.bin and b/files/resource/eng/zukan/zukan/narc_0120.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0121.bin b/files/resource/eng/zukan/zukan/narc_0121.bin index df91286c..7d0c992f 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0121.bin and b/files/resource/eng/zukan/zukan/narc_0121.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0122.bin b/files/resource/eng/zukan/zukan/narc_0122.bin index f20fa005..7a4be117 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0122.bin and b/files/resource/eng/zukan/zukan/narc_0122.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0123.bin b/files/resource/eng/zukan/zukan/narc_0123.bin index 68dca341..ee038d4b 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0123.bin and b/files/resource/eng/zukan/zukan/narc_0123.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0124.bin b/files/resource/eng/zukan/zukan/narc_0124.bin index 4d9e0878..72ee4aff 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0124.bin and b/files/resource/eng/zukan/zukan/narc_0124.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0125.bin b/files/resource/eng/zukan/zukan/narc_0125.bin index 8e53dfb6..d7430aaf 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0125.bin and b/files/resource/eng/zukan/zukan/narc_0125.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0126.bin b/files/resource/eng/zukan/zukan/narc_0126.bin index 5b80b92c..42e39561 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0126.bin and b/files/resource/eng/zukan/zukan/narc_0126.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0127.bin b/files/resource/eng/zukan/zukan/narc_0127.bin index afb2ffca..5c63726a 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0127.bin and b/files/resource/eng/zukan/zukan/narc_0127.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0128.bin b/files/resource/eng/zukan/zukan/narc_0128.bin index e680d872..b0cb1a4c 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0128.bin and b/files/resource/eng/zukan/zukan/narc_0128.bin differ diff --git a/files/resource/eng/zukan/zukan/narc_0129.bin b/files/resource/eng/zukan/zukan/narc_0129.bin index d5551999..2cff68ff 100644 Binary files a/files/resource/eng/zukan/zukan/narc_0129.bin and b/files/resource/eng/zukan/zukan/narc_0129.bin differ diff --git a/files/wazaeffect/effectclact/wecell/.knarcignore b/files/wazaeffect/effectclact/wecell/.knarcignore new file mode 100644 index 00000000..6a603a4f --- /dev/null +++ b/files/wazaeffect/effectclact/wecell/.knarcignore @@ -0,0 +1,74 @@ +files/wazaeffect/effectclact/wecell/narc_0022.bin +files/wazaeffect/effectclact/wecell/narc_0036.bin +files/wazaeffect/effectclact/wecell/narc_0023.bin +files/wazaeffect/effectclact/wecell/narc_0035.bin +files/wazaeffect/effectclact/wecell/narc_0021.bin +files/wazaeffect/effectclact/wecell/narc_0009.bin +files/wazaeffect/effectclact/wecell/narc_0008.bin +files/wazaeffect/effectclact/wecell/narc_0020.bin +files/wazaeffect/effectclact/wecell/narc_0034.bin +files/wazaeffect/effectclact/wecell/narc_0018.bin +files/wazaeffect/effectclact/wecell/narc_0030.bin +files/wazaeffect/effectclact/wecell/narc_0024.bin +files/wazaeffect/effectclact/wecell/narc_0025.bin +files/wazaeffect/effectclact/wecell/narc_0031.bin +files/wazaeffect/effectclact/wecell/narc_0019.bin +files/wazaeffect/effectclact/wecell/narc_0027.bin +files/wazaeffect/effectclact/wecell/narc_0033.bin +files/wazaeffect/effectclact/wecell/narc_0032.bin +files/wazaeffect/effectclact/wecell/narc_0026.bin +files/wazaeffect/effectclact/wecell/narc_0003.bin +files/wazaeffect/effectclact/wecell/narc_0017.bin +files/wazaeffect/effectclact/wecell/narc_0016.bin +files/wazaeffect/effectclact/wecell/narc_0002.bin +files/wazaeffect/effectclact/wecell/narc_0014.bin +files/wazaeffect/effectclact/wecell/narc_0000.bin +files/wazaeffect/effectclact/wecell/narc_0028.bin +files/wazaeffect/effectclact/wecell/narc_0029.bin +files/wazaeffect/effectclact/wecell/narc_0001.bin +files/wazaeffect/effectclact/wecell/narc_0015.bin +files/wazaeffect/effectclact/wecell/narc_0011.bin +files/wazaeffect/effectclact/wecell/narc_0005.bin +files/wazaeffect/effectclact/wecell/narc_0004.bin +files/wazaeffect/effectclact/wecell/narc_0010.bin +files/wazaeffect/effectclact/wecell/narc_0006.bin +files/wazaeffect/effectclact/wecell/narc_0012.bin +files/wazaeffect/effectclact/wecell/narc_0013.bin +files/wazaeffect/effectclact/wecell/narc_0007.bin +narc_0022.bin +narc_0036.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin diff --git a/files/wazaeffect/effectclact/wecell/narc_0000.bin b/files/wazaeffect/effectclact/wecell/narc_0000.bin index 0e8a1748..f136f7eb 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0000.bin and b/files/wazaeffect/effectclact/wecell/narc_0000.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0001.bin b/files/wazaeffect/effectclact/wecell/narc_0001.bin index 031e9b28..e6d54982 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0001.bin and b/files/wazaeffect/effectclact/wecell/narc_0001.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0002.bin b/files/wazaeffect/effectclact/wecell/narc_0002.bin index 062f2395..1dfce919 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0002.bin and b/files/wazaeffect/effectclact/wecell/narc_0002.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0003.bin b/files/wazaeffect/effectclact/wecell/narc_0003.bin index b288f779..31e68684 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0003.bin and b/files/wazaeffect/effectclact/wecell/narc_0003.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0004.bin b/files/wazaeffect/effectclact/wecell/narc_0004.bin index 031e9b28..e6d54982 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0004.bin and b/files/wazaeffect/effectclact/wecell/narc_0004.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0005.bin b/files/wazaeffect/effectclact/wecell/narc_0005.bin index 9dc8de96..2e459dc1 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0005.bin and b/files/wazaeffect/effectclact/wecell/narc_0005.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0006.bin b/files/wazaeffect/effectclact/wecell/narc_0006.bin index fabc3f60..55bd389c 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0006.bin and b/files/wazaeffect/effectclact/wecell/narc_0006.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0007.bin b/files/wazaeffect/effectclact/wecell/narc_0007.bin index b1e43bef..4522d2b5 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0007.bin and b/files/wazaeffect/effectclact/wecell/narc_0007.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0008.bin b/files/wazaeffect/effectclact/wecell/narc_0008.bin index 2d81f985..c9fc438a 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0008.bin and b/files/wazaeffect/effectclact/wecell/narc_0008.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0009.bin b/files/wazaeffect/effectclact/wecell/narc_0009.bin index 5b26d3d6..a1ddf450 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0009.bin and b/files/wazaeffect/effectclact/wecell/narc_0009.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0010.bin b/files/wazaeffect/effectclact/wecell/narc_0010.bin index 3fefaa60..4b44c75b 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0010.bin and b/files/wazaeffect/effectclact/wecell/narc_0010.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0011.bin b/files/wazaeffect/effectclact/wecell/narc_0011.bin index 5b26d3d6..a1ddf450 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0011.bin and b/files/wazaeffect/effectclact/wecell/narc_0011.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0012.bin b/files/wazaeffect/effectclact/wecell/narc_0012.bin index b22c7728..027d506d 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0012.bin and b/files/wazaeffect/effectclact/wecell/narc_0012.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0013.bin b/files/wazaeffect/effectclact/wecell/narc_0013.bin index 926d3420..b25df9b7 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0013.bin and b/files/wazaeffect/effectclact/wecell/narc_0013.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0014.bin b/files/wazaeffect/effectclact/wecell/narc_0014.bin index 031e9b28..e6d54982 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0014.bin and b/files/wazaeffect/effectclact/wecell/narc_0014.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0015.bin b/files/wazaeffect/effectclact/wecell/narc_0015.bin index 031e9b28..e6d54982 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0015.bin and b/files/wazaeffect/effectclact/wecell/narc_0015.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0016.bin b/files/wazaeffect/effectclact/wecell/narc_0016.bin index 1dd8814f..fb699cca 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0016.bin and b/files/wazaeffect/effectclact/wecell/narc_0016.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0017.bin b/files/wazaeffect/effectclact/wecell/narc_0017.bin index 8b9a9c64..5e4f6256 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0017.bin and b/files/wazaeffect/effectclact/wecell/narc_0017.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0018.bin b/files/wazaeffect/effectclact/wecell/narc_0018.bin index 7173a6f6..6c01d01f 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0018.bin and b/files/wazaeffect/effectclact/wecell/narc_0018.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0019.bin b/files/wazaeffect/effectclact/wecell/narc_0019.bin index 8c7f8567..14e37fe4 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0019.bin and b/files/wazaeffect/effectclact/wecell/narc_0019.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0020.bin b/files/wazaeffect/effectclact/wecell/narc_0020.bin index 47b404fd..08c467cf 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0020.bin and b/files/wazaeffect/effectclact/wecell/narc_0020.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0021.bin b/files/wazaeffect/effectclact/wecell/narc_0021.bin index b288f779..31e68684 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0021.bin and b/files/wazaeffect/effectclact/wecell/narc_0021.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0022.bin b/files/wazaeffect/effectclact/wecell/narc_0022.bin index 2d9c1ca6..8e352e09 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0022.bin and b/files/wazaeffect/effectclact/wecell/narc_0022.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0023.bin b/files/wazaeffect/effectclact/wecell/narc_0023.bin index 771dd48c..10751813 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0023.bin and b/files/wazaeffect/effectclact/wecell/narc_0023.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0024.bin b/files/wazaeffect/effectclact/wecell/narc_0024.bin index 1c0a8405..26837058 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0024.bin and b/files/wazaeffect/effectclact/wecell/narc_0024.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0025.bin b/files/wazaeffect/effectclact/wecell/narc_0025.bin index 5b26d3d6..a1ddf450 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0025.bin and b/files/wazaeffect/effectclact/wecell/narc_0025.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0026.bin b/files/wazaeffect/effectclact/wecell/narc_0026.bin index 6f2f5795..09e44c8b 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0026.bin and b/files/wazaeffect/effectclact/wecell/narc_0026.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0027.bin b/files/wazaeffect/effectclact/wecell/narc_0027.bin index 67e7d2d8..c64c06db 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0027.bin and b/files/wazaeffect/effectclact/wecell/narc_0027.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0028.bin b/files/wazaeffect/effectclact/wecell/narc_0028.bin index 67b465b8..33a8df8b 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0028.bin and b/files/wazaeffect/effectclact/wecell/narc_0028.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0029.bin b/files/wazaeffect/effectclact/wecell/narc_0029.bin index d602a5a7..a1d4cea5 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0029.bin and b/files/wazaeffect/effectclact/wecell/narc_0029.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0030.bin b/files/wazaeffect/effectclact/wecell/narc_0030.bin index 5b26d3d6..a1ddf450 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0030.bin and b/files/wazaeffect/effectclact/wecell/narc_0030.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0031.bin b/files/wazaeffect/effectclact/wecell/narc_0031.bin index aedba6a3..3639a7b9 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0031.bin and b/files/wazaeffect/effectclact/wecell/narc_0031.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0032.bin b/files/wazaeffect/effectclact/wecell/narc_0032.bin index 5b26d3d6..a1ddf450 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0032.bin and b/files/wazaeffect/effectclact/wecell/narc_0032.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0033.bin b/files/wazaeffect/effectclact/wecell/narc_0033.bin index 60b8a9d8..95815b99 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0033.bin and b/files/wazaeffect/effectclact/wecell/narc_0033.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0034.bin b/files/wazaeffect/effectclact/wecell/narc_0034.bin index cdf163f8..c1ff360a 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0034.bin and b/files/wazaeffect/effectclact/wecell/narc_0034.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0035.bin b/files/wazaeffect/effectclact/wecell/narc_0035.bin index e6361465..f50acf96 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0035.bin and b/files/wazaeffect/effectclact/wecell/narc_0035.bin differ diff --git a/files/wazaeffect/effectclact/wecell/narc_0036.bin b/files/wazaeffect/effectclact/wecell/narc_0036.bin index 76fb1289..4bb5f4b5 100644 Binary files a/files/wazaeffect/effectclact/wecell/narc_0036.bin and b/files/wazaeffect/effectclact/wecell/narc_0036.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/.knarcignore b/files/wazaeffect/effectclact/wecellanm/.knarcignore new file mode 100644 index 00000000..b7ba0076 --- /dev/null +++ b/files/wazaeffect/effectclact/wecellanm/.knarcignore @@ -0,0 +1,74 @@ +files/wazaeffect/effectclact/wecellanm/narc_0022.bin +files/wazaeffect/effectclact/wecellanm/narc_0036.bin +files/wazaeffect/effectclact/wecellanm/narc_0023.bin +files/wazaeffect/effectclact/wecellanm/narc_0035.bin +files/wazaeffect/effectclact/wecellanm/narc_0021.bin +files/wazaeffect/effectclact/wecellanm/narc_0009.bin +files/wazaeffect/effectclact/wecellanm/narc_0008.bin +files/wazaeffect/effectclact/wecellanm/narc_0020.bin +files/wazaeffect/effectclact/wecellanm/narc_0034.bin +files/wazaeffect/effectclact/wecellanm/narc_0018.bin +files/wazaeffect/effectclact/wecellanm/narc_0030.bin +files/wazaeffect/effectclact/wecellanm/narc_0024.bin +files/wazaeffect/effectclact/wecellanm/narc_0025.bin +files/wazaeffect/effectclact/wecellanm/narc_0031.bin +files/wazaeffect/effectclact/wecellanm/narc_0019.bin +files/wazaeffect/effectclact/wecellanm/narc_0027.bin +files/wazaeffect/effectclact/wecellanm/narc_0033.bin +files/wazaeffect/effectclact/wecellanm/narc_0032.bin +files/wazaeffect/effectclact/wecellanm/narc_0026.bin +files/wazaeffect/effectclact/wecellanm/narc_0003.bin +files/wazaeffect/effectclact/wecellanm/narc_0017.bin +files/wazaeffect/effectclact/wecellanm/narc_0016.bin +files/wazaeffect/effectclact/wecellanm/narc_0002.bin +files/wazaeffect/effectclact/wecellanm/narc_0014.bin +files/wazaeffect/effectclact/wecellanm/narc_0000.bin +files/wazaeffect/effectclact/wecellanm/narc_0028.bin +files/wazaeffect/effectclact/wecellanm/narc_0029.bin +files/wazaeffect/effectclact/wecellanm/narc_0001.bin +files/wazaeffect/effectclact/wecellanm/narc_0015.bin +files/wazaeffect/effectclact/wecellanm/narc_0011.bin +files/wazaeffect/effectclact/wecellanm/narc_0005.bin +files/wazaeffect/effectclact/wecellanm/narc_0004.bin +files/wazaeffect/effectclact/wecellanm/narc_0010.bin +files/wazaeffect/effectclact/wecellanm/narc_0006.bin +files/wazaeffect/effectclact/wecellanm/narc_0012.bin +files/wazaeffect/effectclact/wecellanm/narc_0013.bin +files/wazaeffect/effectclact/wecellanm/narc_0007.bin +narc_0022.bin +narc_0036.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0000.bin b/files/wazaeffect/effectclact/wecellanm/narc_0000.bin index cf20bd5e..caf11aa1 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0000.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0000.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0001.bin b/files/wazaeffect/effectclact/wecellanm/narc_0001.bin index 0df6c83b..a066aec1 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0001.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0001.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0002.bin b/files/wazaeffect/effectclact/wecellanm/narc_0002.bin index a2e389cb..2acf566c 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0002.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0002.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0003.bin b/files/wazaeffect/effectclact/wecellanm/narc_0003.bin index cf20bd5e..caf11aa1 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0003.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0003.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0004.bin b/files/wazaeffect/effectclact/wecellanm/narc_0004.bin index 0df6c83b..a066aec1 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0004.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0004.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0005.bin b/files/wazaeffect/effectclact/wecellanm/narc_0005.bin index 9a022b05..47dca115 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0005.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0005.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0006.bin b/files/wazaeffect/effectclact/wecellanm/narc_0006.bin index 58281230..9a589f10 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0006.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0006.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0007.bin b/files/wazaeffect/effectclact/wecellanm/narc_0007.bin index b15de730..73184475 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0007.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0007.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0008.bin b/files/wazaeffect/effectclact/wecellanm/narc_0008.bin index 58281230..9a589f10 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0008.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0008.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0009.bin b/files/wazaeffect/effectclact/wecellanm/narc_0009.bin index 737134c3..02bd85c6 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0009.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0009.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0010.bin b/files/wazaeffect/effectclact/wecellanm/narc_0010.bin index 26d9d719..a8701771 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0010.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0010.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0011.bin b/files/wazaeffect/effectclact/wecellanm/narc_0011.bin index 737134c3..02bd85c6 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0011.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0011.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0012.bin b/files/wazaeffect/effectclact/wecellanm/narc_0012.bin index 09c8a4f5..d8dd0f22 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0012.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0012.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0013.bin b/files/wazaeffect/effectclact/wecellanm/narc_0013.bin index 6c3da1c0..40057c62 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0013.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0013.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0014.bin b/files/wazaeffect/effectclact/wecellanm/narc_0014.bin index 0df6c83b..a066aec1 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0014.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0014.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0015.bin b/files/wazaeffect/effectclact/wecellanm/narc_0015.bin index 0df6c83b..a066aec1 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0015.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0015.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0016.bin b/files/wazaeffect/effectclact/wecellanm/narc_0016.bin index 9e272ec0..cd439868 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0016.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0016.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0017.bin b/files/wazaeffect/effectclact/wecellanm/narc_0017.bin index 31d217b5..22538442 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0017.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0017.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0018.bin b/files/wazaeffect/effectclact/wecellanm/narc_0018.bin index cd42c3dc..99e87ac8 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0018.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0018.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0019.bin b/files/wazaeffect/effectclact/wecellanm/narc_0019.bin index 8b94fc6d..a7371a43 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0019.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0019.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0020.bin b/files/wazaeffect/effectclact/wecellanm/narc_0020.bin index 47ee35c9..08a38d52 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0020.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0020.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0021.bin b/files/wazaeffect/effectclact/wecellanm/narc_0021.bin index cc246773..8978c4db 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0021.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0021.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0022.bin b/files/wazaeffect/effectclact/wecellanm/narc_0022.bin index 237a8754..82784796 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0022.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0022.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0023.bin b/files/wazaeffect/effectclact/wecellanm/narc_0023.bin index aff22ce6..faa8b347 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0023.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0023.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0024.bin b/files/wazaeffect/effectclact/wecellanm/narc_0024.bin index db969aac..af7ac9ff 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0024.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0024.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0025.bin b/files/wazaeffect/effectclact/wecellanm/narc_0025.bin index 7893d68b..a146eef8 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0025.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0025.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0026.bin b/files/wazaeffect/effectclact/wecellanm/narc_0026.bin index 1f6d1fbd..faf787d3 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0026.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0026.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0027.bin b/files/wazaeffect/effectclact/wecellanm/narc_0027.bin index cc246773..8978c4db 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0027.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0027.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0028.bin b/files/wazaeffect/effectclact/wecellanm/narc_0028.bin index 20f15ee4..617e7622 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0028.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0028.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0029.bin b/files/wazaeffect/effectclact/wecellanm/narc_0029.bin index 0469c92d..50ec63b3 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0029.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0029.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0030.bin b/files/wazaeffect/effectclact/wecellanm/narc_0030.bin index 737134c3..02bd85c6 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0030.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0030.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0031.bin b/files/wazaeffect/effectclact/wecellanm/narc_0031.bin index 34b5a174..8b62a8e3 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0031.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0031.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0032.bin b/files/wazaeffect/effectclact/wecellanm/narc_0032.bin index 737134c3..02bd85c6 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0032.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0032.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0033.bin b/files/wazaeffect/effectclact/wecellanm/narc_0033.bin index cd48db18..ff9f7881 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0033.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0033.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0034.bin b/files/wazaeffect/effectclact/wecellanm/narc_0034.bin index 5c7e0430..a68eea5c 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0034.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0034.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0035.bin b/files/wazaeffect/effectclact/wecellanm/narc_0035.bin index 96f6ac5c..b413b9f0 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0035.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0035.bin differ diff --git a/files/wazaeffect/effectclact/wecellanm/narc_0036.bin b/files/wazaeffect/effectclact/wecellanm/narc_0036.bin index b7acd5be..2ef28569 100644 Binary files a/files/wazaeffect/effectclact/wecellanm/narc_0036.bin and b/files/wazaeffect/effectclact/wecellanm/narc_0036.bin differ diff --git a/files/wazaeffect/effectclact/wechar/.knarcignore b/files/wazaeffect/effectclact/wechar/.knarcignore new file mode 100644 index 00000000..d0b36a30 --- /dev/null +++ b/files/wazaeffect/effectclact/wechar/.knarcignore @@ -0,0 +1,74 @@ +files/wazaeffect/effectclact/wechar/narc_0022.bin +files/wazaeffect/effectclact/wechar/narc_0036.bin +files/wazaeffect/effectclact/wechar/narc_0023.bin +files/wazaeffect/effectclact/wechar/narc_0035.bin +files/wazaeffect/effectclact/wechar/narc_0021.bin +files/wazaeffect/effectclact/wechar/narc_0009.bin +files/wazaeffect/effectclact/wechar/narc_0008.bin +files/wazaeffect/effectclact/wechar/narc_0020.bin +files/wazaeffect/effectclact/wechar/narc_0034.bin +files/wazaeffect/effectclact/wechar/narc_0018.bin +files/wazaeffect/effectclact/wechar/narc_0030.bin +files/wazaeffect/effectclact/wechar/narc_0024.bin +files/wazaeffect/effectclact/wechar/narc_0025.bin +files/wazaeffect/effectclact/wechar/narc_0031.bin +files/wazaeffect/effectclact/wechar/narc_0019.bin +files/wazaeffect/effectclact/wechar/narc_0027.bin +files/wazaeffect/effectclact/wechar/narc_0033.bin +files/wazaeffect/effectclact/wechar/narc_0032.bin +files/wazaeffect/effectclact/wechar/narc_0026.bin +files/wazaeffect/effectclact/wechar/narc_0003.bin +files/wazaeffect/effectclact/wechar/narc_0017.bin +files/wazaeffect/effectclact/wechar/narc_0016.bin +files/wazaeffect/effectclact/wechar/narc_0002.bin +files/wazaeffect/effectclact/wechar/narc_0014.bin +files/wazaeffect/effectclact/wechar/narc_0000.bin +files/wazaeffect/effectclact/wechar/narc_0028.bin +files/wazaeffect/effectclact/wechar/narc_0029.bin +files/wazaeffect/effectclact/wechar/narc_0001.bin +files/wazaeffect/effectclact/wechar/narc_0015.bin +files/wazaeffect/effectclact/wechar/narc_0011.bin +files/wazaeffect/effectclact/wechar/narc_0005.bin +files/wazaeffect/effectclact/wechar/narc_0004.bin +files/wazaeffect/effectclact/wechar/narc_0010.bin +files/wazaeffect/effectclact/wechar/narc_0006.bin +files/wazaeffect/effectclact/wechar/narc_0012.bin +files/wazaeffect/effectclact/wechar/narc_0013.bin +files/wazaeffect/effectclact/wechar/narc_0007.bin +narc_0022.bin +narc_0036.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin diff --git a/files/wazaeffect/effectclact/wechar/narc_0000.bin b/files/wazaeffect/effectclact/wechar/narc_0000.bin index 9670818d..1e232d01 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0000.bin and b/files/wazaeffect/effectclact/wechar/narc_0000.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0001.bin b/files/wazaeffect/effectclact/wechar/narc_0001.bin index 45eb686c..da9042c9 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0001.bin and b/files/wazaeffect/effectclact/wechar/narc_0001.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0002.bin b/files/wazaeffect/effectclact/wechar/narc_0002.bin index 3bf3216c..ac4861e8 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0002.bin and b/files/wazaeffect/effectclact/wechar/narc_0002.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0003.bin b/files/wazaeffect/effectclact/wechar/narc_0003.bin index 94208bc5..1566bd96 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0003.bin and b/files/wazaeffect/effectclact/wechar/narc_0003.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0004.bin b/files/wazaeffect/effectclact/wechar/narc_0004.bin index 377da198..3e9183b0 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0004.bin and b/files/wazaeffect/effectclact/wechar/narc_0004.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0005.bin b/files/wazaeffect/effectclact/wechar/narc_0005.bin index 89360059..865a3c0f 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0005.bin and b/files/wazaeffect/effectclact/wechar/narc_0005.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0006.bin b/files/wazaeffect/effectclact/wechar/narc_0006.bin index 095ddcdd..8cc6f544 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0006.bin and b/files/wazaeffect/effectclact/wechar/narc_0006.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0007.bin b/files/wazaeffect/effectclact/wechar/narc_0007.bin index 756f038e..a5fa39a5 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0007.bin and b/files/wazaeffect/effectclact/wechar/narc_0007.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0008.bin b/files/wazaeffect/effectclact/wechar/narc_0008.bin index c29cca19..b514a037 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0008.bin and b/files/wazaeffect/effectclact/wechar/narc_0008.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0009.bin b/files/wazaeffect/effectclact/wechar/narc_0009.bin index be306c5a..f18cbd0e 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0009.bin and b/files/wazaeffect/effectclact/wechar/narc_0009.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0010.bin b/files/wazaeffect/effectclact/wechar/narc_0010.bin index 6ae541fa..8f418c68 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0010.bin and b/files/wazaeffect/effectclact/wechar/narc_0010.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0011.bin b/files/wazaeffect/effectclact/wechar/narc_0011.bin index 0bef8d5e..dc5bb82a 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0011.bin and b/files/wazaeffect/effectclact/wechar/narc_0011.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0012.bin b/files/wazaeffect/effectclact/wechar/narc_0012.bin index d6dc7775..d03d9d25 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0012.bin and b/files/wazaeffect/effectclact/wechar/narc_0012.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0013.bin b/files/wazaeffect/effectclact/wechar/narc_0013.bin index 0c874b9f..1285aeb9 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0013.bin and b/files/wazaeffect/effectclact/wechar/narc_0013.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0014.bin b/files/wazaeffect/effectclact/wechar/narc_0014.bin index bf9a3938..3dab9eb2 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0014.bin and b/files/wazaeffect/effectclact/wechar/narc_0014.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0015.bin b/files/wazaeffect/effectclact/wechar/narc_0015.bin index 2ef74ed7..1401f214 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0015.bin and b/files/wazaeffect/effectclact/wechar/narc_0015.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0016.bin b/files/wazaeffect/effectclact/wechar/narc_0016.bin index 19355785..b8b91dbe 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0016.bin and b/files/wazaeffect/effectclact/wechar/narc_0016.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0017.bin b/files/wazaeffect/effectclact/wechar/narc_0017.bin index 40331d80..714f342e 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0017.bin and b/files/wazaeffect/effectclact/wechar/narc_0017.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0018.bin b/files/wazaeffect/effectclact/wechar/narc_0018.bin index bc18b29d..e125ca56 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0018.bin and b/files/wazaeffect/effectclact/wechar/narc_0018.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0019.bin b/files/wazaeffect/effectclact/wechar/narc_0019.bin index deb65c92..8487cfc2 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0019.bin and b/files/wazaeffect/effectclact/wechar/narc_0019.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0020.bin b/files/wazaeffect/effectclact/wechar/narc_0020.bin index 4b7ce3af..6e1e03fd 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0020.bin and b/files/wazaeffect/effectclact/wechar/narc_0020.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0021.bin b/files/wazaeffect/effectclact/wechar/narc_0021.bin index 94208bc5..1566bd96 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0021.bin and b/files/wazaeffect/effectclact/wechar/narc_0021.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0022.bin b/files/wazaeffect/effectclact/wechar/narc_0022.bin index c8bb5310..c5c50a66 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0022.bin and b/files/wazaeffect/effectclact/wechar/narc_0022.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0023.bin b/files/wazaeffect/effectclact/wechar/narc_0023.bin index 09ee7c3e..c23b2e3d 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0023.bin and b/files/wazaeffect/effectclact/wechar/narc_0023.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0024.bin b/files/wazaeffect/effectclact/wechar/narc_0024.bin index 0b482007..82774f60 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0024.bin and b/files/wazaeffect/effectclact/wechar/narc_0024.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0025.bin b/files/wazaeffect/effectclact/wechar/narc_0025.bin index 60c76c5e..5491738e 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0025.bin and b/files/wazaeffect/effectclact/wechar/narc_0025.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0026.bin b/files/wazaeffect/effectclact/wechar/narc_0026.bin index 5998832a..9dcf6616 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0026.bin and b/files/wazaeffect/effectclact/wechar/narc_0026.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0027.bin b/files/wazaeffect/effectclact/wechar/narc_0027.bin index 3d173dd5..e761d203 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0027.bin and b/files/wazaeffect/effectclact/wechar/narc_0027.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0028.bin b/files/wazaeffect/effectclact/wechar/narc_0028.bin index 751c4bc9..284f8a4f 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0028.bin and b/files/wazaeffect/effectclact/wechar/narc_0028.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0029.bin b/files/wazaeffect/effectclact/wechar/narc_0029.bin index 2c854d00..20c16cba 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0029.bin and b/files/wazaeffect/effectclact/wechar/narc_0029.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0030.bin b/files/wazaeffect/effectclact/wechar/narc_0030.bin index 44cfae21..1c9d634c 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0030.bin and b/files/wazaeffect/effectclact/wechar/narc_0030.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0031.bin b/files/wazaeffect/effectclact/wechar/narc_0031.bin index 2a02583b..d14c9866 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0031.bin and b/files/wazaeffect/effectclact/wechar/narc_0031.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0032.bin b/files/wazaeffect/effectclact/wechar/narc_0032.bin index 99cb9385..df54fcf8 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0032.bin and b/files/wazaeffect/effectclact/wechar/narc_0032.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0033.bin b/files/wazaeffect/effectclact/wechar/narc_0033.bin index 795c9640..76834116 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0033.bin and b/files/wazaeffect/effectclact/wechar/narc_0033.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0034.bin b/files/wazaeffect/effectclact/wechar/narc_0034.bin index f4b7e2d8..ad41c2a5 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0034.bin and b/files/wazaeffect/effectclact/wechar/narc_0034.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0035.bin b/files/wazaeffect/effectclact/wechar/narc_0035.bin index d12e66f1..6951f4ac 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0035.bin and b/files/wazaeffect/effectclact/wechar/narc_0035.bin differ diff --git a/files/wazaeffect/effectclact/wechar/narc_0036.bin b/files/wazaeffect/effectclact/wechar/narc_0036.bin index 2c18c6f0..e7ac6f92 100644 Binary files a/files/wazaeffect/effectclact/wechar/narc_0036.bin and b/files/wazaeffect/effectclact/wechar/narc_0036.bin differ diff --git a/filesystem.mk b/filesystem.mk index f3413852..9ca0db9f 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -301,3 +301,1919 @@ $(O2NARC_TARGETS): %.narc: %.json %.json.txt $$(dep) $(CC) $(CFLAGS) -c -o $*.o $*.c $(O2NARC) $(O2NARCFLAGS) $*.o $@ @$(RM) $*.o $*.c + +files/battle/graphic/batt_bg.narc: \ + files/battle/graphic/batt_bg/narc_0156.bin.lz \ + files/battle/graphic/batt_bg/narc_0142.bin.lz \ + files/battle/graphic/batt_bg/narc_0022.bin.lz \ + files/battle/graphic/batt_bg/narc_0036.bin.lz \ + files/battle/graphic/batt_bg/narc_0037.bin.lz \ + files/battle/graphic/batt_bg/narc_0023.bin.lz \ + files/battle/graphic/batt_bg/narc_0143.bin.lz \ + files/battle/graphic/batt_bg/narc_0141.bin.lz \ + files/battle/graphic/batt_bg/narc_0155.bin.lz \ + files/battle/graphic/batt_bg/narc_0035.bin.lz \ + files/battle/graphic/batt_bg/narc_0021.bin.lz \ + files/battle/graphic/batt_bg/narc_0009.bin.lz \ + files/battle/graphic/batt_bg/narc_0008.bin.lz \ + files/battle/graphic/batt_bg/narc_0020.bin.lz \ + files/battle/graphic/batt_bg/narc_0034.bin.lz \ + files/battle/graphic/batt_bg/narc_0154.bin.lz \ + files/battle/graphic/batt_bg/narc_0140.bin.lz \ + files/battle/graphic/batt_bg/narc_0144.bin.lz \ + files/battle/graphic/batt_bg/narc_0150.bin.lz \ + files/battle/graphic/batt_bg/narc_0018.bin.lz \ + files/battle/graphic/batt_bg/narc_0030.bin.lz \ + files/battle/graphic/batt_bg/narc_0024.bin.lz \ + files/battle/graphic/batt_bg/narc_0025.bin.lz \ + files/battle/graphic/batt_bg/narc_0031.bin.lz \ + files/battle/graphic/batt_bg/narc_0019.bin.lz \ + files/battle/graphic/batt_bg/narc_0151.bin.lz \ + files/battle/graphic/batt_bg/narc_0145.bin.lz \ + files/battle/graphic/batt_bg/narc_0153.bin.lz \ + files/battle/graphic/batt_bg/narc_0147.bin.lz \ + files/battle/graphic/batt_bg/narc_0027.bin.lz \ + files/battle/graphic/batt_bg/narc_0033.bin.lz \ + files/battle/graphic/batt_bg/narc_0032.bin.lz \ + files/battle/graphic/batt_bg/narc_0026.bin.lz \ + files/battle/graphic/batt_bg/narc_0146.bin.lz \ + files/battle/graphic/batt_bg/narc_0152.bin.lz \ + files/battle/graphic/batt_bg/narc_0135.bin.lz \ + files/battle/graphic/batt_bg/narc_0121.bin.lz \ + files/battle/graphic/batt_bg/narc_0109.bin.lz \ + files/battle/graphic/batt_bg/narc_0082.bin.lz \ + files/battle/graphic/batt_bg/narc_0096.bin.lz \ + files/battle/graphic/batt_bg/narc_0041.bin.lz \ + files/battle/graphic/batt_bg/narc_0055.bin.lz \ + files/battle/graphic/batt_bg/narc_0069.bin.lz \ + files/battle/graphic/batt_bg/narc_0068.bin.lz \ + files/battle/graphic/batt_bg/narc_0054.bin.lz \ + files/battle/graphic/batt_bg/narc_0040.bin.lz \ + files/battle/graphic/batt_bg/narc_0097.bin.lz \ + files/battle/graphic/batt_bg/narc_0083.bin.lz \ + files/battle/graphic/batt_bg/narc_0108.bin.lz \ + files/battle/graphic/batt_bg/narc_0120.bin.lz \ + files/battle/graphic/batt_bg/narc_0134.bin.lz \ + files/battle/graphic/batt_bg/narc_0122.bin.lz \ + files/battle/graphic/batt_bg/narc_0136.bin.lz \ + files/battle/graphic/batt_bg/narc_0095.bin.lz \ + files/battle/graphic/batt_bg/narc_0081.bin.lz \ + files/battle/graphic/batt_bg/narc_0056.bin.lz \ + files/battle/graphic/batt_bg/narc_0042.bin.lz \ + files/battle/graphic/batt_bg/narc_0043.bin.lz \ + files/battle/graphic/batt_bg/narc_0057.bin.lz \ + files/battle/graphic/batt_bg/narc_0080.bin.lz \ + files/battle/graphic/batt_bg/narc_0094.bin.lz \ + files/battle/graphic/batt_bg/narc_0137.bin.lz \ + files/battle/graphic/batt_bg/narc_0123.bin.lz \ + files/battle/graphic/batt_bg/narc_0127.bin.lz \ + files/battle/graphic/batt_bg/narc_0133.bin.lz \ + files/battle/graphic/batt_bg/narc_0090.bin.lz \ + files/battle/graphic/batt_bg/narc_0084.bin.lz \ + files/battle/graphic/batt_bg/narc_0053.bin.lz \ + files/battle/graphic/batt_bg/narc_0047.bin.lz \ + files/battle/graphic/batt_bg/narc_0046.bin.lz \ + files/battle/graphic/batt_bg/narc_0052.bin.lz \ + files/battle/graphic/batt_bg/narc_0085.bin.lz \ + files/battle/graphic/batt_bg/narc_0091.bin.lz \ + files/battle/graphic/batt_bg/narc_0132.bin.lz \ + files/battle/graphic/batt_bg/narc_0126.bin.lz \ + files/battle/graphic/batt_bg/narc_0118.bin.lz \ + files/battle/graphic/batt_bg/narc_0130.bin.lz \ + files/battle/graphic/batt_bg/narc_0124.bin.lz \ + files/battle/graphic/batt_bg/narc_0087.bin.lz \ + files/battle/graphic/batt_bg/narc_0093.bin.lz \ + files/battle/graphic/batt_bg/narc_0078.bin.lz \ + files/battle/graphic/batt_bg/narc_0044.bin.lz \ + files/battle/graphic/batt_bg/narc_0050.bin.lz \ + files/battle/graphic/batt_bg/narc_0051.bin.lz \ + files/battle/graphic/batt_bg/narc_0045.bin.lz \ + files/battle/graphic/batt_bg/narc_0079.bin.lz \ + files/battle/graphic/batt_bg/narc_0092.bin.lz \ + files/battle/graphic/batt_bg/narc_0086.bin.lz \ + files/battle/graphic/batt_bg/narc_0125.bin.lz \ + files/battle/graphic/batt_bg/narc_0131.bin.lz \ + files/battle/graphic/batt_bg/narc_0119.bin.lz \ + files/battle/graphic/batt_bg/narc_0114.bin.lz \ + files/battle/graphic/batt_bg/narc_0100.bin.lz \ + files/battle/graphic/batt_bg/narc_0128.bin.lz \ + files/battle/graphic/batt_bg/narc_0060.bin.lz \ + files/battle/graphic/batt_bg/narc_0074.bin.lz \ + files/battle/graphic/batt_bg/narc_0048.bin.lz \ + files/battle/graphic/batt_bg/narc_0049.bin.lz \ + files/battle/graphic/batt_bg/narc_0075.bin.lz \ + files/battle/graphic/batt_bg/narc_0061.bin.lz \ + files/battle/graphic/batt_bg/narc_0129.bin.lz \ + files/battle/graphic/batt_bg/narc_0101.bin.lz \ + files/battle/graphic/batt_bg/narc_0115.bin.lz \ + files/battle/graphic/batt_bg/narc_0103.bin.lz \ + files/battle/graphic/batt_bg/narc_0117.bin.lz \ + files/battle/graphic/batt_bg/narc_0088.bin.lz \ + files/battle/graphic/batt_bg/narc_0077.bin.lz \ + files/battle/graphic/batt_bg/narc_0063.bin.lz \ + files/battle/graphic/batt_bg/narc_0062.bin.lz \ + files/battle/graphic/batt_bg/narc_0076.bin.lz \ + files/battle/graphic/batt_bg/narc_0089.bin.lz \ + files/battle/graphic/batt_bg/narc_0116.bin.lz \ + files/battle/graphic/batt_bg/narc_0102.bin.lz \ + files/battle/graphic/batt_bg/narc_0106.bin.lz \ + files/battle/graphic/batt_bg/narc_0112.bin.lz \ + files/battle/graphic/batt_bg/narc_0099.bin.lz \ + files/battle/graphic/batt_bg/narc_0072.bin.lz \ + files/battle/graphic/batt_bg/narc_0066.bin.lz \ + files/battle/graphic/batt_bg/narc_0067.bin.lz \ + files/battle/graphic/batt_bg/narc_0073.bin.lz \ + files/battle/graphic/batt_bg/narc_0098.bin.lz \ + files/battle/graphic/batt_bg/narc_0113.bin.lz \ + files/battle/graphic/batt_bg/narc_0107.bin.lz \ + files/battle/graphic/batt_bg/narc_0139.bin.lz \ + files/battle/graphic/batt_bg/narc_0111.bin.lz \ + files/battle/graphic/batt_bg/narc_0105.bin.lz \ + files/battle/graphic/batt_bg/narc_0059.bin.lz \ + files/battle/graphic/batt_bg/narc_0065.bin.lz \ + files/battle/graphic/batt_bg/narc_0071.bin.lz \ + files/battle/graphic/batt_bg/narc_0070.bin.lz \ + files/battle/graphic/batt_bg/narc_0064.bin.lz \ + files/battle/graphic/batt_bg/narc_0058.bin.lz \ + files/battle/graphic/batt_bg/narc_0104.bin.lz \ + files/battle/graphic/batt_bg/narc_0110.bin.lz \ + files/battle/graphic/batt_bg/narc_0138.bin.lz \ + files/battle/graphic/batt_bg/narc_0003.bin.lz \ + files/battle/graphic/batt_bg/narc_0017.bin.lz \ + files/battle/graphic/batt_bg/narc_0016.bin.lz \ + files/battle/graphic/batt_bg/narc_0002.bin.lz \ + files/battle/graphic/batt_bg/narc_0148.bin.lz \ + files/battle/graphic/batt_bg/narc_0014.bin.lz \ + files/battle/graphic/batt_bg/narc_0000.bin.lz \ + files/battle/graphic/batt_bg/narc_0028.bin.lz \ + files/battle/graphic/batt_bg/narc_0029.bin.lz \ + files/battle/graphic/batt_bg/narc_0001.bin.lz \ + files/battle/graphic/batt_bg/narc_0015.bin.lz \ + files/battle/graphic/batt_bg/narc_0149.bin.lz \ + files/battle/graphic/batt_bg/narc_0039.bin.lz \ + files/battle/graphic/batt_bg/narc_0011.bin.lz \ + files/battle/graphic/batt_bg/narc_0005.bin.lz \ + files/battle/graphic/batt_bg/narc_0004.bin.lz \ + files/battle/graphic/batt_bg/narc_0010.bin.lz \ + files/battle/graphic/batt_bg/narc_0038.bin.lz \ + files/battle/graphic/batt_bg/narc_0006.bin.lz \ + files/battle/graphic/batt_bg/narc_0012.bin.lz \ + files/battle/graphic/batt_bg/narc_0013.bin.lz \ + files/battle/graphic/batt_bg/narc_0007.bin.lz + +files/battle/graphic/batt_obj.narc: \ + files/battle/graphic/batt_obj/narc_0195.bin.lz \ + files/battle/graphic/batt_obj/narc_0181.bin.lz \ + files/battle/graphic/batt_obj/narc_0156.bin.lz \ + files/battle/graphic/batt_obj/narc_0142.bin.lz \ + files/battle/graphic/batt_obj/narc_0220.bin.lz \ + files/battle/graphic/batt_obj/narc_0234.bin.lz \ + files/battle/graphic/batt_obj/narc_0208.bin.lz \ + files/battle/graphic/batt_obj/narc_0209.bin.lz \ + files/battle/graphic/batt_obj/narc_0235.bin.lz \ + files/battle/graphic/batt_obj/narc_0221.bin.lz \ + files/battle/graphic/batt_obj/narc_0143.bin.lz \ + files/battle/graphic/batt_obj/narc_0157.bin.lz \ + files/battle/graphic/batt_obj/narc_0180.bin.lz \ + files/battle/graphic/batt_obj/narc_0194.bin.lz \ + files/battle/graphic/batt_obj/narc_0182.bin.lz \ + files/battle/graphic/batt_obj/narc_0196.bin.lz \ + files/battle/graphic/batt_obj/narc_0141.bin.lz \ + files/battle/graphic/batt_obj/narc_0155.bin.lz \ + files/battle/graphic/batt_obj/narc_0169.bin.lz \ + files/battle/graphic/batt_obj/narc_0237.bin.lz \ + files/battle/graphic/batt_obj/narc_0223.bin.lz \ + files/battle/graphic/batt_obj/narc_0222.bin.lz \ + files/battle/graphic/batt_obj/narc_0236.bin.lz \ + files/battle/graphic/batt_obj/narc_0168.bin.lz \ + files/battle/graphic/batt_obj/narc_0154.bin.lz \ + files/battle/graphic/batt_obj/narc_0140.bin.lz \ + files/battle/graphic/batt_obj/narc_0197.bin.lz \ + files/battle/graphic/batt_obj/narc_0183.bin.lz \ + files/battle/graphic/batt_obj/narc_0187.bin.lz \ + files/battle/graphic/batt_obj/narc_0193.bin.lz \ + files/battle/graphic/batt_obj/narc_0178.bin.lz \ + files/battle/graphic/batt_obj/narc_0144.bin.lz \ + files/battle/graphic/batt_obj/narc_0150.bin.lz \ + files/battle/graphic/batt_obj/narc_0232.bin.lz \ + files/battle/graphic/batt_obj/narc_0226.bin.lz \ + files/battle/graphic/batt_obj/narc_0227.bin.lz \ + files/battle/graphic/batt_obj/narc_0233.bin.lz \ + files/battle/graphic/batt_obj/narc_0151.bin.lz \ + files/battle/graphic/batt_obj/narc_0145.bin.lz \ + files/battle/graphic/batt_obj/narc_0179.bin.lz \ + files/battle/graphic/batt_obj/narc_0192.bin.lz \ + files/battle/graphic/batt_obj/narc_0186.bin.lz \ + files/battle/graphic/batt_obj/narc_0190.bin.lz \ + files/battle/graphic/batt_obj/narc_0184.bin.lz \ + files/battle/graphic/batt_obj/narc_0153.bin.lz \ + files/battle/graphic/batt_obj/narc_0147.bin.lz \ + files/battle/graphic/batt_obj/narc_0219.bin.lz \ + files/battle/graphic/batt_obj/narc_0225.bin.lz \ + files/battle/graphic/batt_obj/narc_0231.bin.lz \ + files/battle/graphic/batt_obj/narc_0230.bin.lz \ + files/battle/graphic/batt_obj/narc_0224.bin.lz \ + files/battle/graphic/batt_obj/narc_0218.bin.lz \ + files/battle/graphic/batt_obj/narc_0146.bin.lz \ + files/battle/graphic/batt_obj/narc_0152.bin.lz \ + files/battle/graphic/batt_obj/narc_0185.bin.lz \ + files/battle/graphic/batt_obj/narc_0191.bin.lz \ + files/battle/graphic/batt_obj/narc_0135.bin.lz \ + files/battle/graphic/batt_obj/narc_0121.bin.lz \ + files/battle/graphic/batt_obj/narc_0109.bin.lz \ + files/battle/graphic/batt_obj/narc_0082.bin.lz \ + files/battle/graphic/batt_obj/narc_0096.bin.lz \ + files/battle/graphic/batt_obj/narc_0243.bin.lz \ + files/battle/graphic/batt_obj/narc_0257.bin.lz \ + files/battle/graphic/batt_obj/narc_0256.bin.lz \ + files/battle/graphic/batt_obj/narc_0242.bin.lz \ + files/battle/graphic/batt_obj/narc_0097.bin.lz \ + files/battle/graphic/batt_obj/narc_0083.bin.lz \ + files/battle/graphic/batt_obj/narc_0108.bin.lz \ + files/battle/graphic/batt_obj/narc_0120.bin.lz \ + files/battle/graphic/batt_obj/narc_0134.bin.lz \ + files/battle/graphic/batt_obj/narc_0122.bin.lz \ + files/battle/graphic/batt_obj/narc_0136.bin.lz \ + files/battle/graphic/batt_obj/narc_0095.bin.lz \ + files/battle/graphic/batt_obj/narc_0081.bin.lz \ + files/battle/graphic/batt_obj/narc_0254.bin.lz \ + files/battle/graphic/batt_obj/narc_0240.bin.lz \ + files/battle/graphic/batt_obj/narc_0268.bin.lz \ + files/battle/graphic/batt_obj/narc_0269.bin.lz \ + files/battle/graphic/batt_obj/narc_0241.bin.lz \ + files/battle/graphic/batt_obj/narc_0255.bin.lz \ + files/battle/graphic/batt_obj/narc_0080.bin.lz \ + files/battle/graphic/batt_obj/narc_0094.bin.lz \ + files/battle/graphic/batt_obj/narc_0137.bin.lz \ + files/battle/graphic/batt_obj/narc_0123.bin.lz \ + files/battle/graphic/batt_obj/narc_0127.bin.lz \ + files/battle/graphic/batt_obj/narc_0133.bin.lz \ + files/battle/graphic/batt_obj/narc_0090.bin.lz \ + files/battle/graphic/batt_obj/narc_0084.bin.lz \ + files/battle/graphic/batt_obj/narc_0251.bin.lz \ + files/battle/graphic/batt_obj/narc_0245.bin.lz \ + files/battle/graphic/batt_obj/narc_0244.bin.lz \ + files/battle/graphic/batt_obj/narc_0250.bin.lz \ + files/battle/graphic/batt_obj/narc_0278.bin.lz \ + files/battle/graphic/batt_obj/narc_0085.bin.lz \ + files/battle/graphic/batt_obj/narc_0091.bin.lz \ + files/battle/graphic/batt_obj/narc_0132.bin.lz \ + files/battle/graphic/batt_obj/narc_0126.bin.lz \ + files/battle/graphic/batt_obj/narc_0118.bin.lz \ + files/battle/graphic/batt_obj/narc_0130.bin.lz \ + files/battle/graphic/batt_obj/narc_0124.bin.lz \ + files/battle/graphic/batt_obj/narc_0087.bin.lz \ + files/battle/graphic/batt_obj/narc_0093.bin.lz \ + files/battle/graphic/batt_obj/narc_0078.bin.lz \ + files/battle/graphic/batt_obj/narc_0246.bin.lz \ + files/battle/graphic/batt_obj/narc_0252.bin.lz \ + files/battle/graphic/batt_obj/narc_0253.bin.lz \ + files/battle/graphic/batt_obj/narc_0247.bin.lz \ + files/battle/graphic/batt_obj/narc_0079.bin.lz \ + files/battle/graphic/batt_obj/narc_0092.bin.lz \ + files/battle/graphic/batt_obj/narc_0086.bin.lz \ + files/battle/graphic/batt_obj/narc_0125.bin.lz \ + files/battle/graphic/batt_obj/narc_0131.bin.lz \ + files/battle/graphic/batt_obj/narc_0119.bin.lz \ + files/battle/graphic/batt_obj/narc_0114.bin.lz \ + files/battle/graphic/batt_obj/narc_0100.bin.lz \ + files/battle/graphic/batt_obj/narc_0128.bin.lz \ + files/battle/graphic/batt_obj/narc_0262.bin.lz \ + files/battle/graphic/batt_obj/narc_0276.bin.lz \ + files/battle/graphic/batt_obj/narc_0277.bin.lz \ + files/battle/graphic/batt_obj/narc_0263.bin.lz \ + files/battle/graphic/batt_obj/narc_0075.bin.lz \ + files/battle/graphic/batt_obj/narc_0129.bin.lz \ + files/battle/graphic/batt_obj/narc_0101.bin.lz \ + files/battle/graphic/batt_obj/narc_0115.bin.lz \ + files/battle/graphic/batt_obj/narc_0103.bin.lz \ + files/battle/graphic/batt_obj/narc_0117.bin.lz \ + files/battle/graphic/batt_obj/narc_0088.bin.lz \ + files/battle/graphic/batt_obj/narc_0077.bin.lz \ + files/battle/graphic/batt_obj/narc_0275.bin.lz \ + files/battle/graphic/batt_obj/narc_0261.bin.lz \ + files/battle/graphic/batt_obj/narc_0249.bin.lz \ + files/battle/graphic/batt_obj/narc_0248.bin.lz \ + files/battle/graphic/batt_obj/narc_0260.bin.lz \ + files/battle/graphic/batt_obj/narc_0274.bin.lz \ + files/battle/graphic/batt_obj/narc_0076.bin.lz \ + files/battle/graphic/batt_obj/narc_0089.bin.lz \ + files/battle/graphic/batt_obj/narc_0116.bin.lz \ + files/battle/graphic/batt_obj/narc_0102.bin.lz \ + files/battle/graphic/batt_obj/narc_0106.bin.lz \ + files/battle/graphic/batt_obj/narc_0112.bin.lz \ + files/battle/graphic/batt_obj/narc_0099.bin.lz \ + files/battle/graphic/batt_obj/narc_0258.bin.lz \ + files/battle/graphic/batt_obj/narc_0270.bin.lz \ + files/battle/graphic/batt_obj/narc_0264.bin.lz \ + files/battle/graphic/batt_obj/narc_0265.bin.lz \ + files/battle/graphic/batt_obj/narc_0271.bin.lz \ + files/battle/graphic/batt_obj/narc_0259.bin.lz \ + files/battle/graphic/batt_obj/narc_0098.bin.lz \ + files/battle/graphic/batt_obj/narc_0113.bin.lz \ + files/battle/graphic/batt_obj/narc_0107.bin.lz \ + files/battle/graphic/batt_obj/narc_0139.bin.lz \ + files/battle/graphic/batt_obj/narc_0111.bin.lz \ + files/battle/graphic/batt_obj/narc_0105.bin.lz \ + files/battle/graphic/batt_obj/narc_0267.bin.lz \ + files/battle/graphic/batt_obj/narc_0273.bin.lz \ + files/battle/graphic/batt_obj/narc_0272.bin.lz \ + files/battle/graphic/batt_obj/narc_0266.bin.lz \ + files/battle/graphic/batt_obj/narc_0104.bin.lz \ + files/battle/graphic/batt_obj/narc_0110.bin.lz \ + files/battle/graphic/batt_obj/narc_0138.bin.lz \ + files/battle/graphic/batt_obj/narc_0188.bin.lz \ + files/battle/graphic/batt_obj/narc_0177.bin.lz \ + files/battle/graphic/batt_obj/narc_0163.bin.lz \ + files/battle/graphic/batt_obj/narc_0201.bin.lz \ + files/battle/graphic/batt_obj/narc_0215.bin.lz \ + files/battle/graphic/batt_obj/narc_0229.bin.lz \ + files/battle/graphic/batt_obj/narc_0228.bin.lz \ + files/battle/graphic/batt_obj/narc_0214.bin.lz \ + files/battle/graphic/batt_obj/narc_0200.bin.lz \ + files/battle/graphic/batt_obj/narc_0162.bin.lz \ + files/battle/graphic/batt_obj/narc_0176.bin.lz \ + files/battle/graphic/batt_obj/narc_0189.bin.lz \ + files/battle/graphic/batt_obj/narc_0160.bin.lz \ + files/battle/graphic/batt_obj/narc_0174.bin.lz \ + files/battle/graphic/batt_obj/narc_0148.bin.lz \ + files/battle/graphic/batt_obj/narc_0216.bin.lz \ + files/battle/graphic/batt_obj/narc_0202.bin.lz \ + files/battle/graphic/batt_obj/narc_0203.bin.lz \ + files/battle/graphic/batt_obj/narc_0217.bin.lz \ + files/battle/graphic/batt_obj/narc_0149.bin.lz \ + files/battle/graphic/batt_obj/narc_0175.bin.lz \ + files/battle/graphic/batt_obj/narc_0161.bin.lz \ + files/battle/graphic/batt_obj/narc_0159.bin.lz \ + files/battle/graphic/batt_obj/narc_0165.bin.lz \ + files/battle/graphic/batt_obj/narc_0171.bin.lz \ + files/battle/graphic/batt_obj/narc_0213.bin.lz \ + files/battle/graphic/batt_obj/narc_0207.bin.lz \ + files/battle/graphic/batt_obj/narc_0206.bin.lz \ + files/battle/graphic/batt_obj/narc_0212.bin.lz \ + files/battle/graphic/batt_obj/narc_0170.bin.lz \ + files/battle/graphic/batt_obj/narc_0164.bin.lz \ + files/battle/graphic/batt_obj/narc_0158.bin.lz \ + files/battle/graphic/batt_obj/narc_0199.bin.lz \ + files/battle/graphic/batt_obj/narc_0172.bin.lz \ + files/battle/graphic/batt_obj/narc_0166.bin.lz \ + files/battle/graphic/batt_obj/narc_0238.bin.lz \ + files/battle/graphic/batt_obj/narc_0204.bin.lz \ + files/battle/graphic/batt_obj/narc_0210.bin.lz \ + files/battle/graphic/batt_obj/narc_0211.bin.lz \ + files/battle/graphic/batt_obj/narc_0205.bin.lz \ + files/battle/graphic/batt_obj/narc_0239.bin.lz \ + files/battle/graphic/batt_obj/narc_0167.bin.lz \ + files/battle/graphic/batt_obj/narc_0173.bin.lz \ + files/battle/graphic/batt_obj/narc_0198.bin.lz + +files/demo/egg/data/egg_data.narc: \ + files/demo/egg/data/egg_data/narc_0003.bin.lz \ + files/demo/egg/data/egg_data/narc_0002.bin.lz \ + files/demo/egg/data/egg_data/narc_0000.bin.lz \ + files/demo/egg/data/egg_data/narc_0001.bin.lz \ + files/demo/egg/data/egg_data/narc_0005.bin.lz \ + files/demo/egg/data/egg_data/narc_0004.bin.lz \ + files/demo/egg/data/egg_data/narc_0006.bin.lz \ + files/demo/egg/data/egg_data/narc_0007.bin.lz + +files/wazaeffect/effectclact/wecell.narc: \ + files/wazaeffect/effectclact/wecell/narc_0022.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0036.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0023.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0035.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0021.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0009.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0008.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0020.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0034.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0018.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0030.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0024.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0025.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0031.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0019.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0027.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0033.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0032.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0026.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0003.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0017.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0016.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0002.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0014.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0000.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0028.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0029.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0001.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0015.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0011.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0005.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0004.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0010.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0006.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0012.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0013.bin.lz \ + files/wazaeffect/effectclact/wecell/narc_0007.bin.lz + +files/wazaeffect/effectclact/wechar.narc: \ + files/wazaeffect/effectclact/wechar/narc_0022.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0036.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0023.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0035.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0021.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0009.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0008.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0020.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0034.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0018.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0030.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0024.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0025.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0031.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0019.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0027.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0033.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0032.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0026.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0003.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0017.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0016.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0002.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0014.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0000.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0028.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0029.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0001.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0015.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0011.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0005.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0004.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0010.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0006.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0012.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0013.bin.lz \ + files/wazaeffect/effectclact/wechar/narc_0007.bin.lz + +files/wazaeffect/effectclact/wecellanm.narc: \ + files/wazaeffect/effectclact/wecellanm/narc_0022.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0036.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0023.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0035.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0021.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0009.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0008.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0020.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0034.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0018.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0030.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0024.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0025.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0031.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0019.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0027.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0033.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0032.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0026.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0003.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0017.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0016.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0002.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0014.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0000.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0028.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0029.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0001.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0015.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0011.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0005.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0004.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0010.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0006.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0012.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0013.bin.lz \ + files/wazaeffect/effectclact/wecellanm/narc_0007.bin.lz + +files/graphic/box.narc: \ + files/graphic/box/narc_0022.bin.lz \ + files/graphic/box/narc_0036.bin.lz \ + files/graphic/box/narc_0023.bin.lz \ + files/graphic/box/narc_0035.bin.lz \ + files/graphic/box/narc_0021.bin.lz \ + files/graphic/box/narc_0009.bin.lz \ + files/graphic/box/narc_0008.bin.lz \ + files/graphic/box/narc_0018.bin.lz \ + files/graphic/box/narc_0030.bin.lz \ + files/graphic/box/narc_0024.bin.lz \ + files/graphic/box/narc_0025.bin.lz \ + files/graphic/box/narc_0019.bin.lz \ + files/graphic/box/narc_0033.bin.lz \ + files/graphic/box/narc_0032.bin.lz \ + files/graphic/box/narc_0096.bin.lz \ + files/graphic/box/narc_0041.bin.lz \ + files/graphic/box/narc_0069.bin.lz \ + files/graphic/box/narc_0068.bin.lz \ + files/graphic/box/narc_0054.bin.lz \ + files/graphic/box/narc_0083.bin.lz \ + files/graphic/box/narc_0108.bin.lz \ + files/graphic/box/narc_0095.bin.lz \ + files/graphic/box/narc_0081.bin.lz \ + files/graphic/box/narc_0056.bin.lz \ + files/graphic/box/narc_0042.bin.lz \ + files/graphic/box/narc_0057.bin.lz \ + files/graphic/box/narc_0080.bin.lz \ + files/graphic/box/narc_0090.bin.lz \ + files/graphic/box/narc_0084.bin.lz \ + files/graphic/box/narc_0053.bin.lz \ + files/graphic/box/narc_0047.bin.lz \ + files/graphic/box/narc_0118.bin.lz \ + files/graphic/box/narc_0087.bin.lz \ + files/graphic/box/narc_0093.bin.lz \ + files/graphic/box/narc_0078.bin.lz \ + files/graphic/box/narc_0044.bin.lz \ + files/graphic/box/narc_0050.bin.lz \ + files/graphic/box/narc_0051.bin.lz \ + files/graphic/box/narc_0045.bin.lz \ + files/graphic/box/narc_0092.bin.lz \ + files/graphic/box/narc_0086.bin.lz \ + files/graphic/box/narc_0119.bin.lz \ + files/graphic/box/narc_0114.bin.lz \ + files/graphic/box/narc_0100.bin.lz \ + files/graphic/box/narc_0060.bin.lz \ + files/graphic/box/narc_0074.bin.lz \ + files/graphic/box/narc_0048.bin.lz \ + files/graphic/box/narc_0075.bin.lz \ + files/graphic/box/narc_0101.bin.lz \ + files/graphic/box/narc_0115.bin.lz \ + files/graphic/box/narc_0103.bin.lz \ + files/graphic/box/narc_0117.bin.lz \ + files/graphic/box/narc_0077.bin.lz \ + files/graphic/box/narc_0063.bin.lz \ + files/graphic/box/narc_0062.bin.lz \ + files/graphic/box/narc_0089.bin.lz \ + files/graphic/box/narc_0116.bin.lz \ + files/graphic/box/narc_0102.bin.lz \ + files/graphic/box/narc_0106.bin.lz \ + files/graphic/box/narc_0112.bin.lz \ + files/graphic/box/narc_0099.bin.lz \ + files/graphic/box/narc_0072.bin.lz \ + files/graphic/box/narc_0066.bin.lz \ + files/graphic/box/narc_0098.bin.lz \ + files/graphic/box/narc_0107.bin.lz \ + files/graphic/box/narc_0111.bin.lz \ + files/graphic/box/narc_0105.bin.lz \ + files/graphic/box/narc_0059.bin.lz \ + files/graphic/box/narc_0065.bin.lz \ + files/graphic/box/narc_0071.bin.lz \ + files/graphic/box/narc_0110.bin.lz \ + files/graphic/box/narc_0003.bin.lz \ + files/graphic/box/narc_0017.bin.lz \ + files/graphic/box/narc_0016.bin.lz \ + files/graphic/box/narc_0002.bin.lz \ + files/graphic/box/narc_0014.bin.lz \ + files/graphic/box/narc_0000.bin.lz \ + files/graphic/box/narc_0029.bin.lz \ + files/graphic/box/narc_0001.bin.lz \ + files/graphic/box/narc_0015.bin.lz \ + files/graphic/box/narc_0039.bin.lz \ + files/graphic/box/narc_0011.bin.lz \ + files/graphic/box/narc_0004.bin.lz \ + files/graphic/box/narc_0010.bin.lz \ + files/graphic/box/narc_0038.bin.lz \ + files/graphic/box/narc_0006.bin.lz \ + files/graphic/box/narc_0012.bin.lz \ + files/graphic/box/narc_0013.bin.lz \ + files/graphic/box/narc_0007.bin.lz + +files/graphic/record.narc: \ + files/graphic/record/narc_0009.bin.lz \ + files/graphic/record/narc_0003.bin.lz \ + files/graphic/record/narc_0002.bin.lz \ + files/graphic/record/narc_0014.bin.lz \ + files/graphic/record/narc_0011.bin.lz \ + files/graphic/record/narc_0005.bin.lz \ + files/graphic/record/narc_0004.bin.lz \ + files/graphic/record/narc_0010.bin.lz \ + files/graphic/record/narc_0006.bin.lz \ + files/graphic/record/narc_0012.bin.lz \ + files/graphic/record/narc_0013.bin.lz + +files/graphic/poketch.narc: \ + files/graphic/poketch/narc_0022.bin.lz \ + files/graphic/poketch/narc_0036.bin.lz \ + files/graphic/poketch/narc_0037.bin.lz \ + files/graphic/poketch/narc_0023.bin.lz \ + files/graphic/poketch/narc_0035.bin.lz \ + files/graphic/poketch/narc_0021.bin.lz \ + files/graphic/poketch/narc_0020.bin.lz \ + files/graphic/poketch/narc_0034.bin.lz \ + files/graphic/poketch/narc_0018.bin.lz \ + files/graphic/poketch/narc_0030.bin.lz \ + files/graphic/poketch/narc_0024.bin.lz \ + files/graphic/poketch/narc_0025.bin.lz \ + files/graphic/poketch/narc_0031.bin.lz \ + files/graphic/poketch/narc_0019.bin.lz \ + files/graphic/poketch/narc_0027.bin.lz \ + files/graphic/poketch/narc_0033.bin.lz \ + files/graphic/poketch/narc_0032.bin.lz \ + files/graphic/poketch/narc_0026.bin.lz \ + files/graphic/poketch/narc_0121.bin.lz \ + files/graphic/poketch/narc_0109.bin.lz \ + files/graphic/poketch/narc_0082.bin.lz \ + files/graphic/poketch/narc_0096.bin.lz \ + files/graphic/poketch/narc_0041.bin.lz \ + files/graphic/poketch/narc_0055.bin.lz \ + files/graphic/poketch/narc_0069.bin.lz \ + files/graphic/poketch/narc_0068.bin.lz \ + files/graphic/poketch/narc_0054.bin.lz \ + files/graphic/poketch/narc_0040.bin.lz \ + files/graphic/poketch/narc_0097.bin.lz \ + files/graphic/poketch/narc_0083.bin.lz \ + files/graphic/poketch/narc_0108.bin.lz \ + files/graphic/poketch/narc_0120.bin.lz \ + files/graphic/poketch/narc_0122.bin.lz \ + files/graphic/poketch/narc_0095.bin.lz \ + files/graphic/poketch/narc_0081.bin.lz \ + files/graphic/poketch/narc_0056.bin.lz \ + files/graphic/poketch/narc_0042.bin.lz \ + files/graphic/poketch/narc_0043.bin.lz \ + files/graphic/poketch/narc_0057.bin.lz \ + files/graphic/poketch/narc_0080.bin.lz \ + files/graphic/poketch/narc_0094.bin.lz \ + files/graphic/poketch/narc_0123.bin.lz \ + files/graphic/poketch/narc_0090.bin.lz \ + files/graphic/poketch/narc_0084.bin.lz \ + files/graphic/poketch/narc_0053.bin.lz \ + files/graphic/poketch/narc_0047.bin.lz \ + files/graphic/poketch/narc_0046.bin.lz \ + files/graphic/poketch/narc_0052.bin.lz \ + files/graphic/poketch/narc_0085.bin.lz \ + files/graphic/poketch/narc_0091.bin.lz \ + files/graphic/poketch/narc_0118.bin.lz \ + files/graphic/poketch/narc_0124.bin.lz \ + files/graphic/poketch/narc_0087.bin.lz \ + files/graphic/poketch/narc_0093.bin.lz \ + files/graphic/poketch/narc_0078.bin.lz \ + files/graphic/poketch/narc_0044.bin.lz \ + files/graphic/poketch/narc_0050.bin.lz \ + files/graphic/poketch/narc_0051.bin.lz \ + files/graphic/poketch/narc_0045.bin.lz \ + files/graphic/poketch/narc_0079.bin.lz \ + files/graphic/poketch/narc_0092.bin.lz \ + files/graphic/poketch/narc_0086.bin.lz \ + files/graphic/poketch/narc_0125.bin.lz \ + files/graphic/poketch/narc_0119.bin.lz \ + files/graphic/poketch/narc_0114.bin.lz \ + files/graphic/poketch/narc_0100.bin.lz \ + files/graphic/poketch/narc_0060.bin.lz \ + files/graphic/poketch/narc_0074.bin.lz \ + files/graphic/poketch/narc_0048.bin.lz \ + files/graphic/poketch/narc_0049.bin.lz \ + files/graphic/poketch/narc_0075.bin.lz \ + files/graphic/poketch/narc_0061.bin.lz \ + files/graphic/poketch/narc_0101.bin.lz \ + files/graphic/poketch/narc_0115.bin.lz \ + files/graphic/poketch/narc_0103.bin.lz \ + files/graphic/poketch/narc_0117.bin.lz \ + files/graphic/poketch/narc_0088.bin.lz \ + files/graphic/poketch/narc_0077.bin.lz \ + files/graphic/poketch/narc_0063.bin.lz \ + files/graphic/poketch/narc_0062.bin.lz \ + files/graphic/poketch/narc_0076.bin.lz \ + files/graphic/poketch/narc_0089.bin.lz \ + files/graphic/poketch/narc_0116.bin.lz \ + files/graphic/poketch/narc_0102.bin.lz \ + files/graphic/poketch/narc_0106.bin.lz \ + files/graphic/poketch/narc_0112.bin.lz \ + files/graphic/poketch/narc_0099.bin.lz \ + files/graphic/poketch/narc_0072.bin.lz \ + files/graphic/poketch/narc_0066.bin.lz \ + files/graphic/poketch/narc_0067.bin.lz \ + files/graphic/poketch/narc_0073.bin.lz \ + files/graphic/poketch/narc_0098.bin.lz \ + files/graphic/poketch/narc_0113.bin.lz \ + files/graphic/poketch/narc_0107.bin.lz \ + files/graphic/poketch/narc_0111.bin.lz \ + files/graphic/poketch/narc_0105.bin.lz \ + files/graphic/poketch/narc_0059.bin.lz \ + files/graphic/poketch/narc_0065.bin.lz \ + files/graphic/poketch/narc_0071.bin.lz \ + files/graphic/poketch/narc_0070.bin.lz \ + files/graphic/poketch/narc_0064.bin.lz \ + files/graphic/poketch/narc_0058.bin.lz \ + files/graphic/poketch/narc_0104.bin.lz \ + files/graphic/poketch/narc_0110.bin.lz \ + files/graphic/poketch/narc_0003.bin.lz \ + files/graphic/poketch/narc_0017.bin.lz \ + files/graphic/poketch/narc_0016.bin.lz \ + files/graphic/poketch/narc_0002.bin.lz \ + files/graphic/poketch/narc_0014.bin.lz \ + files/graphic/poketch/narc_0028.bin.lz \ + files/graphic/poketch/narc_0029.bin.lz \ + files/graphic/poketch/narc_0015.bin.lz \ + files/graphic/poketch/narc_0039.bin.lz \ + files/graphic/poketch/narc_0011.bin.lz \ + files/graphic/poketch/narc_0005.bin.lz \ + files/graphic/poketch/narc_0004.bin.lz \ + files/graphic/poketch/narc_0010.bin.lz \ + files/graphic/poketch/narc_0038.bin.lz \ + files/graphic/poketch/narc_0006.bin.lz \ + files/graphic/poketch/narc_0007.bin.lz + +files/graphic/mysign.narc: \ + files/graphic/mysign/narc_0009.bin.lz \ + files/graphic/mysign/narc_0008.bin.lz \ + files/graphic/mysign/narc_0003.bin.lz \ + files/graphic/mysign/narc_0005.bin.lz \ + files/graphic/mysign/narc_0004.bin.lz \ + files/graphic/mysign/narc_0006.bin.lz \ + files/graphic/mysign/narc_0007.bin.lz + +files/graphic/mystery.narc: \ + files/graphic/mystery/narc_0022.bin.lz \ + files/graphic/mystery/narc_0037.bin.lz \ + files/graphic/mystery/narc_0035.bin.lz \ + files/graphic/mystery/narc_0021.bin.lz \ + files/graphic/mystery/narc_0009.bin.lz \ + files/graphic/mystery/narc_0008.bin.lz \ + files/graphic/mystery/narc_0020.bin.lz \ + files/graphic/mystery/narc_0034.bin.lz \ + files/graphic/mystery/narc_0018.bin.lz \ + files/graphic/mystery/narc_0030.bin.lz \ + files/graphic/mystery/narc_0024.bin.lz \ + files/graphic/mystery/narc_0025.bin.lz \ + files/graphic/mystery/narc_0031.bin.lz \ + files/graphic/mystery/narc_0027.bin.lz \ + files/graphic/mystery/narc_0033.bin.lz \ + files/graphic/mystery/narc_0026.bin.lz \ + files/graphic/mystery/narc_0017.bin.lz \ + files/graphic/mystery/narc_0002.bin.lz \ + files/graphic/mystery/narc_0014.bin.lz \ + files/graphic/mystery/narc_0028.bin.lz \ + files/graphic/mystery/narc_0001.bin.lz \ + files/graphic/mystery/narc_0015.bin.lz \ + files/graphic/mystery/narc_0039.bin.lz \ + files/graphic/mystery/narc_0005.bin.lz \ + files/graphic/mystery/narc_0004.bin.lz \ + files/graphic/mystery/narc_0010.bin.lz \ + files/graphic/mystery/narc_0038.bin.lz \ + files/graphic/mystery/narc_0006.bin.lz \ + files/graphic/mystery/narc_0013.bin.lz + +files/graphic/oekaki.narc: \ + files/graphic/oekaki/narc_0008.bin.lz \ + files/graphic/oekaki/narc_0003.bin.lz \ + files/graphic/oekaki/narc_0002.bin.lz \ + files/graphic/oekaki/narc_0005.bin.lz \ + files/graphic/oekaki/narc_0004.bin.lz \ + files/graphic/oekaki/narc_0006.bin.lz \ + files/graphic/oekaki/narc_0007.bin.lz + +files/graphic/worldtrade.narc: \ + files/graphic/worldtrade/narc_0022.bin.lz \ + files/graphic/worldtrade/narc_0036.bin.lz \ + files/graphic/worldtrade/narc_0037.bin.lz \ + files/graphic/worldtrade/narc_0023.bin.lz \ + files/graphic/worldtrade/narc_0035.bin.lz \ + files/graphic/worldtrade/narc_0021.bin.lz \ + files/graphic/worldtrade/narc_0020.bin.lz \ + files/graphic/worldtrade/narc_0034.bin.lz \ + files/graphic/worldtrade/narc_0018.bin.lz \ + files/graphic/worldtrade/narc_0030.bin.lz \ + files/graphic/worldtrade/narc_0024.bin.lz \ + files/graphic/worldtrade/narc_0025.bin.lz \ + files/graphic/worldtrade/narc_0031.bin.lz \ + files/graphic/worldtrade/narc_0019.bin.lz \ + files/graphic/worldtrade/narc_0027.bin.lz \ + files/graphic/worldtrade/narc_0033.bin.lz \ + files/graphic/worldtrade/narc_0032.bin.lz \ + files/graphic/worldtrade/narc_0026.bin.lz \ + files/graphic/worldtrade/narc_0017.bin.lz \ + files/graphic/worldtrade/narc_0016.bin.lz \ + files/graphic/worldtrade/narc_0014.bin.lz \ + files/graphic/worldtrade/narc_0028.bin.lz \ + files/graphic/worldtrade/narc_0029.bin.lz \ + files/graphic/worldtrade/narc_0015.bin.lz \ + files/graphic/worldtrade/narc_0011.bin.lz \ + files/graphic/worldtrade/narc_0010.bin.lz \ + files/graphic/worldtrade/narc_0012.bin.lz \ + files/graphic/worldtrade/narc_0013.bin.lz + +files/graphic/unionroom.narc: \ + files/graphic/unionroom/narc_0003.bin.lz \ + files/graphic/unionroom/narc_0002.bin.lz \ + files/graphic/unionroom/narc_0005.bin.lz \ + files/graphic/unionroom/narc_0004.bin.lz \ + files/graphic/unionroom/narc_0006.bin.lz \ + files/graphic/unionroom/narc_0007.bin.lz + +files/graphic/dendou_demo.narc: \ + files/graphic/dendou_demo/narc_0003.bin.lz \ + files/graphic/dendou_demo/narc_0002.bin.lz \ + files/graphic/dendou_demo/narc_0000.bin.lz \ + files/graphic/dendou_demo/narc_0001.bin.lz + +files/graphic/pmsi.narc: \ + files/graphic/pmsi/narc_0022.bin.lz \ + files/graphic/pmsi/narc_0023.bin.lz \ + files/graphic/pmsi/narc_0009.bin.lz \ + files/graphic/pmsi/narc_0008.bin.lz \ + files/graphic/pmsi/narc_0020.bin.lz \ + files/graphic/pmsi/narc_0018.bin.lz \ + files/graphic/pmsi/narc_0024.bin.lz \ + files/graphic/pmsi/narc_0019.bin.lz \ + files/graphic/pmsi/narc_0003.bin.lz \ + files/graphic/pmsi/narc_0017.bin.lz \ + files/graphic/pmsi/narc_0016.bin.lz \ + files/graphic/pmsi/narc_0002.bin.lz \ + files/graphic/pmsi/narc_0014.bin.lz \ + files/graphic/pmsi/narc_0000.bin.lz \ + files/graphic/pmsi/narc_0001.bin.lz \ + files/graphic/pmsi/narc_0015.bin.lz \ + files/graphic/pmsi/narc_0011.bin.lz \ + files/graphic/pmsi/narc_0005.bin.lz \ + files/graphic/pmsi/narc_0004.bin.lz \ + files/graphic/pmsi/narc_0012.bin.lz \ + files/graphic/pmsi/narc_0013.bin.lz \ + files/graphic/pmsi/narc_0007.bin.lz + +files/graphic/demo_trade.narc: \ + files/graphic/demo_trade/narc_0022.bin.lz \ + files/graphic/demo_trade/narc_0021.bin.lz \ + files/graphic/demo_trade/narc_0009.bin.lz \ + files/graphic/demo_trade/narc_0008.bin.lz \ + files/graphic/demo_trade/narc_0018.bin.lz \ + files/graphic/demo_trade/narc_0024.bin.lz \ + files/graphic/demo_trade/narc_0025.bin.lz \ + files/graphic/demo_trade/narc_0019.bin.lz \ + files/graphic/demo_trade/narc_0016.bin.lz \ + files/graphic/demo_trade/narc_0002.bin.lz \ + files/graphic/demo_trade/narc_0000.bin.lz \ + files/graphic/demo_trade/narc_0001.bin.lz \ + files/graphic/demo_trade/narc_0015.bin.lz \ + files/graphic/demo_trade/narc_0011.bin.lz \ + files/graphic/demo_trade/narc_0005.bin.lz \ + files/graphic/demo_trade/narc_0004.bin.lz \ + files/graphic/demo_trade/narc_0012.bin.lz \ + files/graphic/demo_trade/narc_0013.bin.lz \ + files/graphic/demo_trade/narc_0007.bin.lz + +files/graphic/font.narc: \ + files/graphic/font/narc_0004.bin.lz + +files/graphic/touch_subwindow.narc: \ + files/graphic/touch_subwindow/narc_0009.bin.lz \ + files/graphic/touch_subwindow/narc_0008.bin.lz \ + files/graphic/touch_subwindow/narc_0003.bin.lz \ + files/graphic/touch_subwindow/narc_0002.bin.lz \ + files/graphic/touch_subwindow/narc_0001.bin.lz \ + files/graphic/touch_subwindow/narc_0005.bin.lz \ + files/graphic/touch_subwindow/narc_0004.bin.lz \ + files/graphic/touch_subwindow/narc_0006.bin.lz \ + files/graphic/touch_subwindow/narc_0007.bin.lz + +files/graphic/dendou_pc.narc: \ + files/graphic/dendou_pc/narc_0000.bin.lz \ + files/graphic/dendou_pc/narc_0001.bin.lz + +files/poketool/pokefoot/pokefoot.narc: \ + files/poketool/pokefoot/pokefoot/narc_0397.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0383.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0354.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0432.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0426.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0340.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0368.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0195.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0181.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0156.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0142.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0022.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0036.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0220.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0234.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0208.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0209.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0235.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0221.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0037.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0023.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0143.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0157.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0180.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0194.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0369.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0427.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0341.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0355.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0433.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0382.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0396.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0380.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0394.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0343.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0425.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0431.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0357.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0419.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0182.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0196.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0141.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0155.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0169.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0035.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0021.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0009.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0237.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0223.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0222.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0236.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0008.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0020.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0034.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0168.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0154.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0140.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0197.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0183.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0418.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0430.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0356.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0342.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0424.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0395.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0381.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0385.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0391.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0408.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0420.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0346.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0352.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0434.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0187.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0193.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0178.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0144.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0150.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0018.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0030.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0024.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0232.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0226.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0227.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0233.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0025.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0031.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0019.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0151.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0145.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0179.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0192.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0186.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0353.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0435.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0421.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0347.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0409.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0390.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0384.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0392.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0386.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0379.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0437.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0351.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0345.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0423.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0190.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0184.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0153.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0147.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0027.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0033.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0219.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0225.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0231.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0230.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0224.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0218.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0032.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0026.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0146.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0152.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0185.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0191.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0344.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0422.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0436.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0350.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0378.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0387.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0393.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0492.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0486.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0451.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0337.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0323.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0445.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0479.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0135.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0121.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0109.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0082.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0096.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0041.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0055.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0069.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0280.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0294.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0243.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0257.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0256.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0242.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0295.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0281.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0068.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0054.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0040.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0097.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0083.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0108.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0120.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0134.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0478.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0322.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0444.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0450.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0336.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0487.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0493.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0485.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0491.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0446.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0320.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0334.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0452.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0308.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0122.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0136.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0095.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0081.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0056.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0042.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0297.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0283.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0254.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0240.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0268.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0269.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0241.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0255.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0282.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0296.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0043.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0057.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0080.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0094.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0137.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0123.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0309.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0335.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0453.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0447.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0321.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0490.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0484.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0480.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0494.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0319.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0325.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0443.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0457.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0331.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0127.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0133.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0090.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0084.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0053.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0047.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0292.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0286.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0279.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0251.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0245.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0244.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0250.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0278.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0287.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0293.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0046.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0052.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0085.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0091.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0132.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0126.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0456.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0330.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0324.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0442.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0318.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0495.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0481.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0483.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0468.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0332.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0454.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0440.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0326.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0118.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0130.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0124.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0087.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0093.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0078.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0044.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0050.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0285.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0291.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0246.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0252.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0253.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0247.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0290.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0284.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0051.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0045.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0079.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0092.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0086.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0125.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0131.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0119.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0441.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0327.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0333.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0455.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0469.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0482.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0496.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0470.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0316.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0302.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0464.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0458.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0114.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0100.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0128.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0060.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0074.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0048.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0289.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0262.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0276.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0277.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0263.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0288.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0049.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0075.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0061.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0129.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0101.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0115.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0459.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0303.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0465.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0471.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0317.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0467.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0301.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0315.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0473.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0329.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0103.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0117.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0088.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0077.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0063.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0275.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0261.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0249.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0248.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0260.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0274.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0062.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0076.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0089.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0116.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0102.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0328.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0314.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0472.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0466.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0300.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0489.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0338.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0304.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0462.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0476.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0310.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0106.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0112.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0099.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0072.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0066.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0258.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0270.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0264.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0265.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0271.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0259.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0067.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0073.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0098.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0113.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0107.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0477.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0311.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0305.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0463.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0339.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0488.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0449.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0313.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0475.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0461.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0307.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0139.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0111.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0105.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0059.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0065.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0071.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0298.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0267.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0273.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0272.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0266.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0299.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0070.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0064.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0058.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0104.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0110.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0138.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0460.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0306.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0312.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0474.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0448.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0375.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0413.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0407.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0361.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0349.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0188.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0177.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0163.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0003.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0017.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0201.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0215.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0229.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0228.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0214.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0200.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0016.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0002.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0162.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0176.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0189.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0348.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0406.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0360.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0374.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0412.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0389.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0362.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0404.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0410.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0376.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0438.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0160.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0174.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0148.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0014.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0028.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0216.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0202.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0203.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0217.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0029.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0001.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0015.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0149.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0175.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0161.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0439.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0411.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0377.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0363.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0405.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0388.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0398.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0429.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0401.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0367.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0373.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0415.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0159.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0165.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0171.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0039.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0011.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0005.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0213.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0207.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0206.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0212.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0004.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0010.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0038.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0170.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0164.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0158.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0372.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0414.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0400.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0366.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0428.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0399.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0358.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0416.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0370.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0364.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0402.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0199.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0172.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0166.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0006.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0012.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0238.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0204.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0210.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0211.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0205.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0239.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0013.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0007.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0167.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0173.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0198.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0365.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0403.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0417.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0371.bin.lz \ + files/poketool/pokefoot/pokefoot/narc_0359.bin.lz + +files/application/custom_ball/data/cb_data.narc: \ + files/application/custom_ball/data/cb_data/narc_0195.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0181.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0156.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0142.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0022.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0036.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0220.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0234.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0208.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0209.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0235.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0221.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0037.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0023.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0143.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0157.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0180.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0194.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0182.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0196.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0141.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0155.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0169.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0035.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0021.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0009.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0237.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0223.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0222.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0236.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0008.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0020.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0034.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0168.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0154.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0140.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0197.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0183.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0187.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0193.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0178.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0144.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0150.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0018.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0030.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0024.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0232.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0226.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0227.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0233.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0025.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0031.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0019.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0151.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0145.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0179.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0192.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0186.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0190.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0184.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0153.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0147.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0027.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0033.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0219.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0225.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0231.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0230.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0224.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0218.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0032.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0026.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0146.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0152.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0185.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0191.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0135.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0121.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0109.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0082.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0096.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0041.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0055.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0069.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0280.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0243.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0257.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0256.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0242.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0281.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0068.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0054.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0040.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0097.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0083.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0108.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0120.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0134.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0122.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0136.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0095.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0081.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0056.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0042.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0283.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0254.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0240.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0268.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0269.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0241.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0255.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0282.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0043.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0057.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0080.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0094.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0137.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0123.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0127.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0133.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0090.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0084.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0053.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0047.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0279.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0251.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0245.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0244.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0250.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0278.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0046.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0052.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0085.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0091.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0132.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0126.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0118.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0130.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0124.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0087.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0093.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0078.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0044.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0050.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0285.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0246.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0252.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0253.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0247.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0284.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0051.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0045.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0079.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0092.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0086.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0125.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0131.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0119.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0114.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0100.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0128.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0060.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0074.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0048.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0262.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0276.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0277.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0263.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0049.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0075.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0061.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0129.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0101.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0115.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0103.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0117.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0088.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0077.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0063.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0275.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0261.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0249.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0248.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0260.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0274.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0062.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0076.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0089.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0116.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0102.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0106.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0112.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0099.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0072.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0066.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0258.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0270.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0264.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0265.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0271.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0259.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0067.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0073.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0098.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0113.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0107.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0139.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0111.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0105.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0059.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0065.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0071.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0267.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0273.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0272.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0266.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0070.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0064.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0058.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0104.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0110.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0138.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0188.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0177.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0163.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0003.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0017.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0201.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0215.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0229.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0228.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0214.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0200.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0016.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0002.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0162.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0176.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0189.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0160.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0174.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0148.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0014.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0000.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0028.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0216.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0202.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0203.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0217.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0029.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0001.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0015.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0149.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0175.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0161.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0159.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0165.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0171.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0039.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0011.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0005.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0213.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0207.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0206.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0212.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0004.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0010.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0038.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0170.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0164.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0158.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0199.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0172.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0166.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0006.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0012.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0238.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0204.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0210.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0211.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0205.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0239.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0013.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0007.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0167.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0173.bin.lz \ + files/application/custom_ball/data/cb_data/narc_0198.bin.lz + +files/resource/eng/zukan/zukan.narc: \ + files/resource/eng/zukan/zukan/narc_0036.bin.lz \ + files/resource/eng/zukan/zukan/narc_0037.bin.lz \ + files/resource/eng/zukan/zukan/narc_0035.bin.lz \ + files/resource/eng/zukan/zukan/narc_0034.bin.lz \ + files/resource/eng/zukan/zukan/narc_0030.bin.lz \ + files/resource/eng/zukan/zukan/narc_0031.bin.lz \ + files/resource/eng/zukan/zukan/narc_0027.bin.lz \ + files/resource/eng/zukan/zukan/narc_0033.bin.lz \ + files/resource/eng/zukan/zukan/narc_0032.bin.lz \ + files/resource/eng/zukan/zukan/narc_0121.bin.lz \ + files/resource/eng/zukan/zukan/narc_0109.bin.lz \ + files/resource/eng/zukan/zukan/narc_0082.bin.lz \ + files/resource/eng/zukan/zukan/narc_0096.bin.lz \ + files/resource/eng/zukan/zukan/narc_0041.bin.lz \ + files/resource/eng/zukan/zukan/narc_0055.bin.lz \ + files/resource/eng/zukan/zukan/narc_0069.bin.lz \ + files/resource/eng/zukan/zukan/narc_0068.bin.lz \ + files/resource/eng/zukan/zukan/narc_0054.bin.lz \ + files/resource/eng/zukan/zukan/narc_0040.bin.lz \ + files/resource/eng/zukan/zukan/narc_0097.bin.lz \ + files/resource/eng/zukan/zukan/narc_0083.bin.lz \ + files/resource/eng/zukan/zukan/narc_0108.bin.lz \ + files/resource/eng/zukan/zukan/narc_0120.bin.lz \ + files/resource/eng/zukan/zukan/narc_0122.bin.lz \ + files/resource/eng/zukan/zukan/narc_0095.bin.lz \ + files/resource/eng/zukan/zukan/narc_0081.bin.lz \ + files/resource/eng/zukan/zukan/narc_0056.bin.lz \ + files/resource/eng/zukan/zukan/narc_0042.bin.lz \ + files/resource/eng/zukan/zukan/narc_0043.bin.lz \ + files/resource/eng/zukan/zukan/narc_0057.bin.lz \ + files/resource/eng/zukan/zukan/narc_0080.bin.lz \ + files/resource/eng/zukan/zukan/narc_0094.bin.lz \ + files/resource/eng/zukan/zukan/narc_0123.bin.lz \ + files/resource/eng/zukan/zukan/narc_0127.bin.lz \ + files/resource/eng/zukan/zukan/narc_0090.bin.lz \ + files/resource/eng/zukan/zukan/narc_0084.bin.lz \ + files/resource/eng/zukan/zukan/narc_0053.bin.lz \ + files/resource/eng/zukan/zukan/narc_0047.bin.lz \ + files/resource/eng/zukan/zukan/narc_0046.bin.lz \ + files/resource/eng/zukan/zukan/narc_0052.bin.lz \ + files/resource/eng/zukan/zukan/narc_0085.bin.lz \ + files/resource/eng/zukan/zukan/narc_0091.bin.lz \ + files/resource/eng/zukan/zukan/narc_0126.bin.lz \ + files/resource/eng/zukan/zukan/narc_0118.bin.lz \ + files/resource/eng/zukan/zukan/narc_0124.bin.lz \ + files/resource/eng/zukan/zukan/narc_0087.bin.lz \ + files/resource/eng/zukan/zukan/narc_0093.bin.lz \ + files/resource/eng/zukan/zukan/narc_0078.bin.lz \ + files/resource/eng/zukan/zukan/narc_0044.bin.lz \ + files/resource/eng/zukan/zukan/narc_0050.bin.lz \ + files/resource/eng/zukan/zukan/narc_0051.bin.lz \ + files/resource/eng/zukan/zukan/narc_0045.bin.lz \ + files/resource/eng/zukan/zukan/narc_0079.bin.lz \ + files/resource/eng/zukan/zukan/narc_0092.bin.lz \ + files/resource/eng/zukan/zukan/narc_0086.bin.lz \ + files/resource/eng/zukan/zukan/narc_0125.bin.lz \ + files/resource/eng/zukan/zukan/narc_0119.bin.lz \ + files/resource/eng/zukan/zukan/narc_0114.bin.lz \ + files/resource/eng/zukan/zukan/narc_0100.bin.lz \ + files/resource/eng/zukan/zukan/narc_0128.bin.lz \ + files/resource/eng/zukan/zukan/narc_0060.bin.lz \ + files/resource/eng/zukan/zukan/narc_0074.bin.lz \ + files/resource/eng/zukan/zukan/narc_0048.bin.lz \ + files/resource/eng/zukan/zukan/narc_0049.bin.lz \ + files/resource/eng/zukan/zukan/narc_0075.bin.lz \ + files/resource/eng/zukan/zukan/narc_0061.bin.lz \ + files/resource/eng/zukan/zukan/narc_0129.bin.lz \ + files/resource/eng/zukan/zukan/narc_0101.bin.lz \ + files/resource/eng/zukan/zukan/narc_0115.bin.lz \ + files/resource/eng/zukan/zukan/narc_0103.bin.lz \ + files/resource/eng/zukan/zukan/narc_0117.bin.lz \ + files/resource/eng/zukan/zukan/narc_0088.bin.lz \ + files/resource/eng/zukan/zukan/narc_0077.bin.lz \ + files/resource/eng/zukan/zukan/narc_0063.bin.lz \ + files/resource/eng/zukan/zukan/narc_0062.bin.lz \ + files/resource/eng/zukan/zukan/narc_0076.bin.lz \ + files/resource/eng/zukan/zukan/narc_0089.bin.lz \ + files/resource/eng/zukan/zukan/narc_0116.bin.lz \ + files/resource/eng/zukan/zukan/narc_0102.bin.lz \ + files/resource/eng/zukan/zukan/narc_0106.bin.lz \ + files/resource/eng/zukan/zukan/narc_0112.bin.lz \ + files/resource/eng/zukan/zukan/narc_0099.bin.lz \ + files/resource/eng/zukan/zukan/narc_0072.bin.lz \ + files/resource/eng/zukan/zukan/narc_0066.bin.lz \ + files/resource/eng/zukan/zukan/narc_0067.bin.lz \ + files/resource/eng/zukan/zukan/narc_0073.bin.lz \ + files/resource/eng/zukan/zukan/narc_0098.bin.lz \ + files/resource/eng/zukan/zukan/narc_0113.bin.lz \ + files/resource/eng/zukan/zukan/narc_0107.bin.lz \ + files/resource/eng/zukan/zukan/narc_0111.bin.lz \ + files/resource/eng/zukan/zukan/narc_0105.bin.lz \ + files/resource/eng/zukan/zukan/narc_0059.bin.lz \ + files/resource/eng/zukan/zukan/narc_0065.bin.lz \ + files/resource/eng/zukan/zukan/narc_0071.bin.lz \ + files/resource/eng/zukan/zukan/narc_0070.bin.lz \ + files/resource/eng/zukan/zukan/narc_0064.bin.lz \ + files/resource/eng/zukan/zukan/narc_0058.bin.lz \ + files/resource/eng/zukan/zukan/narc_0104.bin.lz \ + files/resource/eng/zukan/zukan/narc_0110.bin.lz \ + files/resource/eng/zukan/zukan/narc_0028.bin.lz \ + files/resource/eng/zukan/zukan/narc_0029.bin.lz \ + files/resource/eng/zukan/zukan/narc_0039.bin.lz \ + files/resource/eng/zukan/zukan/narc_0038.bin.lz + +files/contest/graphic/contest_bg.narc: \ + files/contest/graphic/contest_bg/narc_0022.bin.lz \ + files/contest/graphic/contest_bg/narc_0023.bin.lz \ + files/contest/graphic/contest_bg/narc_0021.bin.lz \ + files/contest/graphic/contest_bg/narc_0009.bin.lz \ + files/contest/graphic/contest_bg/narc_0008.bin.lz \ + files/contest/graphic/contest_bg/narc_0020.bin.lz \ + files/contest/graphic/contest_bg/narc_0018.bin.lz \ + files/contest/graphic/contest_bg/narc_0024.bin.lz \ + files/contest/graphic/contest_bg/narc_0025.bin.lz \ + files/contest/graphic/contest_bg/narc_0019.bin.lz \ + files/contest/graphic/contest_bg/narc_0027.bin.lz \ + files/contest/graphic/contest_bg/narc_0026.bin.lz \ + files/contest/graphic/contest_bg/narc_0003.bin.lz \ + files/contest/graphic/contest_bg/narc_0017.bin.lz \ + files/contest/graphic/contest_bg/narc_0016.bin.lz \ + files/contest/graphic/contest_bg/narc_0002.bin.lz \ + files/contest/graphic/contest_bg/narc_0014.bin.lz \ + files/contest/graphic/contest_bg/narc_0000.bin.lz \ + files/contest/graphic/contest_bg/narc_0028.bin.lz \ + files/contest/graphic/contest_bg/narc_0001.bin.lz \ + files/contest/graphic/contest_bg/narc_0015.bin.lz \ + files/contest/graphic/contest_bg/narc_0011.bin.lz \ + files/contest/graphic/contest_bg/narc_0005.bin.lz \ + files/contest/graphic/contest_bg/narc_0004.bin.lz \ + files/contest/graphic/contest_bg/narc_0010.bin.lz \ + files/contest/graphic/contest_bg/narc_0006.bin.lz \ + files/contest/graphic/contest_bg/narc_0012.bin.lz \ + files/contest/graphic/contest_bg/narc_0013.bin.lz \ + files/contest/graphic/contest_bg/narc_0007.bin.lz + +files/contest/graphic/contest_obj.narc: \ + files/contest/graphic/contest_obj/narc_0022.bin.lz \ + files/contest/graphic/contest_obj/narc_0036.bin.lz \ + files/contest/graphic/contest_obj/narc_0037.bin.lz \ + files/contest/graphic/contest_obj/narc_0023.bin.lz \ + files/contest/graphic/contest_obj/narc_0035.bin.lz \ + files/contest/graphic/contest_obj/narc_0021.bin.lz \ + files/contest/graphic/contest_obj/narc_0020.bin.lz \ + files/contest/graphic/contest_obj/narc_0034.bin.lz \ + files/contest/graphic/contest_obj/narc_0018.bin.lz \ + files/contest/graphic/contest_obj/narc_0030.bin.lz \ + files/contest/graphic/contest_obj/narc_0024.bin.lz \ + files/contest/graphic/contest_obj/narc_0025.bin.lz \ + files/contest/graphic/contest_obj/narc_0031.bin.lz \ + files/contest/graphic/contest_obj/narc_0019.bin.lz \ + files/contest/graphic/contest_obj/narc_0027.bin.lz \ + files/contest/graphic/contest_obj/narc_0033.bin.lz \ + files/contest/graphic/contest_obj/narc_0032.bin.lz \ + files/contest/graphic/contest_obj/narc_0026.bin.lz \ + files/contest/graphic/contest_obj/narc_0082.bin.lz \ + files/contest/graphic/contest_obj/narc_0096.bin.lz \ + files/contest/graphic/contest_obj/narc_0041.bin.lz \ + files/contest/graphic/contest_obj/narc_0055.bin.lz \ + files/contest/graphic/contest_obj/narc_0069.bin.lz \ + files/contest/graphic/contest_obj/narc_0068.bin.lz \ + files/contest/graphic/contest_obj/narc_0054.bin.lz \ + files/contest/graphic/contest_obj/narc_0040.bin.lz \ + files/contest/graphic/contest_obj/narc_0083.bin.lz \ + files/contest/graphic/contest_obj/narc_0095.bin.lz \ + files/contest/graphic/contest_obj/narc_0081.bin.lz \ + files/contest/graphic/contest_obj/narc_0056.bin.lz \ + files/contest/graphic/contest_obj/narc_0042.bin.lz \ + files/contest/graphic/contest_obj/narc_0043.bin.lz \ + files/contest/graphic/contest_obj/narc_0057.bin.lz \ + files/contest/graphic/contest_obj/narc_0080.bin.lz \ + files/contest/graphic/contest_obj/narc_0094.bin.lz \ + files/contest/graphic/contest_obj/narc_0090.bin.lz \ + files/contest/graphic/contest_obj/narc_0084.bin.lz \ + files/contest/graphic/contest_obj/narc_0053.bin.lz \ + files/contest/graphic/contest_obj/narc_0047.bin.lz \ + files/contest/graphic/contest_obj/narc_0046.bin.lz \ + files/contest/graphic/contest_obj/narc_0052.bin.lz \ + files/contest/graphic/contest_obj/narc_0085.bin.lz \ + files/contest/graphic/contest_obj/narc_0091.bin.lz \ + files/contest/graphic/contest_obj/narc_0087.bin.lz \ + files/contest/graphic/contest_obj/narc_0093.bin.lz \ + files/contest/graphic/contest_obj/narc_0078.bin.lz \ + files/contest/graphic/contest_obj/narc_0044.bin.lz \ + files/contest/graphic/contest_obj/narc_0050.bin.lz \ + files/contest/graphic/contest_obj/narc_0051.bin.lz \ + files/contest/graphic/contest_obj/narc_0045.bin.lz \ + files/contest/graphic/contest_obj/narc_0079.bin.lz \ + files/contest/graphic/contest_obj/narc_0092.bin.lz \ + files/contest/graphic/contest_obj/narc_0086.bin.lz \ + files/contest/graphic/contest_obj/narc_0060.bin.lz \ + files/contest/graphic/contest_obj/narc_0074.bin.lz \ + files/contest/graphic/contest_obj/narc_0048.bin.lz \ + files/contest/graphic/contest_obj/narc_0049.bin.lz \ + files/contest/graphic/contest_obj/narc_0075.bin.lz \ + files/contest/graphic/contest_obj/narc_0061.bin.lz \ + files/contest/graphic/contest_obj/narc_0088.bin.lz \ + files/contest/graphic/contest_obj/narc_0077.bin.lz \ + files/contest/graphic/contest_obj/narc_0063.bin.lz \ + files/contest/graphic/contest_obj/narc_0062.bin.lz \ + files/contest/graphic/contest_obj/narc_0076.bin.lz \ + files/contest/graphic/contest_obj/narc_0089.bin.lz \ + files/contest/graphic/contest_obj/narc_0072.bin.lz \ + files/contest/graphic/contest_obj/narc_0066.bin.lz \ + files/contest/graphic/contest_obj/narc_0067.bin.lz \ + files/contest/graphic/contest_obj/narc_0073.bin.lz \ + files/contest/graphic/contest_obj/narc_0059.bin.lz \ + files/contest/graphic/contest_obj/narc_0065.bin.lz \ + files/contest/graphic/contest_obj/narc_0071.bin.lz \ + files/contest/graphic/contest_obj/narc_0070.bin.lz \ + files/contest/graphic/contest_obj/narc_0064.bin.lz \ + files/contest/graphic/contest_obj/narc_0058.bin.lz \ + files/contest/graphic/contest_obj/narc_0017.bin.lz \ + files/contest/graphic/contest_obj/narc_0016.bin.lz \ + files/contest/graphic/contest_obj/narc_0014.bin.lz \ + files/contest/graphic/contest_obj/narc_0028.bin.lz \ + files/contest/graphic/contest_obj/narc_0029.bin.lz \ + files/contest/graphic/contest_obj/narc_0015.bin.lz \ + files/contest/graphic/contest_obj/narc_0039.bin.lz \ + files/contest/graphic/contest_obj/narc_0038.bin.lz \ + files/contest/graphic/contest_obj/narc_0012.bin.lz \ + files/contest/graphic/contest_obj/narc_0013.bin.lz + +files/data/tradelist.narc: \ + files/data/tradelist/narc_0009.bin.lz \ + files/data/tradelist/narc_0008.bin.lz \ + files/data/tradelist/narc_0003.bin.lz \ + files/data/tradelist/narc_0002.bin.lz \ + files/data/tradelist/narc_0001.bin.lz \ + files/data/tradelist/narc_0011.bin.lz \ + files/data/tradelist/narc_0005.bin.lz \ + files/data/tradelist/narc_0004.bin.lz \ + files/data/tradelist/narc_0010.bin.lz \ + files/data/tradelist/narc_0006.bin.lz \ + files/data/tradelist/narc_0012.bin.lz \ + files/data/tradelist/narc_0007.bin.lz + +files/data/namein.narc: \ + files/data/namein/narc_0009.bin.lz \ + files/data/namein/narc_0008.bin.lz \ + files/data/namein/narc_0018.bin.lz \ + files/data/namein/narc_0003.bin.lz \ + files/data/namein/narc_0017.bin.lz \ + files/data/namein/narc_0016.bin.lz \ + files/data/namein/narc_0002.bin.lz \ + files/data/namein/narc_0014.bin.lz \ + files/data/namein/narc_0015.bin.lz \ + files/data/namein/narc_0011.bin.lz \ + files/data/namein/narc_0005.bin.lz \ + files/data/namein/narc_0004.bin.lz \ + files/data/namein/narc_0010.bin.lz \ + files/data/namein/narc_0006.bin.lz \ + files/data/namein/narc_0012.bin.lz \ + files/data/namein/narc_0013.bin.lz \ + files/data/namein/narc_0007.bin.lz -- cgit v1.2.3 From e47c040c797456da5d5e06ed73ee759e1a94cf7b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 29 Jun 2020 14:37:09 -0400 Subject: Clean up O_FILES --- .travis.yml | 2 +- Makefile | 4 +--- arm9/Makefile | 21 +++++++++++---------- filesystem.mk | 4 ++++ 4 files changed, 17 insertions(+), 14 deletions(-) diff --git a/.travis.yml b/.travis.yml index a94b436f..b2dca34e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ dist: bionic -sudo: false +os: linux language: c env: global: diff --git a/Makefile b/Makefile index 23aaf046..9f9727ea 100644 --- a/Makefile +++ b/Makefile @@ -288,8 +288,6 @@ $(BUILD_DIR)/%.o: %.c $$(dep) $(BUILD_DIR)/%.o: %.s $$(dep) $(AS) $(ASFLAGS) $< -o $@ -$(SBINFILES): arm9 arm7 - arm9: $(MAKE) -C arm9 COMPARE=$(COMPARE) GAME_LANGUAGE=$(GAME_LANGUAGE) GAME_VERSION=$(GAME_VERSION) @@ -300,7 +298,7 @@ include filesystem.mk # TODO: Rules for Pearl # FIXME: Computed secure area CRC in header is incorrect due to first 8 bytes of header not actually being "encryObj" -$(ROM): rom.rsf $(BNR) $(SBINFILES) $(HOSTFS_FILES) tools/bin/rom_header.template.sbin +$(ROM): rom.rsf arm9 arm7 filesystem $(BNR) tools/bin/rom_header.template.sbin $(MAKEROM) -DBUILD_DIR="$(BUILD_DIR)" -DBNR="$(BNR)" -DTITLE_NAME="$(TITLE_NAME)" -DNITROFS_FILES="$(NITROFS_FILES)" $< $@ $(FIXROM) $@ --secure-crc $(SECURE_CRC) --game-code $(GAME_CODE) diff --git a/arm9/Makefile b/arm9/Makefile index 2d74cd67..6b730f06 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -49,15 +49,18 @@ LD_TEMPLATE := ARM9-TS.lcf.template # Directories containing source files SRC_DIRS := src lib lib/src $(wildcard modules/*/src) -ASM_DIRS := asm lib/syscall data files $(wildcard modules/*/asm) +ASM_DIRS := asm data files $(wildcard modules/*/asm) +LIBASM_DIRS := lib/syscall -C_FILES := $(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.c)) -CXX_FILES := $(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.cpp)) -S_FILES := $(foreach dir,$(ASM_DIRS),$(wildcard $(dir)/*.s)) +C_FILES := $(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.c)) +CXX_FILES := $(foreach dir,$(SRC_DIRS),$(wildcard $(dir)/*.cpp)) +S_FILES := $(foreach dir,$(ASM_DIRS),$(wildcard $(dir)/*.s)) +LIBS_FILES := $(foreach dir,$(LIBASM_DIRS),$(wildcard $(dir)/*.s)) C_OBJS = $(C_FILES:%.c=$(BUILD_DIR)/%.o) CXX_OBJS = $(CXX_FILES:%.cpp=$(BUILD_DIR)/%.o) S_OBJS = $(S_FILES:%.s=$(BUILD_DIR)/%.o) +LIBS_OBJS = $(LIBS_FILES:%.s=$(BUILD_DIR)/%.o) # Object files O_FILES := $(C_OBJS) $(CXX_OBJS) $(S_OBJS) @@ -255,7 +258,7 @@ $(MWASMARM): patch_mwasmarm patch_mwasmarm: $(MWASMARM_PATCHER) $(MWASMARM) -ALL_DIRS := $(BUILD_DIR) $(addprefix $(BUILD_DIR)/,$(SRC_DIRS) $(ASM_DIRS)) +ALL_DIRS := $(BUILD_DIR) $(addprefix $(BUILD_DIR)/,$(SRC_DIRS) $(ASM_DIRS) $(LIBASM_DIRS)) ######################## Special Rules ######################## @@ -276,7 +279,7 @@ $(C_OBJS): $(BUILD_DIR)/%.o: %.c $$(dep) $(CXX_OBJS): $(BUILD_DIR)/%.o: %.cpp $$(dep) $(CXX) -c $(CXXFLAGS) -o $@ $< -$(S_OBJS): $(BUILD_DIR)/%.o: %.s $$(dep) +$(S_OBJS) $(LIBS_OBJS): $(BUILD_DIR)/%.o: %.s $$(dep) $(AS) $(ASFLAGS) -o $@ $< # $(BUILD_DIR)/$(LD_SCRIPT): $(LD_SPEC) $(LD_TEMPLATE) @@ -285,8 +288,8 @@ $(S_OBJS): $(BUILD_DIR)/%.o: %.s $$(dep) $(BUILD_DIR)/$(LD_SCRIPT): $(LD_SCRIPT) $(CPP) $(VERSION_CFLAGS) -MMD -MP -MT $@ -MF $@.d -I include/ -I . -DBUILD_DIR=$(BUILD_DIR) -o $@ $< -$(ROM): $(O_FILES) $(BUILD_DIR)/$(LD_SCRIPT) $(BIN_FILES) $(STATIC_LIBS) - $(LD) $(LDFLAGS) $(LIBS) $(BUILD_DIR)/$(LD_SCRIPT) -o $(ELF) $(O_FILES) $(BIN_FILES) +$(ROM): $(BUILD_DIR)/$(LD_SCRIPT) $(O_FILES) $(STATIC_LIBS) + $(LD) $(LDFLAGS) $(LIBS) -o $(ELF) $(BUILD_DIR)/$(LD_SCRIPT) $(O_FILES) $(OBJCOPY) --update-section arm9=$@ -j arm9 $(foreach ov,$(OVERLAYS),--update-section $(ov)=$(BUILD_DIR)/$(ov).sbin -j $(ov)) $(ELF) 2>/dev/null $(BUILD_DIR)/lib/libsyscall.a: $(BUILD_DIR)/lib/syscall/secure.o @@ -314,8 +317,6 @@ DUMMY != mkdir -p $(ALL_DIRS) %.h: ; %.inc: ; -$(BIN_FILES): ; - ### Debug Print ### print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true diff --git a/filesystem.mk b/filesystem.mk index 9ca0db9f..4c8ded36 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -2217,3 +2217,7 @@ files/data/namein.narc: \ files/data/namein/narc_0012.bin.lz \ files/data/namein/narc_0013.bin.lz \ files/data/namein/narc_0007.bin.lz + +.PHONY: filesystem + +filesystem: $(HOSTFS_FILES) -- cgit v1.2.3 From ca55046a7badb96338446656978e31a9b8679be2 Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 29 Jun 2020 00:37:50 +0100 Subject: module 08 fully shiftable --- arm9/modules/08/asm/module_08.s | 269 ++++++++++++++++++++++++---------------- arm9/modules/16/asm/module_16.s | 10 +- arm9/modules/17/asm/module_17.s | 4 +- arm9/modules/18/asm/module_18.s | 22 ++-- arm9/modules/20/asm/module_20.s | 6 +- arm9/modules/64/asm/module_64.s | 12 +- arm9/modules/69/asm/module_69.s | 14 +-- arm9/modules/73/asm/module_73.s | 14 +-- arm9/modules/77/asm/module_77.s | 16 +-- arm9/modules/81/asm/module_81.s | 16 +-- arm9/modules/84/asm/module_84.s | 8 +- 11 files changed, 221 insertions(+), 170 deletions(-) diff --git a/arm9/modules/08/asm/module_08.s b/arm9/modules/08/asm/module_08.s index d0fcc19c..d472f0de 100644 --- a/arm9/modules/08/asm/module_08.s +++ b/arm9/modules/08/asm/module_08.s @@ -12587,12 +12587,12 @@ _02217C52: thumb_func_start MOD08_02217C58 MOD08_02217C58: ; 0x02217C58 - ldr r3, _02217C60 ; =0x020C50B8 + ldr r3, _02217C60 ; =FX_Div sub r0, r1, r0 lsl r1, r2, #0xc bx r3 .align 2, 0 -_02217C60: .word 0x020C50B8 +_02217C60: .word FX_Div thumb_func_start MOD08_02217C64 MOD08_02217C64: ; 0x02217C64 @@ -12792,7 +12792,7 @@ _02217DA2: ldr r2, [r4, #0xc] asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _02217E2C ; =0x020FFA38 + ldr r0, _02217E2C ; =UNK_020FFA38 asr r3, r2, #0x1f ldrsh r0, [r0, r1] asr r1, r0, #0x1f @@ -12813,7 +12813,7 @@ _02217DA2: lsl r0, r0, #1 add r0, r0, #1 lsl r1, r0, #1 - ldr r0, _02217E2C ; =0x020FFA38 + ldr r0, _02217E2C ; =UNK_020FFA38 asr r3, r2, #0x1f ldrsh r0, [r0, r1] asr r1, r0, #0x1f @@ -12834,7 +12834,7 @@ _02217E26: mov r0, #0 pop {r4, pc} nop -_02217E2C: .word 0x020FFA38 +_02217E2C: .word UNK_020FFA38 thumb_func_start MOD08_02217E30 MOD08_02217E30: ; 0x02217E30 @@ -13221,7 +13221,7 @@ _022180CE: lsl r0, r0, #1 add r0, r0, #1 lsl r1, r0, #1 - ldr r0, _0221811C ; =0x020FFA38 + ldr r0, _0221811C ; =UNK_020FFA38 asr r3, r2, #0x1f ldrsh r0, [r0, r1] asr r1, r0, #0x1f @@ -13242,7 +13242,7 @@ _02218116: mov r0, #0 pop {r4, pc} nop -_0221811C: .word 0x020FFA38 +_0221811C: .word UNK_020FFA38 thumb_func_start MOD08_02218120 MOD08_02218120: ; 0x02218120 @@ -22923,7 +22923,7 @@ _0221CDF8: mov r1, #0 bl MOD08_02212498 _0221CE00: - ldr r5, _0221CE38 ; =0x0222D5A0 + ldr r5, _0221CE38 ; =MOD8_0222D5A0 str r0, [r7, #0x2c] mov r6, #0 add r4, r7, #0 @@ -22950,7 +22950,7 @@ _0221CE1C: bl MOD08_0221CD94 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_0221CE38: .word 0x0222D5A0 +_0221CE38: .word MOD8_0222D5A0 _0221CE3C: .word MOD08_0221CD94 thumb_func_start MOD08_0221CE40 @@ -33358,11 +33358,11 @@ MOD08_02222418: ; 0x02222418 lsr r0, r0, #0x10 orr r0, r2 mov r2, #3 - ldr r3, _02222434 ; =0x020CE1FC + ldr r3, _02222434 ; =MIi_CpuClear32 lsl r2, r2, #8 bx r3 .align 2, 0 -_02222434: .word 0x020CE1FC +_02222434: .word MIi_CpuClear32 thumb_func_start MOD08_02222438 MOD08_02222438: ; 0x02222438 @@ -38351,7 +38351,7 @@ _02224CA6: mul r0, r1 asr r0, r0, #4 lsl r0, r0, #2 - ldr r1, _02224D70 ; =0x020FFA38 + ldr r1, _02224D70 ; =UNK_020FFA38 str r0, [sp, #0x18] add r1, r1, r0 mov r0, #2 @@ -38371,7 +38371,7 @@ _02224CA6: lsl r0, r1, #4 asr r6, r0, #0x10 mov r2, #3 - ldr r1, _02224D70 ; =0x020FFA38 + ldr r1, _02224D70 ; =UNK_020FFA38 ldr r0, [sp, #0x18] lsl r2, r2, #0x10 ldrsh r0, [r1, r0] @@ -38437,7 +38437,7 @@ _02224D50: pop {r3, r4, r5, r6, r7, pc} nop _02224D6C: .word 0x00001555 -_02224D70: .word 0x020FFA38 +_02224D70: .word UNK_020FFA38 _02224D74: .word 0x00000000 _02224D78: .word MOD08_02224AF4 @@ -39693,7 +39693,7 @@ _022257C6: lsr r0, r0, #0x10 asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _0222586C ; =0x020FFA38 + ldr r0, _0222586C ; =UNK_020FFA38 ldr r3, [r6, #0x14] ldrsh r0, [r0, r1] lsl r2, r2, #0xc @@ -39762,7 +39762,7 @@ _02225852: add sp, #8 pop {r3, r4, r5, r6, r7, pc} nop -_0222586C: .word 0x020FFA38 +_0222586C: .word UNK_020FFA38 _02225870: .word 0x00000132 _02225874: .word 0x00000000 _02225878: .word 0x00003FFF @@ -40033,7 +40033,7 @@ MOD08_02225A70: ; 0x02225A70 lsr r0, r0, #0x10 asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _02225B30 ; =0x020FFA38 + ldr r0, _02225B30 ; =UNK_020FFA38 lsl r2, r2, #0xc ldrsh r0, [r0, r1] mov r3, #0 @@ -40096,7 +40096,7 @@ _02225B2A: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_02225B30: .word 0x020FFA38 +_02225B30: .word UNK_020FFA38 _02225B34: .word 0x00000000 _02225B38: .word 0x45800000 @@ -40407,7 +40407,7 @@ _02225D8C: lsr r0, r0, #0x10 asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _02225E0C ; =0x020FFA38 + ldr r0, _02225E0C ; =UNK_020FFA38 asr r3, r2, #0x1f ldrsh r0, [r0, r1] asr r1, r0, #0x1f @@ -40459,7 +40459,7 @@ _02225E02: pop {r4, r5, r6, r7, pc} nop _02225E08: .word 0x00000199 -_02225E0C: .word 0x020FFA38 +_02225E0C: .word UNK_020FFA38 _02225E10: .word 0x00000000 thumb_func_start MOD08_02225E14 @@ -49986,38 +49986,89 @@ MOD8_0222A760: ; 0x0222A760 MOD8_0222A780: ; 0x0222A780 .byte 0xCD, 0x75, 0x39, 0x77, 0xAD, 0x49, 0x8C, 0x3D, 0x6A, 0x35, 0x29, 0x29, 0x08, 0x21, 0x42, 0x14 .byte 0x22, 0x10, 0xF0, 0x49, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A7A0 +MOD8_0222A7A0: ; 0x0222A7A0 .byte 0xCD, 0x75, 0xFF, 0x7F, 0x90, 0x39, 0x6F, 0x35, 0x4D, 0x2D, 0x4C, 0x29, 0x2B, 0x25, 0x09, 0x04 .byte 0x06, 0x04, 0x74, 0x29, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A7C0 +MOD8_0222A7C0: ; 0x0222A7C0 .byte 0xCD, 0x75, 0xFF, 0x7F, 0x75, 0x6D, 0xF1, 0x64, 0x6C, 0x5C, 0x08, 0x50, 0x86, 0x48, 0x00, 0x00 .byte 0x00, 0x00, 0x7A, 0x5A, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A7E0 +MOD8_0222A7E0: ; 0x0222A7E0 .byte 0xCD, 0x75, 0xFF, 0x7F, 0x94, 0x7F, 0x51, 0x7B, 0x0D, 0x77, 0xAA, 0x72, 0x67, 0x6E, 0x00, 0x00 .byte 0x00, 0x00, 0xF7, 0x7F, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A800 +MOD8_0222A800: ; 0x0222A800 .byte 0xCD, 0x75, 0xFF, 0x7F, 0xFF, 0x7D, 0x9F, 0x71, 0x3E, 0x61, 0xFD, 0x50, 0x9C, 0x40, 0x33, 0x50 .byte 0x4F, 0x3C, 0xDF, 0x7E, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A820 +MOD8_0222A820: ; 0x0222A820 .byte 0xCD, 0x75, 0xFF, 0x7F, 0xBF, 0x3F, 0x9F, 0x2B, 0x9F, 0x1B, 0x1C, 0x03, 0x99, 0x02, 0x14, 0x06 .byte 0xB0, 0x05, 0xDF, 0x4F, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A840 +MOD8_0222A840: ; 0x0222A840 .byte 0xCD, 0x75, 0xFF, 0x7F, 0xAF, 0x23, 0x6C, 0x1B, 0x09, 0x0F, 0xC6, 0x02, 0x67, 0x02, 0xE6, 0x01 .byte 0x65, 0x05, 0xF5, 0x3B, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A860 +MOD8_0222A860: ; 0x0222A860 .byte 0xCD, 0x75, 0xFF, 0x7F, 0x72, 0x7F, 0xE4, 0x7E, 0x64, 0x6A, 0xA0, 0x59, 0x60, 0x49, 0x20, 0x39 .byte 0xC1, 0x28, 0xBA, 0x7F, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A880 +MOD8_0222A880: ; 0x0222A880 .byte 0xCD, 0x75, 0xFF, 0x7F, 0xFF, 0x3D, 0x7F, 0x2D, 0xFF, 0x1C, 0x1C, 0x00, 0x19, 0x04, 0x34, 0x08 .byte 0x4C, 0x08, 0x7F, 0x4E, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A8A0 +MOD8_0222A8A0: ; 0x0222A8A0 .byte 0xCD, 0x75, 0xFF, 0x7F, 0x7A, 0x5A, 0x17, 0x4E, 0xB5, 0x45, 0x72, 0x3D, 0x30, 0x31, 0xED, 0x28 .byte 0xCB, 0x20, 0xFB, 0x66, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A8C0 +MOD8_0222A8C0: ; 0x0222A8C0 .byte 0xCD, 0x75, 0xFF, 0x7F, 0x9D, 0x77, 0x39, 0x67, 0xD6, 0x5A, 0x52, 0x4E, 0xEF, 0x41, 0x8D, 0x35 .byte 0x4A, 0x2D, 0x7B, 0x6F, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A8E0 +MOD8_0222A8E0: ; 0x0222A8E0 .byte 0xCD, 0x75, 0xFF, 0x7F, 0xD9, 0x50, 0xD5, 0x48, 0xD2, 0x3C, 0xEE, 0x30, 0xCD, 0x30, 0xAB, 0x24 .byte 0xA9, 0x20, 0xDE, 0x51, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A900 +MOD8_0222A900: ; 0x0222A900 .byte 0xCD, 0x75, 0xFF, 0x7F, 0x1C, 0x37, 0xFC, 0x26, 0xDC, 0x1A, 0x59, 0x02, 0xF7, 0x01, 0x92, 0x05 .byte 0x0B, 0x05, 0x5D, 0x4F, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A920 +MOD8_0222A920: ; 0x0222A920 .byte 0xCD, 0x75, 0xFF, 0x7F, 0x76, 0x42, 0x35, 0x36, 0x14, 0x2E, 0x90, 0x19, 0x4F, 0x15, 0x0C, 0x15 .byte 0xCA, 0x10, 0x18, 0x5B, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A940 +MOD8_0222A940: ; 0x0222A940 .byte 0xCD, 0x75, 0xFF, 0x7F, 0xDE, 0x32, 0x9C, 0x22, 0x3A, 0x12, 0xD8, 0x01, 0x96, 0x01, 0x51, 0x01 .byte 0xED, 0x04, 0x1F, 0x3F, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A960 +MOD8_0222A960: ; 0x0222A960 .byte 0xB5, 0x56, 0xFF, 0x7F, 0xFC, 0x7D, 0x5B, 0x7D, 0xDA, 0x7C, 0x16, 0x70, 0x12, 0x64, 0x2E, 0x50 .byte 0x09, 0x3C, 0x1A, 0x7F, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A980 +MOD8_0222A980: ; 0x0222A980 .byte 0xCD, 0x75, 0xFF, 0x7F, 0xAF, 0x7E, 0x4A, 0x7E, 0xE6, 0x7D, 0x40, 0x71, 0x40, 0x65, 0x01, 0x51 .byte 0xA2, 0x30, 0xF3, 0x7E, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 + + .global MOD8_0222A9A0 +MOD8_0222A9A0: ; 0x0222A9A0 .byte 0xCD, 0x75, 0xFF, 0x7F, 0xDF, 0x3A, 0x9F, 0x2A, 0x5F, 0x1A, 0x9C, 0x01, 0x59, 0x01, 0x14, 0x05 .byte 0xCF, 0x00, 0xDF, 0x43, 0x08, 0x21, 0x00, 0x00, 0x8C, 0x31, 0xB5, 0x56, 0xBB, 0x53, 0x0A, 0x39 .byte 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00, 0x27, 0x00 @@ -50026,11 +50077,11 @@ MOD8_0222A780: ; 0x0222A780 .global MOD8_0222A9E4 MOD8_0222A9E4: ; 0x0222A9E4 - .byte 0x60, 0xA7, 0x22, 0x02, 0xA0, 0xA9, 0x22, 0x02, 0x80, 0xA9, 0x22, 0x02, 0x60, 0xA9, 0x22, 0x02 - .byte 0x40, 0xA9, 0x22, 0x02, 0x20, 0xA9, 0x22, 0x02, 0x00, 0xA9, 0x22, 0x02, 0xE0, 0xA8, 0x22, 0x02 - .byte 0xC0, 0xA8, 0x22, 0x02, 0xA0, 0xA8, 0x22, 0x02, 0x80, 0xA8, 0x22, 0x02, 0x60, 0xA8, 0x22, 0x02 - .byte 0x40, 0xA8, 0x22, 0x02, 0x20, 0xA8, 0x22, 0x02, 0x00, 0xA8, 0x22, 0x02, 0xE0, 0xA7, 0x22, 0x02 - .byte 0xC0, 0xA7, 0x22, 0x02, 0xA0, 0xA7, 0x22, 0x02 + .word MOD8_0222A760, MOD8_0222A9A0, MOD8_0222A980, MOD8_0222A960 + .word MOD8_0222A940, MOD8_0222A920, MOD8_0222A900, MOD8_0222A8E0 + .word MOD8_0222A8C0, MOD8_0222A8A0, MOD8_0222A880, MOD8_0222A860 + .word MOD8_0222A840, MOD8_0222A820, MOD8_0222A800, MOD8_0222A7E0 + .word MOD8_0222A7C0, MOD8_0222A7A0 .global MOD8_0222AA2C MOD8_0222AA2C: ; 0x0222AA2C @@ -50047,8 +50098,8 @@ MOD8_0222AA4C: ; 0x0222AA4C .global MOD8_0222AA64 MOD8_0222AA64: ; 0x0222AA64 - .byte 0x3D, 0x3E, 0x21, 0x02, 0x31, 0x41, 0x21, 0x02, 0x91, 0x44, 0x21, 0x02, 0x3D, 0x3F, 0x21, 0x02 - .byte 0x59, 0x42, 0x21, 0x02, 0x9D, 0x44, 0x21, 0x02 + .word MOD08_02213E3C, MOD08_02214130, MOD08_02214490, MOD08_02213F3C + .word MOD08_02214258, MOD08_0221449C .global MOD8_0222AA7C MOD8_0222AA7C: ; 0x0222AA7C @@ -50067,13 +50118,13 @@ MOD8_0222AAAC: ; 0x0222AAAC .global MOD8_0222AAC4 MOD8_0222AAC4: ; 0x0222AAC4 - .byte 0xB5, 0x25, 0x21, 0x02, 0xB9, 0x25, 0x21, 0x02, 0x15, 0x26, 0x21, 0x02, 0x1D, 0x26, 0x21, 0x02 - .byte 0x25, 0x26, 0x21, 0x02, 0x65, 0x26, 0x21, 0x02 + .word MOD08_022125B4, MOD08_022125B8, MOD08_02212614, MOD08_0221261C + .word MOD08_02212624, MOD08_02212664 .global MOD8_0222AADC MOD8_0222AADC: ; 0x0222AADC - .byte 0x49, 0x45, 0x21, 0x02, 0x4D, 0x45, 0x21, 0x02, 0xBD, 0x48, 0x21, 0x02, 0xD5, 0x48, 0x21, 0x02 - .byte 0x49, 0x45, 0x21, 0x02, 0xF9, 0x45, 0x21, 0x02, 0xD1, 0x46, 0x21, 0x02 + .word MOD08_02214548, MOD08_0221454C, MOD08_022148BC, MOD08_022148D4 + .word MOD08_02214548, MOD08_022145F8, MOD08_022146D0 .global MOD8_0222AAF8 MOD8_0222AAF8: ; 0x0222AAF8 @@ -50113,28 +50164,28 @@ MOD8_0222ABDC: ; 0x0222ABDC .global MOD8_0222AC6C MOD8_0222AC6C: ; 0x0222AC6C - .byte 0xDD, 0x26, 0x21, 0x02, 0xFD, 0x26, 0x21, 0x02, 0x29, 0x29, 0x21, 0x02, 0x69, 0x29, 0x21, 0x02 - .byte 0xB5, 0x29, 0x21, 0x02, 0x3D, 0x4B, 0x21, 0x02, 0xA1, 0x34, 0x21, 0x02, 0xA5, 0x34, 0x21, 0x02 - .byte 0x99, 0x4E, 0x21, 0x02, 0xC9, 0x4E, 0x21, 0x02, 0x31, 0x30, 0x21, 0x02, 0x61, 0x30, 0x21, 0x02 - .byte 0x1D, 0x27, 0x21, 0x02, 0x4D, 0x31, 0x21, 0x02, 0x81, 0x32, 0x21, 0x02, 0xB5, 0x32, 0x21, 0x02 - .byte 0x11, 0x49, 0x21, 0x02, 0x61, 0x49, 0x21, 0x02, 0xB9, 0x49, 0x21, 0x02, 0x0D, 0x4A, 0x21, 0x02 - .byte 0x2D, 0x4A, 0x21, 0x02, 0x4D, 0x4A, 0x21, 0x02, 0x71, 0x4B, 0x21, 0x02, 0xA9, 0x4B, 0x21, 0x02 - .byte 0xC5, 0x4B, 0x21, 0x02, 0x81, 0x4D, 0x21, 0x02, 0xE5, 0x4D, 0x21, 0x02, 0xD1, 0x4E, 0x21, 0x02 - .byte 0x3D, 0x4E, 0x21, 0x02, 0x41, 0x4E, 0x21, 0x02, 0x8D, 0x30, 0x21, 0x02, 0xA9, 0x34, 0x21, 0x02 - .byte 0x31, 0x36, 0x21, 0x02, 0xC5, 0x30, 0x21, 0x02, 0xC9, 0x4A, 0x21, 0x02, 0x65, 0x4C, 0x21, 0x02 - .byte 0xDD, 0x4C, 0x21, 0x02, 0x29, 0x4B, 0x21, 0x02, 0x2D, 0x4B, 0x21, 0x02, 0x31, 0x4B, 0x21, 0x02 - .byte 0x39, 0x3C, 0x21, 0x02, 0x3D, 0x3C, 0x21, 0x02, 0x35, 0x4B, 0x21, 0x02, 0x39, 0x4B, 0x21, 0x02 - .byte 0x55, 0x4B, 0x21, 0x02, 0xED, 0x30, 0x21, 0x02, 0xC5, 0x2B, 0x21, 0x02, 0x59, 0x2C, 0x21, 0x02 - .byte 0xA9, 0x2D, 0x21, 0x02, 0x61, 0x2E, 0x21, 0x02, 0x19, 0x2F, 0x21, 0x02, 0x59, 0x2F, 0x21, 0x02 - .byte 0xAD, 0x2F, 0x21, 0x02, 0x05, 0x30, 0x21, 0x02, 0x39, 0x53, 0x21, 0x02, 0xA9, 0x52, 0x21, 0x02 - .byte 0x59, 0x36, 0x21, 0x02, 0xD1, 0x36, 0x21, 0x02, 0x81, 0x37, 0x21, 0x02, 0xA1, 0x39, 0x21, 0x02 - .byte 0xCD, 0x39, 0x21, 0x02, 0xED, 0x3B, 0x21, 0x02, 0x01, 0x3C, 0x21, 0x02, 0x1D, 0x3C, 0x21, 0x02 - .byte 0x79, 0x31, 0x21, 0x02, 0xB1, 0x52, 0x21, 0x02, 0x0D, 0x53, 0x21, 0x02, 0x3D, 0x27, 0x21, 0x02 - .byte 0xC1, 0x28, 0x21, 0x02, 0x05, 0x29, 0x21, 0x02, 0xBD, 0x31, 0x21, 0x02, 0x19, 0x32, 0x21, 0x02 - .byte 0x41, 0x32, 0x21, 0x02, 0xD5, 0x4E, 0x21, 0x02, 0x71, 0x4F, 0x21, 0x02, 0xB5, 0x4F, 0x21, 0x02 - .byte 0x11, 0x50, 0x21, 0x02, 0x55, 0x50, 0x21, 0x02, 0x99, 0x50, 0x21, 0x02, 0xA5, 0x51, 0x21, 0x02 - .byte 0x59, 0x52, 0x21, 0x02, 0x85, 0x52, 0x21, 0x02, 0x21, 0x3A, 0x21, 0x02, 0xD5, 0x3B, 0x21, 0x02 - .byte 0xA5, 0x26, 0x21, 0x02 + .word MOD08_022126DC, MOD08_022126FC, MOD08_02212928, MOD08_02212968 + .word MOD08_022129B4, MOD08_02214B3C, MOD08_022134A0, MOD08_022134A4 + .word MOD08_02214E98, MOD08_02214EC8, MOD08_02213030, MOD08_02213060 + .word MOD08_0221271C, MOD08_0221314C, MOD08_02213280, MOD08_022132B4 + .word MOD08_02214910, MOD08_02214960, MOD08_022149B8, MOD08_02214A0C + .word MOD08_02214A2C, MOD08_02214A4C, MOD08_02214B70, MOD08_02214BA8 + .word MOD08_02214BC4, MOD08_02214D80, MOD08_02214DE4, MOD08_02214ED0 + .word MOD08_02214E3C, MOD08_02214E40, MOD08_0221308C, MOD08_022134A8 + .word MOD08_02213630, MOD08_022130C4, MOD08_02214AC8, MOD08_02214C64 + .word MOD08_02214CDC, MOD08_02214B28, MOD08_02214B2C, MOD08_02214B30 + .word MOD08_02213C38, MOD08_02213C3C, MOD08_02214B34, MOD08_02214B38 + .word MOD08_02214B54, MOD08_022130EC, MOD08_02212BC4, MOD08_02212C58 + .word MOD08_02212DA8, MOD08_02212E60, MOD08_02212F18, MOD08_02212F58 + .word MOD08_02212FAC, MOD08_02213004, MOD08_02215338, MOD08_022152A8 + .word MOD08_02213658, MOD08_022136D0, MOD08_02213780, MOD08_022139A0 + .word MOD08_022139CC, MOD08_02213BEC, MOD08_02213C00, MOD08_02213C1C + .word MOD08_02213178, MOD08_022152B0, MOD08_0221530C, MOD08_0221273C + .word MOD08_022128C0, MOD08_02212904, MOD08_022131BC, MOD08_02213218 + .word MOD08_02213240, MOD08_02214ED4, MOD08_02214F70, MOD08_02214FB4 + .word MOD08_02215010, MOD08_02215054, MOD08_02215098, MOD08_022151A4 + .word MOD08_02215258, MOD08_02215284, MOD08_02213A20, MOD08_02213BD4 + .word MOD08_022126A4 .global MOD8_0222ADC0 MOD8_0222ADC0: ; 0x0222ADC0 @@ -50214,12 +50265,12 @@ MOD8_0222ADC0: ; 0x0222ADC0 .global MOD8_0222B248 MOD8_0222B248: ; 0x0222B248 - .byte 0xA1, 0x5A, 0x21, 0x02, 0x8D, 0x5B, 0x21, 0x02, 0x45, 0x5C, 0x21, 0x02, 0xE5, 0x5C, 0x21, 0x02 - .byte 0xA1, 0x5C, 0x21, 0x02, 0x15, 0x64, 0x21, 0x02, 0x99, 0x64, 0x21, 0x02, 0x21, 0x64, 0x21, 0x02 - .byte 0x2D, 0x64, 0x21, 0x02, 0x39, 0x64, 0x21, 0x02, 0x45, 0x64, 0x21, 0x02, 0x51, 0x64, 0x21, 0x02 - .byte 0x5D, 0x64, 0x21, 0x02, 0x69, 0x64, 0x21, 0x02, 0x75, 0x64, 0x21, 0x02, 0x81, 0x64, 0x21, 0x02 - .byte 0x8D, 0x64, 0x21, 0x02, 0xCD, 0x71, 0x21, 0x02, 0x45, 0x5E, 0x21, 0x02, 0x75, 0x5D, 0x21, 0x02 - .byte 0xDD, 0x5D, 0x21, 0x02, 0x29, 0x5D, 0x21, 0x02, 0x89, 0x5B, 0x21, 0x02 + .word MOD08_02215AA0, MOD08_02215B8C, MOD08_02215C44, MOD08_02215CE4 + .word MOD08_02215CA0, MOD08_02216414, MOD08_02216498, MOD08_02216420 + .word MOD08_0221642C, MOD08_02216438, MOD08_02216444, MOD08_02216450 + .word MOD08_0221645C, MOD08_02216468, MOD08_02216474, MOD08_02216480 + .word MOD08_0221648C, MOD08_022171CC, MOD08_02215E44, MOD08_02215D74 + .word MOD08_02215DDC, MOD08_02215D28, MOD08_02215B88 .global MOD8_0222B2A4 MOD8_0222B2A4: ; 0x0222B2A4 @@ -50575,10 +50626,10 @@ MOD8_0222C05C: ; 0x0222C05C .global MOD8_0222C204 MOD8_0222C204: ; 0x0222C204 - .byte 0xC9, 0x73, 0x21, 0x02, 0xCD, 0x73, 0x21, 0x02, 0xB1, 0x74, 0x21, 0x02, 0xB5, 0x74, 0x21, 0x02 - .byte 0xB9, 0x74, 0x21, 0x02, 0x81, 0x75, 0x21, 0x02, 0x05, 0x76, 0x21, 0x02, 0x85, 0x76, 0x21, 0x02 - .byte 0xED, 0x76, 0x21, 0x02, 0xF1, 0x76, 0x21, 0x02, 0xF5, 0x76, 0x21, 0x02, 0xF9, 0x76, 0x21, 0x02 - .byte 0xFD, 0x76, 0x21, 0x02, 0x09, 0x78, 0x21, 0x02 + .word MOD08_022173C8, MOD08_022173CC, MOD08_022174B0, MOD08_022174B4 + .word MOD08_022174B8, MOD08_02217580, MOD08_02217604, MOD08_02217684 + .word MOD08_022176EC, MOD08_022176F0, MOD08_022176F4, MOD08_022176F8 + .word MOD08_022176FC, MOD08_02217808 .global MOD8_0222C23C MOD8_0222C23C: ; 0x0222C23C @@ -50595,9 +50646,9 @@ MOD8_0222C278: ; 0x0222C278 .global MOD8_0222C2A8 MOD8_0222C2A8: ; 0x0222C2A8 - .byte 0x05, 0x79, 0x21, 0x02, 0x29, 0x79, 0x21, 0x02, 0x65, 0x79, 0x21, 0x02, 0xA1, 0x79, 0x21, 0x02 - .byte 0xDD, 0x79, 0x21, 0x02, 0x3D, 0x7A, 0x21, 0x02, 0x79, 0x7A, 0x21, 0x02, 0xB5, 0x7A, 0x21, 0x02 - .byte 0xDD, 0x7A, 0x21, 0x02 + .word MOD08_02217904, MOD08_02217928, MOD08_02217964, MOD08_022179A0 + .word MOD08_022179DC, MOD08_02217A3C, MOD08_02217A78, MOD08_02217AB4 + .word MOD08_02217ADC .global MOD8_0222C2CC MOD8_0222C2CC: ; 0x0222C2CC @@ -50612,39 +50663,39 @@ MOD8_0222C2CE: ; 0x0222C2CE .global MOD8_0222C300 MOD8_0222C300: ; 0x0222C300 - .byte 0xCD, 0x8D, 0x21, 0x02, 0xED, 0xD0, 0x21, 0x02, 0xB5, 0x20, 0x22, 0x02, 0xF1, 0xF7, 0x21, 0x02 - .byte 0x29, 0x2F, 0x22, 0x02, 0x4D, 0x32, 0x22, 0x02, 0xE1, 0x34, 0x22, 0x02, 0x8D, 0x38, 0x22, 0x02 - .byte 0x8D, 0x3B, 0x22, 0x02, 0x59, 0x3E, 0x22, 0x02, 0x2D, 0x9A, 0x21, 0x02, 0xB5, 0x45, 0x22, 0x02 - .byte 0x1D, 0x4C, 0x22, 0x02, 0xE5, 0x4E, 0x22, 0x02, 0x91, 0x56, 0x22, 0x02, 0x71, 0x59, 0x22, 0x02 - .byte 0x01, 0x5C, 0x22, 0x02, 0xD9, 0xEE, 0x21, 0x02, 0x1D, 0x62, 0x22, 0x02, 0x45, 0xFA, 0x21, 0x02 - .byte 0xE5, 0xFD, 0x21, 0x02, 0x81, 0x01, 0x22, 0x02, 0x7D, 0x05, 0x22, 0x02, 0xA1, 0x08, 0x22, 0x02 - .byte 0x15, 0x0F, 0x22, 0x02, 0x5D, 0xC4, 0x21, 0x02, 0xD1, 0xC5, 0x21, 0x02, 0x95, 0xC6, 0x21, 0x02 - .byte 0x45, 0xC8, 0x21, 0x02, 0xB9, 0x68, 0x22, 0x02, 0x25, 0x6C, 0x22, 0x02, 0xDD, 0x6A, 0x22, 0x02 - .byte 0xAD, 0x6F, 0x22, 0x02 + .word MOD08_02218DCC, MOD08_0221D0EC, MOD08_022220B4, MOD08_0221F7F0 + .word MOD08_02222F28, MOD08_0222324C, MOD08_022234E0, MOD08_0222388C + .word MOD08_02223B8C, MOD08_02223E58, MOD08_02219A2C, MOD08_022245B4 + .word MOD08_02224C1C, MOD08_02224EE4, MOD08_02225690, MOD08_02225970 + .word MOD08_02225C00, MOD08_0221EED8, MOD08_0222621C, MOD08_0221FA44 + .word MOD08_0221FDE4, MOD08_02220180, MOD08_0222057C, MOD08_022208A0 + .word MOD08_02220F14, MOD08_0221C45C, MOD08_0221C5D0, MOD08_0221C694 + .word MOD08_0221C844, MOD08_022268B8, MOD08_02226C24, MOD08_02226ADC + .word MOD08_02226FAC .global MOD8_0222C384 MOD8_0222C384: ; 0x0222C384 - .byte 0x71, 0x8C, 0x21, 0x02, 0x9D, 0x8C, 0x21, 0x02, 0xED, 0x8C, 0x21, 0x02, 0x39, 0x8D, 0x21, 0x02 - .byte 0xB9, 0x96, 0x21, 0x02, 0x19, 0xD4, 0x21, 0x02, 0xE1, 0xD6, 0x21, 0x02, 0x11, 0xD9, 0x21, 0x02 - .byte 0xF5, 0x19, 0x22, 0x02, 0x69, 0x1C, 0x22, 0x02, 0xE5, 0x97, 0x21, 0x02, 0x49, 0x23, 0x22, 0x02 - .byte 0x55, 0x26, 0x22, 0x02, 0x65, 0xDC, 0x21, 0x02, 0x69, 0xDD, 0x21, 0x02, 0x79, 0xDF, 0x21, 0x02 - .byte 0xCD, 0xE0, 0x21, 0x02, 0xC9, 0x29, 0x22, 0x02, 0x79, 0x2A, 0x22, 0x02, 0x2D, 0xE2, 0x21, 0x02 - .byte 0xC9, 0x2C, 0x22, 0x02, 0x45, 0xE3, 0x21, 0x02, 0x45, 0xE6, 0x21, 0x02, 0x81, 0x36, 0x22, 0x02 - .byte 0x81, 0xE8, 0x21, 0x02, 0xB9, 0x40, 0x22, 0x02, 0x59, 0xE9, 0x21, 0x02, 0x7D, 0xEB, 0x21, 0x02 - .byte 0xB1, 0xEC, 0x21, 0x02, 0xD9, 0x46, 0x22, 0x02, 0xE9, 0x48, 0x22, 0x02, 0x61, 0x42, 0x22, 0x02 - .byte 0xB5, 0x53, 0x22, 0x02, 0xD9, 0x9A, 0x21, 0x02, 0x2D, 0x9C, 0x21, 0x02, 0x6D, 0x9F, 0x21, 0x02 - .byte 0x61, 0x8F, 0x21, 0x02, 0xFD, 0x5E, 0x22, 0x02, 0x19, 0xA4, 0x21, 0x02, 0x15, 0xEE, 0x21, 0x02 - .byte 0xC5, 0xA4, 0x21, 0x02, 0x45, 0x61, 0x22, 0x02, 0xE1, 0xA1, 0x21, 0x02, 0x29, 0x64, 0x22, 0x02 - .byte 0x61, 0x91, 0x21, 0x02, 0x89, 0x94, 0x21, 0x02, 0xD9, 0x64, 0x22, 0x02, 0xE5, 0x66, 0x22, 0x02 - .byte 0x61, 0x68, 0x22, 0x02, 0x25, 0xF2, 0x21, 0x02, 0x6D, 0xA5, 0x21, 0x02, 0x45, 0xA6, 0x21, 0x02 - .byte 0xD1, 0xA7, 0x21, 0x02, 0x7D, 0xAA, 0x21, 0x02, 0xBD, 0xAC, 0x21, 0x02, 0x2D, 0x04, 0x22, 0x02 - .byte 0xF1, 0xAD, 0x21, 0x02, 0x1D, 0xAF, 0x21, 0x02, 0x95, 0x0A, 0x22, 0x02, 0x25, 0x0D, 0x22, 0x02 - .byte 0xB1, 0xB0, 0x21, 0x02, 0x71, 0xB1, 0x21, 0x02, 0x8D, 0xB3, 0x21, 0x02, 0x5D, 0xB4, 0x21, 0x02 - .byte 0xB5, 0xB5, 0x21, 0x02, 0xD9, 0xBD, 0x21, 0x02, 0x05, 0xC1, 0x21, 0x02, 0xE9, 0xB8, 0x21, 0x02 - .byte 0xC1, 0xBA, 0x21, 0x02, 0xB9, 0xBB, 0x21, 0x02, 0x35, 0x12, 0x22, 0x02, 0x7D, 0x15, 0x22, 0x02 - .byte 0xBD, 0xC2, 0x21, 0x02, 0x0D, 0xBF, 0x21, 0x02, 0x89, 0xC8, 0x21, 0x02, 0x79, 0xCB, 0x21, 0x02 - .byte 0xC5, 0xCE, 0x21, 0x02, 0x65, 0xB2, 0x21, 0x02, 0xD5, 0xCD, 0x21, 0x02, 0x71, 0x18, 0x22, 0x02 - .byte 0xB9, 0x73, 0x22, 0x02, 0xE5, 0x73, 0x22, 0x02, 0x11, 0x74, 0x22, 0x02, 0x3D, 0x74, 0x22, 0x02 + .word MOD08_02218C70, MOD08_02218C9C, MOD08_02218CEC, MOD08_02218D38 + .word MOD08_022196B8, MOD08_0221D418, MOD08_0221D6E0, MOD08_0221D910 + .word MOD08_022219F4, MOD08_02221C68, MOD08_022197E4, MOD08_02222348 + .word MOD08_02222654, MOD08_0221DC64, MOD08_0221DD68, MOD08_0221DF78 + .word MOD08_0221E0CC, MOD08_022229C8, MOD08_02222A78, MOD08_0221E22C + .word MOD08_02222CC8, MOD08_0221E344, MOD08_0221E644, MOD08_02223680 + .word MOD08_0221E880, MOD08_022240B8, MOD08_0221E958, MOD08_0221EB7C + .word MOD08_0221ECB0, MOD08_022246D8, MOD08_022248E8, MOD08_02224260 + .word MOD08_022253B4, MOD08_02219AD8, MOD08_02219C2C, MOD08_02219F6C + .word MOD08_02218F60, MOD08_02225EFC, MOD08_0221A418, MOD08_0221EE14 + .word MOD08_0221A4C4, MOD08_02226144, MOD08_0221A1E0, MOD08_02226428 + .word MOD08_02219160, MOD08_02219488, MOD08_022264D8, MOD08_022266E4 + .word MOD08_02226860, MOD08_0221F224, MOD08_0221A56C, MOD08_0221A644 + .word MOD08_0221A7D0, MOD08_0221AA7C, MOD08_0221ACBC, MOD08_0222042C + .word MOD08_0221ADF0, MOD08_0221AF1C, MOD08_02220A94, MOD08_02220D24 + .word MOD08_0221B0B0, MOD08_0221B170, MOD08_0221B38C, MOD08_0221B45C + .word MOD08_0221B5B4, MOD08_0221BDD8, MOD08_0221C104, MOD08_0221B8E8 + .word MOD08_0221BAC0, MOD08_0221BBB8, MOD08_02221234, MOD08_0222157C + .word MOD08_0221C2BC, MOD08_0221BF0C, MOD08_0221C888, MOD08_0221CB78 + .word MOD08_0221CEC4, MOD08_0221B264, MOD08_0221CDD4, MOD08_02221870 + .word MOD08_022273B8, MOD08_022273E4, MOD08_02227410, MOD08_0222743C .global MOD8_0222C4D4 MOD8_0222C4D4: ; 0x0222C4D4 @@ -51036,13 +51087,13 @@ MOD8_0222D004: ; 0x0222D004 .global MOD8_0222D01C MOD8_0222D01C: ; 0x0222D01C - .byte 0x15, 0x91, 0x22, 0x02, 0xD5, 0x93, 0x22, 0x02, 0xF9, 0x97, 0x22, 0x02, 0x01, 0x91, 0x22, 0x02 - .byte 0x85, 0x98, 0x22, 0x02, 0x65, 0x96, 0x22, 0x02 + .word MOD08_02229114, MOD08_022293D4, MOD08_022297F8, MOD08_02229100 + .word MOD08_02229884, MOD08_02229664 .global MOD8_0222D034 MOD8_0222D034: ; 0x0222D034 - .byte 0x79, 0x89, 0x22, 0x02, 0xA1, 0x89, 0x22, 0x02, 0xC9, 0x89, 0x22, 0x02, 0xF1, 0x89, 0x22, 0x02 - .byte 0x19, 0x8A, 0x22, 0x02, 0x41, 0x8A, 0x22, 0x02, 0x69, 0x8A, 0x22, 0x02, 0x91, 0x8A, 0x22, 0x02 + .word MOD08_02228978, MOD08_022289A0, MOD08_022289C8, MOD08_022289F0 + .word MOD08_02228A18, MOD08_02228A40, MOD08_02228A68, MOD08_02228A90 .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00 @@ -51069,13 +51120,13 @@ MOD8_0222D0D0: ; 0x0222D0D0 .global MOD8_0222D118 MOD8_0222D118: ; 0x0222D118 - .byte 0xE1, 0x8A, 0x22, 0x02, 0xE5, 0x8A, 0x22, 0x02, 0xFD, 0x8A, 0x22, 0x02, 0x09, 0x8B, 0x22, 0x02 - .byte 0xE9, 0x8B, 0x22, 0x02, 0xED, 0x8B, 0x22, 0x02, 0x41, 0x8C, 0x22, 0x02, 0x45, 0x8C, 0x22, 0x02 - .byte 0x51, 0x8C, 0x22, 0x02, 0x5D, 0x8C, 0x22, 0x02, 0x05, 0x8D, 0x22, 0x02, 0x11, 0x8D, 0x22, 0x02 - .byte 0x85, 0x8D, 0x22, 0x02, 0x89, 0x8D, 0x22, 0x02, 0x25, 0x8E, 0x22, 0x02, 0x29, 0x8E, 0x22, 0x02 - .byte 0x49, 0x8E, 0x22, 0x02, 0x55, 0x8E, 0x22, 0x02, 0xED, 0x8E, 0x22, 0x02, 0xF1, 0x8E, 0x22, 0x02 - .byte 0xFD, 0x8E, 0x22, 0x02, 0x09, 0x8F, 0x22, 0x02, 0xF9, 0x8F, 0x22, 0x02, 0xFD, 0x8F, 0x22, 0x02 - .byte 0x61, 0x90, 0x22, 0x02, 0x6D, 0x90, 0x22, 0x02, 0xF1, 0x90, 0x22, 0x02, 0xFD, 0x90, 0x22, 0x02 + .word MOD08_02228AE0, MOD08_02228AE4, MOD08_02228AFC, MOD08_02228B08 + .word MOD08_02228BE8, MOD08_02228BEC, MOD08_02228C40, MOD08_02228C44 + .word MOD08_02228C50, MOD08_02228C5C, MOD08_02228D04, MOD08_02228D10 + .word MOD08_02228D84, MOD08_02228D88, MOD08_02228E24, MOD08_02228E28 + .word MOD08_02228E48, MOD08_02228E54, MOD08_02228EEC, MOD08_02228EF0 + .word MOD08_02228EFC, MOD08_02228F08, MOD08_02228FF8, MOD08_02228FFC + .word MOD08_02229060, MOD08_0222906C, MOD08_022290F0, MOD08_022290FC .byte 0x00, 0x00 .global MOD8_0222D18A @@ -51186,8 +51237,8 @@ MOD8_0222D550: ; 0x0222D550 .byte 0x00, 0xFE, 0x50, 0x01, 0x32, 0x00, 0x00, 0xFE .data - .global MOD8_00000000 -MOD8_00000000: ; 0x00000000 + .global MOD8_0222D5A0 +MOD8_0222D5A0: ; 0x0222D5A0 .byte 0x14, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x0A, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 diff --git a/arm9/modules/16/asm/module_16.s b/arm9/modules/16/asm/module_16.s index 72471ecd..f74e7e78 100644 --- a/arm9/modules/16/asm/module_16.s +++ b/arm9/modules/16/asm/module_16.s @@ -29023,7 +29023,7 @@ _021E4ACE: lsr r0, r0, #0x10 asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _021E4B10 ; =0x020FFA38 + ldr r0, _021E4B10 ; =UNK_020FFA38 mov r2, #3 ldrsh r0, [r0, r1] lsl r2, r2, #0x10 @@ -29044,7 +29044,7 @@ _021E4ACE: pop {r3, pc} .align 2, 0 _021E4B0C: .word 0x00007FFF -_021E4B10: .word 0x020FFA38 +_021E4B10: .word UNK_020FFA38 thumb_func_end MOD16_021E4AC0 thumb_func_start MOD16_021E4B14 @@ -49298,7 +49298,7 @@ MOD16_021EE2A4: ; 0x021EE2A4 lsl r4, r0, #1 add r0, r4, #1 lsl r1, r0, #1 - ldr r0, _021EE354 ; =0x020FFA38 + ldr r0, _021EE354 ; =UNK_020FFA38 mov r3, #0 ldrsh r0, [r0, r1] asr r1, r0, #0x1f @@ -49312,7 +49312,7 @@ MOD16_021EE2A4: ; 0x021EE2A4 lsr r5, r2, #0xc orr r5, r0 mov r2, #0xe - ldr r0, _021EE354 ; =0x020FFA38 + ldr r0, _021EE354 ; =UNK_020FFA38 lsl r1, r4, #1 ldrsh r0, [r0, r1] lsl r2, r2, #0xe @@ -49364,7 +49364,7 @@ MOD16_021EE2A4: ; 0x021EE2A4 add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_021EE354: .word 0x020FFA38 +_021EE354: .word UNK_020FFA38 thumb_func_end MOD16_021EE2A4 thumb_func_start MOD16_021EE358 diff --git a/arm9/modules/17/asm/module_17.s b/arm9/modules/17/asm/module_17.s index e680ca83..e6c0d81c 100644 --- a/arm9/modules/17/asm/module_17.s +++ b/arm9/modules/17/asm/module_17.s @@ -1055,7 +1055,7 @@ MOD17_021D7C28: ; 0x021D7C28 mov r0, #0 str r0, [r1] ldr r0, [sp] - ldr r1, _021D7CB4 ; =0x020FFA38 + ldr r1, _021D7CB4 ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r0, r2, #1 @@ -1101,7 +1101,7 @@ _021D7CA0: nop _021D7CAC: .word 0x04000454 _021D7CB0: .word 0x04000470 -_021D7CB4: .word 0x020FFA38 +_021D7CB4: .word UNK_020FFA38 _021D7CB8: .word 0x0400046C _021D7CBC: .word 0x04000448 thumb_func_end MOD17_021D7C28 diff --git a/arm9/modules/18/asm/module_18.s b/arm9/modules/18/asm/module_18.s index 874c8dbf..dc563f4c 100644 --- a/arm9/modules/18/asm/module_18.s +++ b/arm9/modules/18/asm/module_18.s @@ -17178,7 +17178,7 @@ _02241A30: lsl r2, r2, #0xa asr r0, r0, #4 lsl r6, r0, #1 - ldr r0, _02241AAC ; =0x020FFA38 + ldr r0, _02241AAC ; =UNK_020FFA38 lsl r1, r6, #1 ldrsh r0, [r0, r1] mov r3, #0 @@ -17194,7 +17194,7 @@ _02241A30: orr r4, r0 add r0, r6, #1 lsl r1, r0, #1 - ldr r0, _02241AAC ; =0x020FFA38 + ldr r0, _02241AAC ; =UNK_020FFA38 mov r2, #0xa ldrsh r0, [r0, r1] lsl r2, r2, #0xa @@ -17233,7 +17233,7 @@ _02241AA8: add sp, #0x10 pop {r3, r4, r5, r6, r7, pc} .align 2, 0 -_02241AAC: .word 0x020FFA38 +_02241AAC: .word UNK_020FFA38 _02241AB0: .word MOD18_022513A0 thumb_func_end MOD18_02241A04 @@ -17478,7 +17478,7 @@ _02241C70: ldr r2, [sp] asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _02241D34 ; =0x020FFA38 + ldr r0, _02241D34 ; =UNK_020FFA38 asr r3, r2, #0x1f ldrsh r0, [r0, r1] asr r1, r0, #0x1f @@ -17504,7 +17504,7 @@ _02241C70: lsl r0, r0, #1 add r0, r0, #1 lsl r1, r0, #1 - ldr r0, _02241D34 ; =0x020FFA38 + ldr r0, _02241D34 ; =UNK_020FFA38 ldrsh r0, [r0, r1] asr r1, r0, #0x1f bl _ll_mul @@ -17561,7 +17561,7 @@ _02241D24: .word MOD18_02241AB4 _02241D28: .word MOD18_022513A0 _02241D2C: .word 0x00000B3B _02241D30: .word 0x00000000 -_02241D34: .word 0x020FFA38 +_02241D34: .word UNK_020FFA38 thumb_func_end MOD18_02241AD0 thumb_func_start MOD18_02241D38 @@ -18343,7 +18343,7 @@ MOD18_02242320: ; 0x02242320 ldrh r0, [r2, r1] asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _022423AC ; =0x020FFA38 + ldr r0, _022423AC ; =UNK_020FFA38 ldrsh r1, [r0, r1] mov r0, #1 lsl r0, r0, #0xc @@ -18373,7 +18373,7 @@ _022423A4: pop {r4, r5, pc} .align 2, 0 _022423A8: .word MOD18_022513A0 -_022423AC: .word 0x020FFA38 +_022423AC: .word UNK_020FFA38 thumb_func_end MOD18_02242320 thumb_func_start MOD18_022423B0 @@ -18529,7 +18529,7 @@ _022424D4: ldrh r0, [r4, #0x1c] asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _02242594 ; =0x020FFA38 + ldr r0, _02242594 ; =UNK_020FFA38 ldrsh r1, [r0, r1] ldr r0, [r5, #0x48] sub r0, r0, r1 @@ -18538,7 +18538,7 @@ _022424D4: ldr r0, [r5, #0x44] asr r1, r1, #4 lsl r2, r1, #2 - ldr r1, _02242594 ; =0x020FFA38 + ldr r1, _02242594 ; =UNK_020FFA38 add r2, r1, r2 mov r1, #2 ldrsh r1, [r2, r1] @@ -18616,7 +18616,7 @@ _02242584: .word 0x00000000 _02242588: .word MOD18_022500C0 _0224258C: .word 0x00000626 _02242590: .word MOD18_022513A0 -_02242594: .word 0x020FFA38 +_02242594: .word UNK_020FFA38 _02242598: .word 0x0000FFFF thumb_func_end MOD18_022423B0 diff --git a/arm9/modules/20/asm/module_20.s b/arm9/modules/20/asm/module_20.s index ea14dee0..ed1c291d 100644 --- a/arm9/modules/20/asm/module_20.s +++ b/arm9/modules/20/asm/module_20.s @@ -3404,7 +3404,7 @@ _02253CEE: add r0, #0x8c ldrh r2, [r6, #0x10] ldrh r0, [r0] - ldr r1, _02253E58 ; =0x020FFA38 + ldr r1, _02253E58 ; =UNK_020FFA38 add r0, r2, r0 lsl r0, r0, #0x10 lsr r0, r0, #0x10 @@ -3425,7 +3425,7 @@ _02253D20: beq _02253D3E asr r0, r0, #4 lsl r3, r0, #2 - ldr r1, _02253E58 ; =0x020FFA38 + ldr r1, _02253E58 ; =UNK_020FFA38 ldr r0, [r4, #0x6c] add r2, r1, r3 ldrsh r1, [r1, r3] @@ -3574,7 +3574,7 @@ _02253E52: add sp, #0x20 pop {r3, r4, r5, r6, r7, pc} nop -_02253E58: .word 0x020FFA38 +_02253E58: .word UNK_020FFA38 _02253E5C: .word 0xDFFFFFFF _02253E60: .word 0xFFFFF3FF _02253E64: .word 0xFFFF0FFF diff --git a/arm9/modules/64/asm/module_64.s b/arm9/modules/64/asm/module_64.s index 361e1dfa..30ea656a 100644 --- a/arm9/modules/64/asm/module_64.s +++ b/arm9/modules/64/asm/module_64.s @@ -1149,7 +1149,7 @@ MOD64_021D7E34: ; 0x021D7E34 add r0, r4, #0 add r0, #0x90 ldrh r0, [r0] - ldr r3, _021D7ECC ; =0x020FFA38 + ldr r3, _021D7ECC ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1166,7 +1166,7 @@ MOD64_021D7E34: ; 0x021D7E34 add r0, r4, #0 add r0, #0x92 ldrh r0, [r0] - ldr r3, _021D7ECC ; =0x020FFA38 + ldr r3, _021D7ECC ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1183,7 +1183,7 @@ MOD64_021D7E34: ; 0x021D7E34 add r0, r4, #0 add r0, #0x94 ldrh r0, [r0] - ldr r3, _021D7ECC ; =0x020FFA38 + ldr r3, _021D7ECC ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1211,7 +1211,7 @@ _021D7EC8: add sp, #0x48 pop {r4, pc} .align 2, 0 -_021D7ECC: .word 0x020FFA38 +_021D7ECC: .word UNK_020FFA38 thumb_func_end MOD64_021D7E34 thumb_func_start MOD64_021D7ED0 @@ -2795,7 +2795,7 @@ MOD64_021D8A90: ; 0x021D8A90 lsr r0, r0, #0x10 asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _021D8ADC ; =0x020FFA38 + ldr r0, _021D8ADC ; =UNK_020FFA38 ldr r2, [r4, #4] ldrsh r0, [r0, r1] asr r3, r2, #0x1f @@ -2818,7 +2818,7 @@ MOD64_021D8A90: ; 0x021D8A90 pop {r4, pc} nop _021D8AD8: .word 0x0000FFFF -_021D8ADC: .word 0x020FFA38 +_021D8ADC: .word UNK_020FFA38 thumb_func_end MOD64_021D8A90 thumb_func_start MOD64_021D8AE0 diff --git a/arm9/modules/69/asm/module_69.s b/arm9/modules/69/asm/module_69.s index 2e53bedd..152ad47d 100644 --- a/arm9/modules/69/asm/module_69.s +++ b/arm9/modules/69/asm/module_69.s @@ -3795,10 +3795,10 @@ _0222F408: mov r1, #1 bl G3B_LightVector ldrh r0, [r4, #0x28] - ldr r3, _0222F62C ; =0x020FFA38 + ldr r3, _0222F62C ; =UNK_020FFA38 asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _0222F62C ; =0x020FFA38 + ldr r0, _0222F62C ; =UNK_020FFA38 add r2, r0, r1 ldrsh r1, [r3, r1] mov r3, #2 @@ -3810,10 +3810,10 @@ _0222F408: add r1, r5, #0 bl MTX_Concat44 ldrh r0, [r4, #0x2a] - ldr r3, _0222F62C ; =0x020FFA38 + ldr r3, _0222F62C ; =UNK_020FFA38 asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _0222F62C ; =0x020FFA38 + ldr r0, _0222F62C ; =UNK_020FFA38 add r2, r0, r1 ldrsh r1, [r3, r1] mov r3, #2 @@ -3825,10 +3825,10 @@ _0222F408: add r1, r5, #0 bl MTX_Concat44 ldrh r0, [r4, #0x2c] - ldr r3, _0222F62C ; =0x020FFA38 + ldr r3, _0222F62C ; =UNK_020FFA38 asr r0, r0, #4 lsl r1, r0, #2 - ldr r0, _0222F62C ; =0x020FFA38 + ldr r0, _0222F62C ; =UNK_020FFA38 add r2, r0, r1 ldrsh r1, [r3, r1] mov r3, #2 @@ -3950,7 +3950,7 @@ _0222F61C: .word 0x0000019A _0222F620: .word 0x00002D6B _0222F624: .word 0x00000FFF _0222F628: .word 0xFFFFF001 -_0222F62C: .word 0x020FFA38 +_0222F62C: .word UNK_020FFA38 _0222F630: .word 0x00007FFF _0222F634: .word 0x00008D1C _0222F638: .word 0x0000151C diff --git a/arm9/modules/73/asm/module_73.s b/arm9/modules/73/asm/module_73.s index 8bd45140..a83f3eec 100644 --- a/arm9/modules/73/asm/module_73.s +++ b/arm9/modules/73/asm/module_73.s @@ -6738,7 +6738,7 @@ _021DA906: str r0, [sp, #0x6c] asr r0, r0, #0x1f lsl r3, r2, #1 - ldr r1, _021DAAA0 ; =0x020FFA38 + ldr r1, _021DAAA0 ; =UNK_020FFA38 str r0, [sp, #0x70] ldr r0, [sp, #0xa8] ldrsh r6, [r1, r3] @@ -6904,7 +6904,7 @@ _021DA906: pop {r3, r4, r5, r6, r7, pc} nop _021DAA9C: .word MOD73_021DBE7C -_021DAAA0: .word 0x020FFA38 +_021DAAA0: .word UNK_020FFA38 _021DAAA4: .word 0x0000019A thumb_func_end MOD73_021DA8BC @@ -7130,7 +7130,7 @@ _021DABFC: lsl r4, r0, #1 add r0, r4, #1 lsl r1, r0, #1 - ldr r0, _021DAC98 ; =0x020FFA38 + ldr r0, _021DAC98 ; =UNK_020FFA38 add r2, r6, #0 ldrsh r0, [r0, r1] add r3, r7, #0 @@ -7146,7 +7146,7 @@ _021DABFC: lsr r0, r0, #0xc orr r0, r1 str r0, [sp] - ldr r0, _021DAC98 ; =0x020FFA38 + ldr r0, _021DAC98 ; =UNK_020FFA38 lsl r1, r4, #1 ldrsh r0, [r0, r1] add r2, r6, #0 @@ -7177,7 +7177,7 @@ _021DAC94: add sp, #0xc pop {r4, r5, r6, r7, pc} .align 2, 0 -_021DAC98: .word 0x020FFA38 +_021DAC98: .word UNK_020FFA38 thumb_func_end MOD73_021DABD0 thumb_func_start MOD73_021DAC9C @@ -7706,7 +7706,7 @@ MOD73_021DB020: ; 0x021DB020 asr r0, r0, #4 lsl r1, r0, #1 add r0, r1, #1 - ldr r7, _021DB124 ; =0x020FFA38 + ldr r7, _021DB124 ; =UNK_020FFA38 lsl r0, r0, #1 ldrsh r3, [r7, r0] asr r6, r3, #0x1f @@ -7819,7 +7819,7 @@ _021DB112: add sp, #0x1c pop {r4, r5, r6, r7, pc} nop -_021DB124: .word 0x020FFA38 +_021DB124: .word UNK_020FFA38 _021DB128: .word 0x00000000 thumb_func_end MOD73_021DB020 diff --git a/arm9/modules/77/asm/module_77.s b/arm9/modules/77/asm/module_77.s index 4bd5edea..45d5c131 100644 --- a/arm9/modules/77/asm/module_77.s +++ b/arm9/modules/77/asm/module_77.s @@ -2567,7 +2567,7 @@ MOD77_021D8A30: ; 0x021D8A30 sub sp, #0x24 add r4, r1, #0 ldr r1, [r4, #4] - ldr r3, _021D8AA4 ; =0x020FFA38 + ldr r3, _021D8AA4 ; =UNK_020FFA38 lsl r1, r1, #0x10 lsr r1, r1, #0x10 asr r1, r1, #4 @@ -2580,7 +2580,7 @@ MOD77_021D8A30: ; 0x021D8A30 add r5, r0, #0 bl MTX_RotY33_ ldr r0, [r4] - ldr r3, _021D8AA4 ; =0x020FFA38 + ldr r3, _021D8AA4 ; =UNK_020FFA38 lsl r0, r0, #0x10 lsr r0, r0, #0x10 asr r0, r0, #4 @@ -2597,7 +2597,7 @@ MOD77_021D8A30: ; 0x021D8A30 add r2, r5, #0 bl MTX_Concat33 ldr r0, [r4, #8] - ldr r3, _021D8AA4 ; =0x020FFA38 + ldr r3, _021D8AA4 ; =UNK_020FFA38 lsl r0, r0, #0x10 lsr r0, r0, #0x10 asr r0, r0, #4 @@ -2616,7 +2616,7 @@ MOD77_021D8A30: ; 0x021D8A30 add sp, #0x24 pop {r4, r5, pc} nop -_021D8AA4: .word 0x020FFA38 +_021D8AA4: .word UNK_020FFA38 thumb_func_end MOD77_021D8A30 thumb_func_start MOD77_021D8AA8 @@ -2625,7 +2625,7 @@ MOD77_021D8AA8: ; 0x021D8AA8 sub sp, #0x24 add r4, r1, #0 ldr r1, [r4] - ldr r3, _021D8B1C ; =0x020FFA38 + ldr r3, _021D8B1C ; =UNK_020FFA38 lsl r1, r1, #0x10 lsr r1, r1, #0x10 asr r1, r1, #4 @@ -2638,7 +2638,7 @@ MOD77_021D8AA8: ; 0x021D8AA8 add r5, r0, #0 bl MTX_RotY33_ ldr r0, [r4, #4] - ldr r3, _021D8B1C ; =0x020FFA38 + ldr r3, _021D8B1C ; =UNK_020FFA38 neg r0, r0 lsl r0, r0, #0x10 lsr r0, r0, #0x10 @@ -2656,7 +2656,7 @@ MOD77_021D8AA8: ; 0x021D8AA8 add r2, r5, #0 bl MTX_Concat33 ldr r0, [r4, #8] - ldr r3, _021D8B1C ; =0x020FFA38 + ldr r3, _021D8B1C ; =UNK_020FFA38 lsl r0, r0, #0x10 lsr r0, r0, #0x10 asr r0, r0, #4 @@ -2675,7 +2675,7 @@ MOD77_021D8AA8: ; 0x021D8AA8 add sp, #0x24 pop {r4, r5, pc} .align 2, 0 -_021D8B1C: .word 0x020FFA38 +_021D8B1C: .word UNK_020FFA38 thumb_func_end MOD77_021D8AA8 thumb_func_start MOD77_021D8B20 diff --git a/arm9/modules/81/asm/module_81.s b/arm9/modules/81/asm/module_81.s index bf838d07..4f7d4453 100644 --- a/arm9/modules/81/asm/module_81.s +++ b/arm9/modules/81/asm/module_81.s @@ -1520,7 +1520,7 @@ MOD81_02238988: ; 0x02238988 add r0, r4, #0 add r0, #0x80 ldrh r0, [r0] - ldr r3, _02238A34 ; =0x020FFA38 + ldr r3, _02238A34 ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1537,7 +1537,7 @@ MOD81_02238988: ; 0x02238988 add r0, r4, #0 add r0, #0x82 ldrh r0, [r0] - ldr r3, _02238A34 ; =0x020FFA38 + ldr r3, _02238A34 ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1554,7 +1554,7 @@ MOD81_02238988: ; 0x02238988 add r0, r4, #0 add r0, #0x84 ldrh r0, [r0] - ldr r3, _02238A34 ; =0x020FFA38 + ldr r3, _02238A34 ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1591,7 +1591,7 @@ _02238A20: add sp, #0x50 pop {r4, pc} .align 2, 0 -_02238A34: .word 0x020FFA38 +_02238A34: .word UNK_020FFA38 thumb_func_end MOD81_02238988 thumb_func_start MOD81_02238A38 @@ -1806,7 +1806,7 @@ MOD81_02238B8C: ; 0x02238B8C add r0, r4, #0 add r0, #0x80 ldrh r0, [r0] - ldr r3, _02238C3C ; =0x020FFA38 + ldr r3, _02238C3C ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1823,7 +1823,7 @@ MOD81_02238B8C: ; 0x02238B8C add r0, r4, #0 add r0, #0x82 ldrh r0, [r0] - ldr r3, _02238C3C ; =0x020FFA38 + ldr r3, _02238C3C ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1840,7 +1840,7 @@ MOD81_02238B8C: ; 0x02238B8C add r0, r4, #0 add r0, #0x84 ldrh r0, [r0] - ldr r3, _02238C3C ; =0x020FFA38 + ldr r3, _02238C3C ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1876,7 +1876,7 @@ MOD81_02238B8C: ; 0x02238B8C add sp, #0x4c pop {r3, r4, pc} .align 2, 0 -_02238C3C: .word 0x020FFA38 +_02238C3C: .word UNK_020FFA38 thumb_func_end MOD81_02238B8C thumb_func_start MOD81_02238C40 diff --git a/arm9/modules/84/asm/module_84.s b/arm9/modules/84/asm/module_84.s index c01fd84c..b710e7ca 100644 --- a/arm9/modules/84/asm/module_84.s +++ b/arm9/modules/84/asm/module_84.s @@ -1010,7 +1010,7 @@ MOD84_021D7CFC: ; 0x021D7CFC add r0, r4, #0 add r0, #0x94 ldrh r0, [r0] - ldr r3, _021D7DF0 ; =0x020FFA38 + ldr r3, _021D7DF0 ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1027,7 +1027,7 @@ MOD84_021D7CFC: ; 0x021D7CFC add r0, r4, #0 add r0, #0x96 ldrh r0, [r0] - ldr r3, _021D7DF0 ; =0x020FFA38 + ldr r3, _021D7DF0 ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1044,7 +1044,7 @@ MOD84_021D7CFC: ; 0x021D7CFC add r0, r4, #0 add r0, #0x98 ldrh r0, [r0] - ldr r3, _021D7DF0 ; =0x020FFA38 + ldr r3, _021D7DF0 ; =UNK_020FFA38 asr r0, r0, #4 lsl r2, r0, #1 lsl r1, r2, #1 @@ -1105,7 +1105,7 @@ _021D7DBA: add sp, #0x4c pop {r3, r4, pc} nop -_021D7DF0: .word 0x020FFA38 +_021D7DF0: .word UNK_020FFA38 thumb_func_end MOD84_021D7CFC thumb_func_start MOD84_021D7DF4 -- cgit v1.2.3 From 56ad1b380b0605f4c32fa9b727daa177d3d9f795 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 29 Jun 2020 16:39:40 -0400 Subject: Fix segfault due to mwldarm arg string being too long --- arm9/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arm9/Makefile b/arm9/Makefile index 6b730f06..a3f4709b 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -190,7 +190,7 @@ ASFLAGS = -proc arm5te -i ../include -i .. -D$(GAME_VERSION) -D$(GAME_LANGUAGE) CFLAGS = -O4,p -gccext,on -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -i ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) CXXFLAGS = -O4,p -proc arm946e -fp soft -lang c99 -Cpp_exceptions off -i ../include -ir ../include-mw -ir lib/include -interworking -DFS_IMPLEMENT -enum int -W all -D$(GAME_VERSION) -D$(GAME_LANGUAGE) LDFLAGS = -nodead -w off -proc v5te -interworking -map closure,unused -symtab sort -m _start -LIBS := -L$(BUILD_DIR)/lib -lsyscall +LIBS := -Llib -lsyscall ARFLAGS = rcS STATIC_LIBS := $(addprefix $(BUILD_DIR)/lib/,libsyscall.a) @@ -289,7 +289,7 @@ $(BUILD_DIR)/$(LD_SCRIPT): $(LD_SCRIPT) $(CPP) $(VERSION_CFLAGS) -MMD -MP -MT $@ -MF $@.d -I include/ -I . -DBUILD_DIR=$(BUILD_DIR) -o $@ $< $(ROM): $(BUILD_DIR)/$(LD_SCRIPT) $(O_FILES) $(STATIC_LIBS) - $(LD) $(LDFLAGS) $(LIBS) -o $(ELF) $(BUILD_DIR)/$(LD_SCRIPT) $(O_FILES) + cd $(BUILD_DIR) && $(WINE) ../../$(MWLDARM) $(LDFLAGS) $(LIBS) -o ../../$(ELF) $(LD_SCRIPT) $(O_FILES:$(BUILD_DIR)/%=%) $(OBJCOPY) --update-section arm9=$@ -j arm9 $(foreach ov,$(OVERLAYS),--update-section $(ov)=$(BUILD_DIR)/$(ov).sbin -j $(ov)) $(ELF) 2>/dev/null $(BUILD_DIR)/lib/libsyscall.a: $(BUILD_DIR)/lib/syscall/secure.o -- cgit v1.2.3 From 43017b6bb0f6a25bd976e7a73c7a294e085786e1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 29 Jun 2020 21:25:42 -0400 Subject: ntrcomp rule for padded LZ; revert poketch LZ --- .travis/calcrom/webhook.sh | 2 +- Makefile | 28 +- arm9/Makefile | 2 +- .../custom_ball/data/cb_data/.knarcignore | 572 ++++++------ files/battle/graphic/batt_bg/.knarcignore | 316 +++---- files/battle/graphic/batt_obj/.knarcignore | 408 ++++----- files/contest/graphic/contest_bg/.knarcignore | 58 +- files/contest/graphic/contest_obj/.knarcignore | 170 ++-- files/data/namein/.knarcignore | 34 +- files/data/tradelist/.knarcignore | 24 +- files/demo/egg/data/egg_data/.knarcignore | 16 +- files/graphic/box/.knarcignore | 178 ++-- files/graphic/demo_trade/.knarcignore | 38 +- files/graphic/dendou_demo/.knarcignore | 8 +- files/graphic/dendou_pc/.knarcignore | 4 +- files/graphic/font/.knarcignore | 2 +- files/graphic/mysign/.knarcignore | 14 +- files/graphic/mystery/.knarcignore | 58 +- files/graphic/oekaki/.knarcignore | 14 +- files/graphic/pmsi/.knarcignore | 44 +- files/graphic/poketch/.knarcignore | 240 ----- files/graphic/poketch/narc_0002.bin | Bin 2608 -> 384 bytes files/graphic/poketch/narc_0003.bin | Bin 358 -> 198 bytes files/graphic/poketch/narc_0004.bin | Bin 498 -> 245 bytes files/graphic/poketch/narc_0005.bin | Bin 216 -> 131 bytes files/graphic/poketch/narc_0006.bin | Bin 540 -> 254 bytes files/graphic/poketch/narc_0007.bin | Bin 192 -> 84 bytes files/graphic/poketch/narc_0010.bin | Bin 2112 -> 501 bytes files/graphic/poketch/narc_0011.bin | Bin 1572 -> 435 bytes files/graphic/poketch/narc_0014.bin | Bin 5440 -> 1285 bytes files/graphic/poketch/narc_0015.bin | Bin 1572 -> 369 bytes files/graphic/poketch/narc_0016.bin | Bin 11584 -> 1687 bytes files/graphic/poketch/narc_0017.bin | Bin 2084 -> 553 bytes files/graphic/poketch/narc_0018.bin | Bin 1014 -> 637 bytes files/graphic/poketch/narc_0019.bin | Bin 886 -> 410 bytes files/graphic/poketch/narc_0020.bin | Bin 2084 -> 552 bytes files/graphic/poketch/narc_0021.bin | Bin 13088 -> 1858 bytes files/graphic/poketch/narc_0022.bin | Bin 11184 -> 1712 bytes files/graphic/poketch/narc_0023.bin | Bin 1600 -> 275 bytes files/graphic/poketch/narc_0024.bin | Bin 1572 -> 318 bytes files/graphic/poketch/narc_0025.bin | Bin 756 -> 164 bytes files/graphic/poketch/narc_0026.bin | Bin 1572 -> 228 bytes files/graphic/poketch/narc_0027.bin | Bin 7775 -> 2692 bytes files/graphic/poketch/narc_0028.bin | Bin 24523 -> 6924 bytes files/graphic/poketch/narc_0029.bin | Bin 1584 -> 239 bytes files/graphic/poketch/narc_0030.bin | Bin 384 -> 120 bytes files/graphic/poketch/narc_0031.bin | Bin 2084 -> 296 bytes files/graphic/poketch/narc_0032.bin | Bin 5168 -> 760 bytes files/graphic/poketch/narc_0033.bin | Bin 208 -> 134 bytes files/graphic/poketch/narc_0034.bin | Bin 240 -> 141 bytes files/graphic/poketch/narc_0035.bin | Bin 1072 -> 210 bytes files/graphic/poketch/narc_0036.bin | Bin 204 -> 149 bytes files/graphic/poketch/narc_0037.bin | Bin 288 -> 163 bytes files/graphic/poketch/narc_0038.bin | Bin 2084 -> 400 bytes files/graphic/poketch/narc_0039.bin | Bin 2112 -> 383 bytes files/graphic/poketch/narc_0040.bin | Bin 276 -> 182 bytes files/graphic/poketch/narc_0041.bin | Bin 716 -> 329 bytes files/graphic/poketch/narc_0042.bin | Bin 3280 -> 620 bytes files/graphic/poketch/narc_0043.bin | Bin 2084 -> 302 bytes files/graphic/poketch/narc_0044.bin | Bin 256 -> 97 bytes files/graphic/poketch/narc_0045.bin | Bin 126 -> 92 bytes files/graphic/poketch/narc_0046.bin | Bin 154 -> 104 bytes files/graphic/poketch/narc_0047.bin | Bin 4144 -> 603 bytes files/graphic/poketch/narc_0048.bin | Bin 2084 -> 327 bytes files/graphic/poketch/narc_0049.bin | Bin 320 -> 103 bytes files/graphic/poketch/narc_0050.bin | Bin 138 -> 92 bytes files/graphic/poketch/narc_0051.bin | Bin 154 -> 106 bytes files/graphic/poketch/narc_0052.bin | Bin 4144 -> 645 bytes files/graphic/poketch/narc_0053.bin | Bin 2084 -> 289 bytes files/graphic/poketch/narc_0054.bin | Bin 576 -> 127 bytes files/graphic/poketch/narc_0055.bin | Bin 157 -> 105 bytes files/graphic/poketch/narc_0056.bin | Bin 217 -> 127 bytes files/graphic/poketch/narc_0057.bin | Bin 6192 -> 1070 bytes files/graphic/poketch/narc_0058.bin | Bin 2084 -> 346 bytes files/graphic/poketch/narc_0059.bin | Bin 16192 -> 2133 bytes files/graphic/poketch/narc_0060.bin | Bin 2084 -> 439 bytes files/graphic/poketch/narc_0061.bin | Bin 1696 -> 312 bytes files/graphic/poketch/narc_0062.bin | Bin 274 -> 175 bytes files/graphic/poketch/narc_0063.bin | Bin 326 -> 177 bytes files/graphic/poketch/narc_0064.bin | Bin 1072 -> 235 bytes files/graphic/poketch/narc_0065.bin | Bin 1572 -> 503 bytes files/graphic/poketch/narc_0066.bin | Bin 3136 -> 510 bytes files/graphic/poketch/narc_0067.bin | Bin 99 -> 79 bytes files/graphic/poketch/narc_0068.bin | Bin 111 -> 90 bytes files/graphic/poketch/narc_0069.bin | Bin 560 -> 137 bytes files/graphic/poketch/narc_0070.bin | Bin 2084 -> 324 bytes files/graphic/poketch/narc_0071.bin | Bin 576 -> 145 bytes files/graphic/poketch/narc_0072.bin | Bin 490 -> 271 bytes files/graphic/poketch/narc_0073.bin | Bin 1070 -> 454 bytes files/graphic/poketch/narc_0074.bin | Bin 4016 -> 660 bytes files/graphic/poketch/narc_0075.bin | Bin 2084 -> 514 bytes files/graphic/poketch/narc_0076.bin | Bin 3136 -> 469 bytes files/graphic/poketch/narc_0077.bin | Bin 293 -> 182 bytes files/graphic/poketch/narc_0078.bin | Bin 385 -> 207 bytes files/graphic/poketch/narc_0079.bin | Bin 6704 -> 1009 bytes files/graphic/poketch/narc_0080.bin | Bin 1572 -> 260 bytes files/graphic/poketch/narc_0081.bin | Bin 576 -> 139 bytes files/graphic/poketch/narc_0082.bin | Bin 442 -> 231 bytes files/graphic/poketch/narc_0083.bin | Bin 630 -> 290 bytes files/graphic/poketch/narc_0084.bin | Bin 1584 -> 269 bytes files/graphic/poketch/narc_0085.bin | Bin 2084 -> 471 bytes files/graphic/poketch/narc_0086.bin | Bin 1344 -> 275 bytes files/graphic/poketch/narc_0087.bin | Bin 381 -> 235 bytes files/graphic/poketch/narc_0088.bin | Bin 369 -> 194 bytes files/graphic/poketch/narc_0089.bin | Bin 5360 -> 811 bytes files/graphic/poketch/narc_0090.bin | Bin 1572 -> 465 bytes files/graphic/poketch/narc_0091.bin | Bin 2432 -> 423 bytes files/graphic/poketch/narc_0092.bin | Bin 384 -> 268 bytes files/graphic/poketch/narc_0093.bin | Bin 532 -> 303 bytes files/graphic/poketch/narc_0094.bin | Bin 10544 -> 1510 bytes files/graphic/poketch/narc_0095.bin | Bin 1572 -> 225 bytes files/graphic/poketch/narc_0096.bin | Bin 128 -> 67 bytes files/graphic/poketch/narc_0097.bin | Bin 390 -> 273 bytes files/graphic/poketch/narc_0098.bin | Bin 278 -> 180 bytes files/graphic/poketch/narc_0099.bin | Bin 4016 -> 596 bytes files/graphic/poketch/narc_0100.bin | Bin 1572 -> 236 bytes files/graphic/poketch/narc_0101.bin | Bin 224 -> 90 bytes files/graphic/poketch/narc_0102.bin | Bin 126 -> 92 bytes files/graphic/poketch/narc_0103.bin | Bin 154 -> 106 bytes files/graphic/poketch/narc_0104.bin | Bin 4144 -> 680 bytes files/graphic/poketch/narc_0105.bin | Bin 1572 -> 251 bytes files/graphic/poketch/narc_0106.bin | Bin 384 -> 107 bytes files/graphic/poketch/narc_0107.bin | Bin 114 -> 86 bytes files/graphic/poketch/narc_0108.bin | Bin 142 -> 102 bytes files/graphic/poketch/narc_0109.bin | Bin 304 -> 144 bytes files/graphic/poketch/narc_0110.bin | Bin 1572 -> 236 bytes files/graphic/poketch/narc_0111.bin | Bin 4672 -> 696 bytes files/graphic/poketch/narc_0112.bin | Bin 99 -> 79 bytes files/graphic/poketch/narc_0113.bin | Bin 111 -> 90 bytes files/graphic/poketch/narc_0114.bin | Bin 560 -> 119 bytes files/graphic/poketch/narc_0115.bin | Bin 1572 -> 544 bytes files/graphic/poketch/narc_0116.bin | Bin 1572 -> 554 bytes files/graphic/poketch/narc_0117.bin | Bin 3520 -> 591 bytes files/graphic/poketch/narc_0118.bin | Bin 458 -> 315 bytes files/graphic/poketch/narc_0119.bin | Bin 890 -> 440 bytes files/graphic/poketch/narc_0120.bin | Bin 1968 -> 407 bytes files/graphic/poketch/narc_0121.bin | Bin 1572 -> 278 bytes files/graphic/poketch/narc_0122.bin | Bin 832 -> 189 bytes files/graphic/poketch/narc_0123.bin | Bin 358 -> 199 bytes files/graphic/poketch/narc_0124.bin | Bin 498 -> 243 bytes files/graphic/poketch/narc_0125.bin | Bin 688 -> 145 bytes files/graphic/record/.knarcignore | 22 +- files/graphic/touch_subwindow/.knarcignore | 18 +- files/graphic/unionroom/.knarcignore | 12 +- files/graphic/worldtrade/.knarcignore | 56 +- files/poketool/pokefoot/pokefoot/.knarcignore | 992 ++++++++++----------- files/resource/eng/zukan/zukan/.knarcignore | 206 ++--- files/wazaeffect/effectclact/wecell/.knarcignore | 74 +- .../wazaeffect/effectclact/wecellanm/.knarcignore | 74 +- files/wazaeffect/effectclact/wechar/.knarcignore | 74 +- filesystem.mk | 122 --- 151 files changed, 1758 insertions(+), 2122 deletions(-) delete mode 100644 files/graphic/poketch/.knarcignore diff --git a/.travis/calcrom/webhook.sh b/.travis/calcrom/webhook.sh index 90752989..66f141b6 100755 --- a/.travis/calcrom/webhook.sh +++ b/.travis/calcrom/webhook.sh @@ -6,7 +6,7 @@ if [[ "$TRAVIS_BRANCH" != "master" || "$TRAVIS_PULL_REQUEST" != "false" ]]; then fi build_name=$1 -map_file=$(dirname "$0")/../../arm9/build/arm9.elf.xMAP +map_file=$(dirname "$0")/../../arm9/build/diamond.us/arm9.elf.xMAP if [ ! -f $map_file ]; then echo "$map_file does not exist!" exit 1 diff --git a/Makefile b/Makefile index 9f9727ea..6afe6bd2 100644 --- a/Makefile +++ b/Makefile @@ -314,24 +314,22 @@ DUMMY != mkdir -p $(ALL_DIRS) %.gbapal: %.pal $(GFX) $< $@ +PADDED_LZ_FILES := $(addsuffix .lz,$(wildcard \ + files/battle/graphic/batt_bg/*.bin \ + files/battle/graphic/batt_obj/*.bin \ + files/wazaeffect/effectclact/wecell/*.bin \ + files/wazaeffect/effectclact/wecellanm/*.bin \ + files/wazaeffect/effectclact/wechar/*.bin \ + files/contest/graphic/contest_bg/*.bin \ + files/contest/graphic/contest_obj/*.bin \ + files/application/custom_ball/data/cb_data/*.bin \ + files/demo/egg/data/egg_data/*.bin)) + %.lz: % $(NTRCOMP) -l2 -s -o $@ $< -# -LZ8_FILES := $(wildcard \ - files/battle/graphic/batt_bg/*.lz \ - files/battle/graphic/batt_obj/*.lz \ - files/wazaeffect/effectclact/wecell/*.lz \ - files/wazaeffect/effectclact/wecellanm/*.lz \ - files/wazaeffect/effectclact/wechar/*.lz \ - files/graphic/poketch/*.lz \ - files/contest/graphic/contest_bg/*.lz \ - files/contest/graphic/contest_obj/*.lz \ - files/application/custom_ball/data/cb_data/*.lz \ - files/demo/egg/data/egg_data/*.lz) - -$(LZ8_FILES): %.lz: % - $(NTRCOMP) -l4 -s -o $@ $< +$(PADDED_LZ_FILES): %.lz: % + $(NTRCOMP) -l2 -s -A4 -o $@ $< %.png: ; %.pal: ; diff --git a/arm9/Makefile b/arm9/Makefile index a3f4709b..09f110a1 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -268,7 +268,7 @@ $(BUILD_DIR)/lib/%.o: MWCCVERSION = 1.2/sp2p3 ####################### Everything Else ###################### ifeq (,$(NODEP)) -$(BUILD_DIR)/%.o: dep = $(shell $(SCANINC) -I ../include -I ../include-mw -I lib/include $(filter $*.c,$(C_FILES)) $(filter $*.cpp,$(CXX_FILES)) $(filter $*.s,$(S_FILES))) +$(BUILD_DIR)/%.o: dep = $(shell $(SCANINC) -I ../include -I ../include-mw -I lib/include $(filter $*.c,$(C_FILES)) $(filter $*.cpp,$(CXX_FILES)) $(filter $*.s,$(S_FILES)) $(filter %*.s,$(LIBS_FILES))) else $(BUILD_DIR)/%.o: dep := endif diff --git a/files/application/custom_ball/data/cb_data/.knarcignore b/files/application/custom_ball/data/cb_data/.knarcignore index f17188d9..28b062ba 100644 --- a/files/application/custom_ball/data/cb_data/.knarcignore +++ b/files/application/custom_ball/data/cb_data/.knarcignore @@ -1,289 +1,289 @@ -files/application/custom_ball/data/cb_data/narc_0195.bin -files/application/custom_ball/data/cb_data/narc_0181.bin -files/application/custom_ball/data/cb_data/narc_0156.bin -files/application/custom_ball/data/cb_data/narc_0142.bin -files/application/custom_ball/data/cb_data/narc_0022.bin -files/application/custom_ball/data/cb_data/narc_0036.bin -files/application/custom_ball/data/cb_data/narc_0220.bin -files/application/custom_ball/data/cb_data/narc_0234.bin -files/application/custom_ball/data/cb_data/narc_0208.bin -files/application/custom_ball/data/cb_data/narc_0209.bin -files/application/custom_ball/data/cb_data/narc_0235.bin -files/application/custom_ball/data/cb_data/narc_0221.bin -files/application/custom_ball/data/cb_data/narc_0037.bin -files/application/custom_ball/data/cb_data/narc_0023.bin -files/application/custom_ball/data/cb_data/narc_0143.bin -files/application/custom_ball/data/cb_data/narc_0157.bin -files/application/custom_ball/data/cb_data/narc_0180.bin -files/application/custom_ball/data/cb_data/narc_0194.bin -files/application/custom_ball/data/cb_data/narc_0182.bin -files/application/custom_ball/data/cb_data/narc_0196.bin -files/application/custom_ball/data/cb_data/narc_0141.bin -files/application/custom_ball/data/cb_data/narc_0155.bin -files/application/custom_ball/data/cb_data/narc_0169.bin -files/application/custom_ball/data/cb_data/narc_0035.bin -files/application/custom_ball/data/cb_data/narc_0021.bin -files/application/custom_ball/data/cb_data/narc_0009.bin -files/application/custom_ball/data/cb_data/narc_0237.bin -files/application/custom_ball/data/cb_data/narc_0223.bin -files/application/custom_ball/data/cb_data/narc_0222.bin -files/application/custom_ball/data/cb_data/narc_0236.bin -files/application/custom_ball/data/cb_data/narc_0008.bin -files/application/custom_ball/data/cb_data/narc_0020.bin -files/application/custom_ball/data/cb_data/narc_0034.bin -files/application/custom_ball/data/cb_data/narc_0168.bin -files/application/custom_ball/data/cb_data/narc_0154.bin -files/application/custom_ball/data/cb_data/narc_0140.bin -files/application/custom_ball/data/cb_data/narc_0197.bin -files/application/custom_ball/data/cb_data/narc_0183.bin -files/application/custom_ball/data/cb_data/narc_0187.bin -files/application/custom_ball/data/cb_data/narc_0193.bin -files/application/custom_ball/data/cb_data/narc_0178.bin -files/application/custom_ball/data/cb_data/narc_0144.bin -files/application/custom_ball/data/cb_data/narc_0150.bin -files/application/custom_ball/data/cb_data/narc_0018.bin -files/application/custom_ball/data/cb_data/narc_0030.bin -files/application/custom_ball/data/cb_data/narc_0024.bin -files/application/custom_ball/data/cb_data/narc_0232.bin -files/application/custom_ball/data/cb_data/narc_0226.bin -files/application/custom_ball/data/cb_data/narc_0227.bin -files/application/custom_ball/data/cb_data/narc_0233.bin -files/application/custom_ball/data/cb_data/narc_0025.bin -files/application/custom_ball/data/cb_data/narc_0031.bin -files/application/custom_ball/data/cb_data/narc_0019.bin -files/application/custom_ball/data/cb_data/narc_0151.bin -files/application/custom_ball/data/cb_data/narc_0145.bin -files/application/custom_ball/data/cb_data/narc_0179.bin -files/application/custom_ball/data/cb_data/narc_0192.bin -files/application/custom_ball/data/cb_data/narc_0186.bin -files/application/custom_ball/data/cb_data/narc_0190.bin -files/application/custom_ball/data/cb_data/narc_0184.bin -files/application/custom_ball/data/cb_data/narc_0153.bin -files/application/custom_ball/data/cb_data/narc_0147.bin -files/application/custom_ball/data/cb_data/narc_0027.bin -files/application/custom_ball/data/cb_data/narc_0033.bin -files/application/custom_ball/data/cb_data/narc_0219.bin -files/application/custom_ball/data/cb_data/narc_0225.bin -files/application/custom_ball/data/cb_data/narc_0231.bin -files/application/custom_ball/data/cb_data/narc_0230.bin -files/application/custom_ball/data/cb_data/narc_0224.bin -files/application/custom_ball/data/cb_data/narc_0218.bin -files/application/custom_ball/data/cb_data/narc_0032.bin -files/application/custom_ball/data/cb_data/narc_0026.bin -files/application/custom_ball/data/cb_data/narc_0146.bin -files/application/custom_ball/data/cb_data/narc_0152.bin -files/application/custom_ball/data/cb_data/narc_0185.bin -files/application/custom_ball/data/cb_data/narc_0191.bin -files/application/custom_ball/data/cb_data/narc_0135.bin -files/application/custom_ball/data/cb_data/narc_0121.bin -files/application/custom_ball/data/cb_data/narc_0109.bin -files/application/custom_ball/data/cb_data/narc_0082.bin -files/application/custom_ball/data/cb_data/narc_0096.bin -files/application/custom_ball/data/cb_data/narc_0041.bin -files/application/custom_ball/data/cb_data/narc_0055.bin -files/application/custom_ball/data/cb_data/narc_0069.bin -files/application/custom_ball/data/cb_data/narc_0280.bin -files/application/custom_ball/data/cb_data/narc_0243.bin -files/application/custom_ball/data/cb_data/narc_0257.bin -files/application/custom_ball/data/cb_data/narc_0256.bin -files/application/custom_ball/data/cb_data/narc_0242.bin -files/application/custom_ball/data/cb_data/narc_0281.bin -files/application/custom_ball/data/cb_data/narc_0068.bin -files/application/custom_ball/data/cb_data/narc_0054.bin -files/application/custom_ball/data/cb_data/narc_0040.bin -files/application/custom_ball/data/cb_data/narc_0097.bin -files/application/custom_ball/data/cb_data/narc_0083.bin -files/application/custom_ball/data/cb_data/narc_0108.bin -files/application/custom_ball/data/cb_data/narc_0120.bin -files/application/custom_ball/data/cb_data/narc_0134.bin -files/application/custom_ball/data/cb_data/narc_0122.bin -files/application/custom_ball/data/cb_data/narc_0136.bin -files/application/custom_ball/data/cb_data/narc_0095.bin -files/application/custom_ball/data/cb_data/narc_0081.bin -files/application/custom_ball/data/cb_data/narc_0056.bin -files/application/custom_ball/data/cb_data/narc_0042.bin -files/application/custom_ball/data/cb_data/narc_0283.bin -files/application/custom_ball/data/cb_data/narc_0254.bin -files/application/custom_ball/data/cb_data/narc_0240.bin -files/application/custom_ball/data/cb_data/narc_0268.bin -files/application/custom_ball/data/cb_data/narc_0269.bin -files/application/custom_ball/data/cb_data/narc_0241.bin -files/application/custom_ball/data/cb_data/narc_0255.bin -files/application/custom_ball/data/cb_data/narc_0282.bin -files/application/custom_ball/data/cb_data/narc_0043.bin -files/application/custom_ball/data/cb_data/narc_0057.bin -files/application/custom_ball/data/cb_data/narc_0080.bin -files/application/custom_ball/data/cb_data/narc_0094.bin -files/application/custom_ball/data/cb_data/narc_0137.bin -files/application/custom_ball/data/cb_data/narc_0123.bin -files/application/custom_ball/data/cb_data/narc_0127.bin -files/application/custom_ball/data/cb_data/narc_0133.bin -files/application/custom_ball/data/cb_data/narc_0090.bin -files/application/custom_ball/data/cb_data/narc_0084.bin -files/application/custom_ball/data/cb_data/narc_0053.bin -files/application/custom_ball/data/cb_data/narc_0047.bin -files/application/custom_ball/data/cb_data/narc_0279.bin -files/application/custom_ball/data/cb_data/narc_0251.bin -files/application/custom_ball/data/cb_data/narc_0245.bin -files/application/custom_ball/data/cb_data/narc_0244.bin -files/application/custom_ball/data/cb_data/narc_0250.bin -files/application/custom_ball/data/cb_data/narc_0278.bin -files/application/custom_ball/data/cb_data/narc_0046.bin -files/application/custom_ball/data/cb_data/narc_0052.bin -files/application/custom_ball/data/cb_data/narc_0085.bin -files/application/custom_ball/data/cb_data/narc_0091.bin -files/application/custom_ball/data/cb_data/narc_0132.bin -files/application/custom_ball/data/cb_data/narc_0126.bin -files/application/custom_ball/data/cb_data/narc_0118.bin -files/application/custom_ball/data/cb_data/narc_0130.bin -files/application/custom_ball/data/cb_data/narc_0124.bin -files/application/custom_ball/data/cb_data/narc_0087.bin -files/application/custom_ball/data/cb_data/narc_0093.bin -files/application/custom_ball/data/cb_data/narc_0078.bin -files/application/custom_ball/data/cb_data/narc_0044.bin -files/application/custom_ball/data/cb_data/narc_0050.bin -files/application/custom_ball/data/cb_data/narc_0285.bin -files/application/custom_ball/data/cb_data/narc_0246.bin -files/application/custom_ball/data/cb_data/narc_0252.bin -files/application/custom_ball/data/cb_data/narc_0253.bin -files/application/custom_ball/data/cb_data/narc_0247.bin -files/application/custom_ball/data/cb_data/narc_0284.bin -files/application/custom_ball/data/cb_data/narc_0051.bin -files/application/custom_ball/data/cb_data/narc_0045.bin -files/application/custom_ball/data/cb_data/narc_0079.bin -files/application/custom_ball/data/cb_data/narc_0092.bin -files/application/custom_ball/data/cb_data/narc_0086.bin -files/application/custom_ball/data/cb_data/narc_0125.bin -files/application/custom_ball/data/cb_data/narc_0131.bin -files/application/custom_ball/data/cb_data/narc_0119.bin -files/application/custom_ball/data/cb_data/narc_0114.bin -files/application/custom_ball/data/cb_data/narc_0100.bin -files/application/custom_ball/data/cb_data/narc_0128.bin -files/application/custom_ball/data/cb_data/narc_0060.bin -files/application/custom_ball/data/cb_data/narc_0074.bin -files/application/custom_ball/data/cb_data/narc_0048.bin -files/application/custom_ball/data/cb_data/narc_0262.bin -files/application/custom_ball/data/cb_data/narc_0276.bin -files/application/custom_ball/data/cb_data/narc_0277.bin -files/application/custom_ball/data/cb_data/narc_0263.bin -files/application/custom_ball/data/cb_data/narc_0049.bin -files/application/custom_ball/data/cb_data/narc_0075.bin -files/application/custom_ball/data/cb_data/narc_0061.bin -files/application/custom_ball/data/cb_data/narc_0129.bin -files/application/custom_ball/data/cb_data/narc_0101.bin -files/application/custom_ball/data/cb_data/narc_0115.bin -files/application/custom_ball/data/cb_data/narc_0103.bin -files/application/custom_ball/data/cb_data/narc_0117.bin -files/application/custom_ball/data/cb_data/narc_0088.bin -files/application/custom_ball/data/cb_data/narc_0077.bin -files/application/custom_ball/data/cb_data/narc_0063.bin -files/application/custom_ball/data/cb_data/narc_0275.bin -files/application/custom_ball/data/cb_data/narc_0261.bin -files/application/custom_ball/data/cb_data/narc_0249.bin -files/application/custom_ball/data/cb_data/narc_0248.bin -files/application/custom_ball/data/cb_data/narc_0260.bin -files/application/custom_ball/data/cb_data/narc_0274.bin -files/application/custom_ball/data/cb_data/narc_0062.bin -files/application/custom_ball/data/cb_data/narc_0076.bin -files/application/custom_ball/data/cb_data/narc_0089.bin -files/application/custom_ball/data/cb_data/narc_0116.bin -files/application/custom_ball/data/cb_data/narc_0102.bin -files/application/custom_ball/data/cb_data/narc_0106.bin -files/application/custom_ball/data/cb_data/narc_0112.bin -files/application/custom_ball/data/cb_data/narc_0099.bin -files/application/custom_ball/data/cb_data/narc_0072.bin -files/application/custom_ball/data/cb_data/narc_0066.bin -files/application/custom_ball/data/cb_data/narc_0258.bin -files/application/custom_ball/data/cb_data/narc_0270.bin -files/application/custom_ball/data/cb_data/narc_0264.bin -files/application/custom_ball/data/cb_data/narc_0265.bin -files/application/custom_ball/data/cb_data/narc_0271.bin -files/application/custom_ball/data/cb_data/narc_0259.bin -files/application/custom_ball/data/cb_data/narc_0067.bin -files/application/custom_ball/data/cb_data/narc_0073.bin -files/application/custom_ball/data/cb_data/narc_0098.bin -files/application/custom_ball/data/cb_data/narc_0113.bin -files/application/custom_ball/data/cb_data/narc_0107.bin -files/application/custom_ball/data/cb_data/narc_0139.bin -files/application/custom_ball/data/cb_data/narc_0111.bin -files/application/custom_ball/data/cb_data/narc_0105.bin -files/application/custom_ball/data/cb_data/narc_0059.bin -files/application/custom_ball/data/cb_data/narc_0065.bin -files/application/custom_ball/data/cb_data/narc_0071.bin -files/application/custom_ball/data/cb_data/narc_0267.bin -files/application/custom_ball/data/cb_data/narc_0273.bin -files/application/custom_ball/data/cb_data/narc_0272.bin -files/application/custom_ball/data/cb_data/narc_0266.bin -files/application/custom_ball/data/cb_data/narc_0070.bin -files/application/custom_ball/data/cb_data/narc_0064.bin -files/application/custom_ball/data/cb_data/narc_0058.bin -files/application/custom_ball/data/cb_data/narc_0104.bin -files/application/custom_ball/data/cb_data/narc_0110.bin -files/application/custom_ball/data/cb_data/narc_0138.bin -files/application/custom_ball/data/cb_data/narc_0188.bin -files/application/custom_ball/data/cb_data/narc_0177.bin -files/application/custom_ball/data/cb_data/narc_0163.bin -files/application/custom_ball/data/cb_data/narc_0003.bin -files/application/custom_ball/data/cb_data/narc_0017.bin -files/application/custom_ball/data/cb_data/narc_0201.bin -files/application/custom_ball/data/cb_data/narc_0215.bin -files/application/custom_ball/data/cb_data/narc_0229.bin -files/application/custom_ball/data/cb_data/narc_0228.bin -files/application/custom_ball/data/cb_data/narc_0214.bin -files/application/custom_ball/data/cb_data/narc_0200.bin -files/application/custom_ball/data/cb_data/narc_0016.bin -files/application/custom_ball/data/cb_data/narc_0002.bin -files/application/custom_ball/data/cb_data/narc_0162.bin -files/application/custom_ball/data/cb_data/narc_0176.bin -files/application/custom_ball/data/cb_data/narc_0189.bin -files/application/custom_ball/data/cb_data/narc_0160.bin -files/application/custom_ball/data/cb_data/narc_0174.bin -files/application/custom_ball/data/cb_data/narc_0148.bin -files/application/custom_ball/data/cb_data/narc_0014.bin -files/application/custom_ball/data/cb_data/narc_0000.bin -files/application/custom_ball/data/cb_data/narc_0028.bin -files/application/custom_ball/data/cb_data/narc_0216.bin -files/application/custom_ball/data/cb_data/narc_0202.bin -files/application/custom_ball/data/cb_data/narc_0203.bin -files/application/custom_ball/data/cb_data/narc_0217.bin -files/application/custom_ball/data/cb_data/narc_0029.bin -files/application/custom_ball/data/cb_data/narc_0001.bin -files/application/custom_ball/data/cb_data/narc_0015.bin -files/application/custom_ball/data/cb_data/narc_0149.bin -files/application/custom_ball/data/cb_data/narc_0175.bin -files/application/custom_ball/data/cb_data/narc_0161.bin -files/application/custom_ball/data/cb_data/narc_0159.bin -files/application/custom_ball/data/cb_data/narc_0165.bin -files/application/custom_ball/data/cb_data/narc_0171.bin -files/application/custom_ball/data/cb_data/narc_0039.bin -files/application/custom_ball/data/cb_data/narc_0011.bin -files/application/custom_ball/data/cb_data/narc_0005.bin -files/application/custom_ball/data/cb_data/narc_0213.bin -files/application/custom_ball/data/cb_data/narc_0207.bin -files/application/custom_ball/data/cb_data/narc_0206.bin -files/application/custom_ball/data/cb_data/narc_0212.bin -files/application/custom_ball/data/cb_data/narc_0004.bin -files/application/custom_ball/data/cb_data/narc_0010.bin -files/application/custom_ball/data/cb_data/narc_0038.bin -files/application/custom_ball/data/cb_data/narc_0170.bin -files/application/custom_ball/data/cb_data/narc_0164.bin -files/application/custom_ball/data/cb_data/narc_0158.bin -files/application/custom_ball/data/cb_data/narc_0199.bin -files/application/custom_ball/data/cb_data/narc_0172.bin -files/application/custom_ball/data/cb_data/narc_0166.bin -files/application/custom_ball/data/cb_data/narc_0006.bin -files/application/custom_ball/data/cb_data/narc_0012.bin -files/application/custom_ball/data/cb_data/narc_0238.bin -files/application/custom_ball/data/cb_data/narc_0204.bin -files/application/custom_ball/data/cb_data/narc_0210.bin -files/application/custom_ball/data/cb_data/narc_0211.bin -files/application/custom_ball/data/cb_data/narc_0205.bin -files/application/custom_ball/data/cb_data/narc_0239.bin -files/application/custom_ball/data/cb_data/narc_0013.bin -files/application/custom_ball/data/cb_data/narc_0007.bin -files/application/custom_ball/data/cb_data/narc_0167.bin -files/application/custom_ball/data/cb_data/narc_0173.bin -files/application/custom_ball/data/cb_data/narc_0198.bin +narc_0195.bin +narc_0181.bin +narc_0156.bin +narc_0142.bin +narc_0022.bin +narc_0036.bin +narc_0220.bin +narc_0234.bin +narc_0208.bin +narc_0209.bin +narc_0235.bin +narc_0221.bin +narc_0037.bin +narc_0023.bin +narc_0143.bin +narc_0157.bin +narc_0180.bin +narc_0194.bin +narc_0182.bin +narc_0196.bin +narc_0141.bin +narc_0155.bin +narc_0169.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0237.bin +narc_0223.bin +narc_0222.bin +narc_0236.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0168.bin +narc_0154.bin +narc_0140.bin +narc_0197.bin +narc_0183.bin +narc_0187.bin +narc_0193.bin +narc_0178.bin +narc_0144.bin +narc_0150.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0232.bin +narc_0226.bin +narc_0227.bin +narc_0233.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0151.bin +narc_0145.bin +narc_0179.bin +narc_0192.bin +narc_0186.bin +narc_0190.bin +narc_0184.bin +narc_0153.bin +narc_0147.bin +narc_0027.bin +narc_0033.bin +narc_0219.bin +narc_0225.bin +narc_0231.bin +narc_0230.bin +narc_0224.bin +narc_0218.bin +narc_0032.bin +narc_0026.bin +narc_0146.bin +narc_0152.bin +narc_0185.bin +narc_0191.bin +narc_0135.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0280.bin +narc_0243.bin +narc_0257.bin +narc_0256.bin +narc_0242.bin +narc_0281.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0134.bin +narc_0122.bin +narc_0136.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0283.bin +narc_0254.bin +narc_0240.bin +narc_0268.bin +narc_0269.bin +narc_0241.bin +narc_0255.bin +narc_0282.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0137.bin +narc_0123.bin +narc_0127.bin +narc_0133.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0279.bin +narc_0251.bin +narc_0245.bin +narc_0244.bin +narc_0250.bin +narc_0278.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0132.bin +narc_0126.bin +narc_0118.bin +narc_0130.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0285.bin +narc_0246.bin +narc_0252.bin +narc_0253.bin +narc_0247.bin +narc_0284.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0131.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0262.bin +narc_0276.bin +narc_0277.bin +narc_0263.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0275.bin +narc_0261.bin +narc_0249.bin +narc_0248.bin +narc_0260.bin +narc_0274.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0258.bin +narc_0270.bin +narc_0264.bin +narc_0265.bin +narc_0271.bin +narc_0259.bin +narc_0067.bin +narc_0073.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0139.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0267.bin +narc_0273.bin +narc_0272.bin +narc_0266.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0104.bin +narc_0110.bin +narc_0138.bin +narc_0188.bin +narc_0177.bin +narc_0163.bin +narc_0003.bin +narc_0017.bin +narc_0201.bin +narc_0215.bin +narc_0229.bin +narc_0228.bin +narc_0214.bin +narc_0200.bin +narc_0016.bin +narc_0002.bin +narc_0162.bin +narc_0176.bin +narc_0189.bin +narc_0160.bin +narc_0174.bin +narc_0148.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0216.bin +narc_0202.bin +narc_0203.bin +narc_0217.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0149.bin +narc_0175.bin +narc_0161.bin +narc_0159.bin +narc_0165.bin +narc_0171.bin +narc_0039.bin +narc_0011.bin +narc_0005.bin +narc_0213.bin +narc_0207.bin +narc_0206.bin +narc_0212.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0170.bin +narc_0164.bin +narc_0158.bin +narc_0199.bin +narc_0172.bin +narc_0166.bin +narc_0006.bin +narc_0012.bin +narc_0238.bin +narc_0204.bin +narc_0210.bin +narc_0211.bin +narc_0205.bin +narc_0239.bin +narc_0013.bin +narc_0007.bin +narc_0167.bin +narc_0173.bin +narc_0198.bin narc_0195.bin narc_0181.bin narc_0156.bin diff --git a/files/battle/graphic/batt_bg/.knarcignore b/files/battle/graphic/batt_bg/.knarcignore index 8c89316a..66232a29 100644 --- a/files/battle/graphic/batt_bg/.knarcignore +++ b/files/battle/graphic/batt_bg/.knarcignore @@ -1,161 +1,161 @@ -files/battle/graphic/batt_bg/narc_0156.bin -files/battle/graphic/batt_bg/narc_0156.bin -files/battle/graphic/batt_bg/narc_0142.bin -files/battle/graphic/batt_bg/narc_0022.bin -files/battle/graphic/batt_bg/narc_0036.bin -files/battle/graphic/batt_bg/narc_0037.bin -files/battle/graphic/batt_bg/narc_0023.bin -files/battle/graphic/batt_bg/narc_0143.bin -files/battle/graphic/batt_bg/narc_0141.bin -files/battle/graphic/batt_bg/narc_0155.bin -files/battle/graphic/batt_bg/narc_0035.bin -files/battle/graphic/batt_bg/narc_0021.bin -files/battle/graphic/batt_bg/narc_0009.bin -files/battle/graphic/batt_bg/narc_0008.bin -files/battle/graphic/batt_bg/narc_0020.bin -files/battle/graphic/batt_bg/narc_0034.bin -files/battle/graphic/batt_bg/narc_0154.bin -files/battle/graphic/batt_bg/narc_0140.bin -files/battle/graphic/batt_bg/narc_0144.bin -files/battle/graphic/batt_bg/narc_0150.bin -files/battle/graphic/batt_bg/narc_0018.bin -files/battle/graphic/batt_bg/narc_0030.bin -files/battle/graphic/batt_bg/narc_0024.bin -files/battle/graphic/batt_bg/narc_0025.bin -files/battle/graphic/batt_bg/narc_0031.bin -files/battle/graphic/batt_bg/narc_0019.bin -files/battle/graphic/batt_bg/narc_0151.bin -files/battle/graphic/batt_bg/narc_0145.bin -files/battle/graphic/batt_bg/narc_0153.bin -files/battle/graphic/batt_bg/narc_0147.bin -files/battle/graphic/batt_bg/narc_0027.bin -files/battle/graphic/batt_bg/narc_0033.bin -files/battle/graphic/batt_bg/narc_0032.bin -files/battle/graphic/batt_bg/narc_0026.bin -files/battle/graphic/batt_bg/narc_0146.bin -files/battle/graphic/batt_bg/narc_0152.bin -files/battle/graphic/batt_bg/narc_0135.bin -files/battle/graphic/batt_bg/narc_0121.bin -files/battle/graphic/batt_bg/narc_0109.bin -files/battle/graphic/batt_bg/narc_0082.bin -files/battle/graphic/batt_bg/narc_0096.bin -files/battle/graphic/batt_bg/narc_0041.bin -files/battle/graphic/batt_bg/narc_0055.bin -files/battle/graphic/batt_bg/narc_0069.bin -files/battle/graphic/batt_bg/narc_0068.bin -files/battle/graphic/batt_bg/narc_0054.bin -files/battle/graphic/batt_bg/narc_0040.bin -files/battle/graphic/batt_bg/narc_0097.bin -files/battle/graphic/batt_bg/narc_0083.bin -files/battle/graphic/batt_bg/narc_0108.bin -files/battle/graphic/batt_bg/narc_0120.bin -files/battle/graphic/batt_bg/narc_0134.bin -files/battle/graphic/batt_bg/narc_0122.bin -files/battle/graphic/batt_bg/narc_0136.bin -files/battle/graphic/batt_bg/narc_0095.bin -files/battle/graphic/batt_bg/narc_0081.bin -files/battle/graphic/batt_bg/narc_0056.bin -files/battle/graphic/batt_bg/narc_0042.bin -files/battle/graphic/batt_bg/narc_0043.bin -files/battle/graphic/batt_bg/narc_0057.bin -files/battle/graphic/batt_bg/narc_0080.bin -files/battle/graphic/batt_bg/narc_0094.bin -files/battle/graphic/batt_bg/narc_0137.bin -files/battle/graphic/batt_bg/narc_0123.bin -files/battle/graphic/batt_bg/narc_0127.bin -files/battle/graphic/batt_bg/narc_0133.bin -files/battle/graphic/batt_bg/narc_0090.bin -files/battle/graphic/batt_bg/narc_0084.bin -files/battle/graphic/batt_bg/narc_0053.bin -files/battle/graphic/batt_bg/narc_0047.bin -files/battle/graphic/batt_bg/narc_0046.bin -files/battle/graphic/batt_bg/narc_0052.bin -files/battle/graphic/batt_bg/narc_0085.bin -files/battle/graphic/batt_bg/narc_0091.bin -files/battle/graphic/batt_bg/narc_0132.bin -files/battle/graphic/batt_bg/narc_0126.bin -files/battle/graphic/batt_bg/narc_0118.bin -files/battle/graphic/batt_bg/narc_0130.bin -files/battle/graphic/batt_bg/narc_0124.bin -files/battle/graphic/batt_bg/narc_0087.bin -files/battle/graphic/batt_bg/narc_0093.bin -files/battle/graphic/batt_bg/narc_0078.bin -files/battle/graphic/batt_bg/narc_0044.bin -files/battle/graphic/batt_bg/narc_0050.bin -files/battle/graphic/batt_bg/narc_0051.bin -files/battle/graphic/batt_bg/narc_0045.bin -files/battle/graphic/batt_bg/narc_0079.bin -files/battle/graphic/batt_bg/narc_0092.bin -files/battle/graphic/batt_bg/narc_0086.bin -files/battle/graphic/batt_bg/narc_0125.bin -files/battle/graphic/batt_bg/narc_0131.bin -files/battle/graphic/batt_bg/narc_0119.bin -files/battle/graphic/batt_bg/narc_0114.bin -files/battle/graphic/batt_bg/narc_0100.bin -files/battle/graphic/batt_bg/narc_0128.bin -files/battle/graphic/batt_bg/narc_0060.bin -files/battle/graphic/batt_bg/narc_0074.bin -files/battle/graphic/batt_bg/narc_0048.bin -files/battle/graphic/batt_bg/narc_0049.bin -files/battle/graphic/batt_bg/narc_0075.bin -files/battle/graphic/batt_bg/narc_0061.bin -files/battle/graphic/batt_bg/narc_0129.bin -files/battle/graphic/batt_bg/narc_0101.bin -files/battle/graphic/batt_bg/narc_0115.bin -files/battle/graphic/batt_bg/narc_0103.bin -files/battle/graphic/batt_bg/narc_0117.bin -files/battle/graphic/batt_bg/narc_0088.bin -files/battle/graphic/batt_bg/narc_0077.bin -files/battle/graphic/batt_bg/narc_0063.bin -files/battle/graphic/batt_bg/narc_0062.bin -files/battle/graphic/batt_bg/narc_0076.bin -files/battle/graphic/batt_bg/narc_0089.bin -files/battle/graphic/batt_bg/narc_0116.bin -files/battle/graphic/batt_bg/narc_0102.bin -files/battle/graphic/batt_bg/narc_0106.bin -files/battle/graphic/batt_bg/narc_0112.bin -files/battle/graphic/batt_bg/narc_0099.bin -files/battle/graphic/batt_bg/narc_0072.bin -files/battle/graphic/batt_bg/narc_0066.bin -files/battle/graphic/batt_bg/narc_0067.bin -files/battle/graphic/batt_bg/narc_0073.bin -files/battle/graphic/batt_bg/narc_0098.bin -files/battle/graphic/batt_bg/narc_0113.bin -files/battle/graphic/batt_bg/narc_0107.bin -files/battle/graphic/batt_bg/narc_0139.bin -files/battle/graphic/batt_bg/narc_0111.bin -files/battle/graphic/batt_bg/narc_0105.bin -files/battle/graphic/batt_bg/narc_0059.bin -files/battle/graphic/batt_bg/narc_0065.bin -files/battle/graphic/batt_bg/narc_0071.bin -files/battle/graphic/batt_bg/narc_0070.bin -files/battle/graphic/batt_bg/narc_0064.bin -files/battle/graphic/batt_bg/narc_0058.bin -files/battle/graphic/batt_bg/narc_0104.bin -files/battle/graphic/batt_bg/narc_0110.bin -files/battle/graphic/batt_bg/narc_0138.bin -files/battle/graphic/batt_bg/narc_0003.bin -files/battle/graphic/batt_bg/narc_0017.bin -files/battle/graphic/batt_bg/narc_0016.bin -files/battle/graphic/batt_bg/narc_0002.bin -files/battle/graphic/batt_bg/narc_0148.bin -files/battle/graphic/batt_bg/narc_0014.bin -files/battle/graphic/batt_bg/narc_0000.bin -files/battle/graphic/batt_bg/narc_0028.bin -files/battle/graphic/batt_bg/narc_0029.bin -files/battle/graphic/batt_bg/narc_0001.bin -files/battle/graphic/batt_bg/narc_0015.bin -files/battle/graphic/batt_bg/narc_0149.bin -files/battle/graphic/batt_bg/narc_0039.bin -files/battle/graphic/batt_bg/narc_0011.bin -files/battle/graphic/batt_bg/narc_0005.bin -files/battle/graphic/batt_bg/narc_0004.bin -files/battle/graphic/batt_bg/narc_0010.bin -files/battle/graphic/batt_bg/narc_0038.bin -files/battle/graphic/batt_bg/narc_0006.bin -files/battle/graphic/batt_bg/narc_0012.bin -files/battle/graphic/batt_bg/narc_0013.bin -files/battle/graphic/batt_bg/narc_0007.bin +narc_0156.bin +narc_0156.bin +narc_0142.bin +narc_0022.bin +narc_0036.bin +narc_0037.bin +narc_0023.bin +narc_0143.bin +narc_0141.bin +narc_0155.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0154.bin +narc_0140.bin +narc_0144.bin +narc_0150.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0151.bin +narc_0145.bin +narc_0153.bin +narc_0147.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0146.bin +narc_0152.bin +narc_0135.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0134.bin +narc_0122.bin +narc_0136.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0137.bin +narc_0123.bin +narc_0127.bin +narc_0133.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0132.bin +narc_0126.bin +narc_0118.bin +narc_0130.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0131.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0067.bin +narc_0073.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0139.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0104.bin +narc_0110.bin +narc_0138.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0148.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0149.bin +narc_0039.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin narc_0156.bin narc_0142.bin narc_0022.bin diff --git a/files/battle/graphic/batt_obj/.knarcignore b/files/battle/graphic/batt_obj/.knarcignore index aa14f996..ee79fd7e 100644 --- a/files/battle/graphic/batt_obj/.knarcignore +++ b/files/battle/graphic/batt_obj/.knarcignore @@ -1,207 +1,207 @@ -files/battle/graphic/batt_obj/narc_0195.bin -files/battle/graphic/batt_obj/narc_0181.bin -files/battle/graphic/batt_obj/narc_0156.bin -files/battle/graphic/batt_obj/narc_0142.bin -files/battle/graphic/batt_obj/narc_0220.bin -files/battle/graphic/batt_obj/narc_0234.bin -files/battle/graphic/batt_obj/narc_0208.bin -files/battle/graphic/batt_obj/narc_0209.bin -files/battle/graphic/batt_obj/narc_0235.bin -files/battle/graphic/batt_obj/narc_0221.bin -files/battle/graphic/batt_obj/narc_0143.bin -files/battle/graphic/batt_obj/narc_0157.bin -files/battle/graphic/batt_obj/narc_0180.bin -files/battle/graphic/batt_obj/narc_0194.bin -files/battle/graphic/batt_obj/narc_0182.bin -files/battle/graphic/batt_obj/narc_0196.bin -files/battle/graphic/batt_obj/narc_0141.bin -files/battle/graphic/batt_obj/narc_0155.bin -files/battle/graphic/batt_obj/narc_0169.bin -files/battle/graphic/batt_obj/narc_0237.bin -files/battle/graphic/batt_obj/narc_0223.bin -files/battle/graphic/batt_obj/narc_0222.bin -files/battle/graphic/batt_obj/narc_0236.bin -files/battle/graphic/batt_obj/narc_0168.bin -files/battle/graphic/batt_obj/narc_0154.bin -files/battle/graphic/batt_obj/narc_0140.bin -files/battle/graphic/batt_obj/narc_0197.bin -files/battle/graphic/batt_obj/narc_0183.bin -files/battle/graphic/batt_obj/narc_0187.bin -files/battle/graphic/batt_obj/narc_0193.bin -files/battle/graphic/batt_obj/narc_0178.bin -files/battle/graphic/batt_obj/narc_0144.bin -files/battle/graphic/batt_obj/narc_0150.bin -files/battle/graphic/batt_obj/narc_0232.bin -files/battle/graphic/batt_obj/narc_0226.bin -files/battle/graphic/batt_obj/narc_0227.bin -files/battle/graphic/batt_obj/narc_0233.bin -files/battle/graphic/batt_obj/narc_0151.bin -files/battle/graphic/batt_obj/narc_0145.bin -files/battle/graphic/batt_obj/narc_0179.bin -files/battle/graphic/batt_obj/narc_0192.bin -files/battle/graphic/batt_obj/narc_0186.bin -files/battle/graphic/batt_obj/narc_0190.bin -files/battle/graphic/batt_obj/narc_0184.bin -files/battle/graphic/batt_obj/narc_0153.bin -files/battle/graphic/batt_obj/narc_0147.bin -files/battle/graphic/batt_obj/narc_0219.bin -files/battle/graphic/batt_obj/narc_0225.bin -files/battle/graphic/batt_obj/narc_0231.bin -files/battle/graphic/batt_obj/narc_0230.bin -files/battle/graphic/batt_obj/narc_0224.bin -files/battle/graphic/batt_obj/narc_0218.bin -files/battle/graphic/batt_obj/narc_0146.bin -files/battle/graphic/batt_obj/narc_0152.bin -files/battle/graphic/batt_obj/narc_0185.bin -files/battle/graphic/batt_obj/narc_0191.bin -files/battle/graphic/batt_obj/narc_0135.bin -files/battle/graphic/batt_obj/narc_0121.bin -files/battle/graphic/batt_obj/narc_0109.bin -files/battle/graphic/batt_obj/narc_0082.bin -files/battle/graphic/batt_obj/narc_0096.bin -files/battle/graphic/batt_obj/narc_0243.bin -files/battle/graphic/batt_obj/narc_0257.bin -files/battle/graphic/batt_obj/narc_0256.bin -files/battle/graphic/batt_obj/narc_0242.bin -files/battle/graphic/batt_obj/narc_0097.bin -files/battle/graphic/batt_obj/narc_0083.bin -files/battle/graphic/batt_obj/narc_0108.bin -files/battle/graphic/batt_obj/narc_0120.bin -files/battle/graphic/batt_obj/narc_0134.bin -files/battle/graphic/batt_obj/narc_0122.bin -files/battle/graphic/batt_obj/narc_0136.bin -files/battle/graphic/batt_obj/narc_0095.bin -files/battle/graphic/batt_obj/narc_0081.bin -files/battle/graphic/batt_obj/narc_0254.bin -files/battle/graphic/batt_obj/narc_0240.bin -files/battle/graphic/batt_obj/narc_0268.bin -files/battle/graphic/batt_obj/narc_0269.bin -files/battle/graphic/batt_obj/narc_0241.bin -files/battle/graphic/batt_obj/narc_0255.bin -files/battle/graphic/batt_obj/narc_0080.bin -files/battle/graphic/batt_obj/narc_0094.bin -files/battle/graphic/batt_obj/narc_0137.bin -files/battle/graphic/batt_obj/narc_0123.bin -files/battle/graphic/batt_obj/narc_0127.bin -files/battle/graphic/batt_obj/narc_0133.bin -files/battle/graphic/batt_obj/narc_0090.bin -files/battle/graphic/batt_obj/narc_0084.bin -files/battle/graphic/batt_obj/narc_0251.bin -files/battle/graphic/batt_obj/narc_0245.bin -files/battle/graphic/batt_obj/narc_0244.bin -files/battle/graphic/batt_obj/narc_0250.bin -files/battle/graphic/batt_obj/narc_0278.bin -files/battle/graphic/batt_obj/narc_0085.bin -files/battle/graphic/batt_obj/narc_0091.bin -files/battle/graphic/batt_obj/narc_0132.bin -files/battle/graphic/batt_obj/narc_0126.bin -files/battle/graphic/batt_obj/narc_0118.bin -files/battle/graphic/batt_obj/narc_0130.bin -files/battle/graphic/batt_obj/narc_0124.bin -files/battle/graphic/batt_obj/narc_0087.bin -files/battle/graphic/batt_obj/narc_0093.bin -files/battle/graphic/batt_obj/narc_0078.bin -files/battle/graphic/batt_obj/narc_0246.bin -files/battle/graphic/batt_obj/narc_0252.bin -files/battle/graphic/batt_obj/narc_0253.bin -files/battle/graphic/batt_obj/narc_0247.bin -files/battle/graphic/batt_obj/narc_0079.bin -files/battle/graphic/batt_obj/narc_0092.bin -files/battle/graphic/batt_obj/narc_0086.bin -files/battle/graphic/batt_obj/narc_0125.bin -files/battle/graphic/batt_obj/narc_0131.bin -files/battle/graphic/batt_obj/narc_0119.bin -files/battle/graphic/batt_obj/narc_0114.bin -files/battle/graphic/batt_obj/narc_0100.bin -files/battle/graphic/batt_obj/narc_0128.bin -files/battle/graphic/batt_obj/narc_0262.bin -files/battle/graphic/batt_obj/narc_0276.bin -files/battle/graphic/batt_obj/narc_0277.bin -files/battle/graphic/batt_obj/narc_0263.bin -files/battle/graphic/batt_obj/narc_0075.bin -files/battle/graphic/batt_obj/narc_0129.bin -files/battle/graphic/batt_obj/narc_0101.bin -files/battle/graphic/batt_obj/narc_0115.bin -files/battle/graphic/batt_obj/narc_0103.bin -files/battle/graphic/batt_obj/narc_0117.bin -files/battle/graphic/batt_obj/narc_0088.bin -files/battle/graphic/batt_obj/narc_0077.bin -files/battle/graphic/batt_obj/narc_0275.bin -files/battle/graphic/batt_obj/narc_0261.bin -files/battle/graphic/batt_obj/narc_0249.bin -files/battle/graphic/batt_obj/narc_0248.bin -files/battle/graphic/batt_obj/narc_0260.bin -files/battle/graphic/batt_obj/narc_0274.bin -files/battle/graphic/batt_obj/narc_0076.bin -files/battle/graphic/batt_obj/narc_0089.bin -files/battle/graphic/batt_obj/narc_0116.bin -files/battle/graphic/batt_obj/narc_0102.bin -files/battle/graphic/batt_obj/narc_0106.bin -files/battle/graphic/batt_obj/narc_0112.bin -files/battle/graphic/batt_obj/narc_0099.bin -files/battle/graphic/batt_obj/narc_0258.bin -files/battle/graphic/batt_obj/narc_0270.bin -files/battle/graphic/batt_obj/narc_0264.bin -files/battle/graphic/batt_obj/narc_0265.bin -files/battle/graphic/batt_obj/narc_0271.bin -files/battle/graphic/batt_obj/narc_0259.bin -files/battle/graphic/batt_obj/narc_0098.bin -files/battle/graphic/batt_obj/narc_0113.bin -files/battle/graphic/batt_obj/narc_0107.bin -files/battle/graphic/batt_obj/narc_0139.bin -files/battle/graphic/batt_obj/narc_0111.bin -files/battle/graphic/batt_obj/narc_0105.bin -files/battle/graphic/batt_obj/narc_0267.bin -files/battle/graphic/batt_obj/narc_0273.bin -files/battle/graphic/batt_obj/narc_0272.bin -files/battle/graphic/batt_obj/narc_0266.bin -files/battle/graphic/batt_obj/narc_0104.bin -files/battle/graphic/batt_obj/narc_0110.bin -files/battle/graphic/batt_obj/narc_0138.bin -files/battle/graphic/batt_obj/narc_0188.bin -files/battle/graphic/batt_obj/narc_0177.bin -files/battle/graphic/batt_obj/narc_0163.bin -files/battle/graphic/batt_obj/narc_0201.bin -files/battle/graphic/batt_obj/narc_0215.bin -files/battle/graphic/batt_obj/narc_0229.bin -files/battle/graphic/batt_obj/narc_0228.bin -files/battle/graphic/batt_obj/narc_0214.bin -files/battle/graphic/batt_obj/narc_0200.bin -files/battle/graphic/batt_obj/narc_0162.bin -files/battle/graphic/batt_obj/narc_0176.bin -files/battle/graphic/batt_obj/narc_0189.bin -files/battle/graphic/batt_obj/narc_0160.bin -files/battle/graphic/batt_obj/narc_0174.bin -files/battle/graphic/batt_obj/narc_0148.bin -files/battle/graphic/batt_obj/narc_0216.bin -files/battle/graphic/batt_obj/narc_0202.bin -files/battle/graphic/batt_obj/narc_0203.bin -files/battle/graphic/batt_obj/narc_0217.bin -files/battle/graphic/batt_obj/narc_0149.bin -files/battle/graphic/batt_obj/narc_0175.bin -files/battle/graphic/batt_obj/narc_0161.bin -files/battle/graphic/batt_obj/narc_0159.bin -files/battle/graphic/batt_obj/narc_0165.bin -files/battle/graphic/batt_obj/narc_0171.bin -files/battle/graphic/batt_obj/narc_0213.bin -files/battle/graphic/batt_obj/narc_0207.bin -files/battle/graphic/batt_obj/narc_0206.bin -files/battle/graphic/batt_obj/narc_0212.bin -files/battle/graphic/batt_obj/narc_0170.bin -files/battle/graphic/batt_obj/narc_0164.bin -files/battle/graphic/batt_obj/narc_0158.bin -files/battle/graphic/batt_obj/narc_0199.bin -files/battle/graphic/batt_obj/narc_0172.bin -files/battle/graphic/batt_obj/narc_0166.bin -files/battle/graphic/batt_obj/narc_0238.bin -files/battle/graphic/batt_obj/narc_0204.bin -files/battle/graphic/batt_obj/narc_0210.bin -files/battle/graphic/batt_obj/narc_0211.bin -files/battle/graphic/batt_obj/narc_0205.bin -files/battle/graphic/batt_obj/narc_0239.bin -files/battle/graphic/batt_obj/narc_0167.bin -files/battle/graphic/batt_obj/narc_0173.bin -files/battle/graphic/batt_obj/narc_0198.bin +narc_0195.bin +narc_0181.bin +narc_0156.bin +narc_0142.bin +narc_0220.bin +narc_0234.bin +narc_0208.bin +narc_0209.bin +narc_0235.bin +narc_0221.bin +narc_0143.bin +narc_0157.bin +narc_0180.bin +narc_0194.bin +narc_0182.bin +narc_0196.bin +narc_0141.bin +narc_0155.bin +narc_0169.bin +narc_0237.bin +narc_0223.bin +narc_0222.bin +narc_0236.bin +narc_0168.bin +narc_0154.bin +narc_0140.bin +narc_0197.bin +narc_0183.bin +narc_0187.bin +narc_0193.bin +narc_0178.bin +narc_0144.bin +narc_0150.bin +narc_0232.bin +narc_0226.bin +narc_0227.bin +narc_0233.bin +narc_0151.bin +narc_0145.bin +narc_0179.bin +narc_0192.bin +narc_0186.bin +narc_0190.bin +narc_0184.bin +narc_0153.bin +narc_0147.bin +narc_0219.bin +narc_0225.bin +narc_0231.bin +narc_0230.bin +narc_0224.bin +narc_0218.bin +narc_0146.bin +narc_0152.bin +narc_0185.bin +narc_0191.bin +narc_0135.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0243.bin +narc_0257.bin +narc_0256.bin +narc_0242.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0134.bin +narc_0122.bin +narc_0136.bin +narc_0095.bin +narc_0081.bin +narc_0254.bin +narc_0240.bin +narc_0268.bin +narc_0269.bin +narc_0241.bin +narc_0255.bin +narc_0080.bin +narc_0094.bin +narc_0137.bin +narc_0123.bin +narc_0127.bin +narc_0133.bin +narc_0090.bin +narc_0084.bin +narc_0251.bin +narc_0245.bin +narc_0244.bin +narc_0250.bin +narc_0278.bin +narc_0085.bin +narc_0091.bin +narc_0132.bin +narc_0126.bin +narc_0118.bin +narc_0130.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0246.bin +narc_0252.bin +narc_0253.bin +narc_0247.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0131.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0262.bin +narc_0276.bin +narc_0277.bin +narc_0263.bin +narc_0075.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0275.bin +narc_0261.bin +narc_0249.bin +narc_0248.bin +narc_0260.bin +narc_0274.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0258.bin +narc_0270.bin +narc_0264.bin +narc_0265.bin +narc_0271.bin +narc_0259.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0139.bin +narc_0111.bin +narc_0105.bin +narc_0267.bin +narc_0273.bin +narc_0272.bin +narc_0266.bin +narc_0104.bin +narc_0110.bin +narc_0138.bin +narc_0188.bin +narc_0177.bin +narc_0163.bin +narc_0201.bin +narc_0215.bin +narc_0229.bin +narc_0228.bin +narc_0214.bin +narc_0200.bin +narc_0162.bin +narc_0176.bin +narc_0189.bin +narc_0160.bin +narc_0174.bin +narc_0148.bin +narc_0216.bin +narc_0202.bin +narc_0203.bin +narc_0217.bin +narc_0149.bin +narc_0175.bin +narc_0161.bin +narc_0159.bin +narc_0165.bin +narc_0171.bin +narc_0213.bin +narc_0207.bin +narc_0206.bin +narc_0212.bin +narc_0170.bin +narc_0164.bin +narc_0158.bin +narc_0199.bin +narc_0172.bin +narc_0166.bin +narc_0238.bin +narc_0204.bin +narc_0210.bin +narc_0211.bin +narc_0205.bin +narc_0239.bin +narc_0167.bin +narc_0173.bin +narc_0198.bin narc_0195.bin narc_0181.bin narc_0156.bin diff --git a/files/contest/graphic/contest_bg/.knarcignore b/files/contest/graphic/contest_bg/.knarcignore index a9d2f446..5c60562b 100644 --- a/files/contest/graphic/contest_bg/.knarcignore +++ b/files/contest/graphic/contest_bg/.knarcignore @@ -1,32 +1,32 @@ -files/contest/graphic/contest_bg/narc_0022.bin -files/contest/graphic/contest_bg/narc_0023.bin -files/contest/graphic/contest_bg/narc_0021.bin -files/contest/graphic/contest_bg/narc_0009.bin -files/contest/graphic/contest_bg/narc_0008.bin -files/contest/graphic/contest_bg/narc_0020.bin -files/contest/graphic/contest_bg/narc_0018.bin -files/contest/graphic/contest_bg/narc_0024.bin -files/contest/graphic/contest_bg/narc_0025.bin -files/contest/graphic/contest_bg/narc_0019.bin -files/contest/graphic/contest_bg/narc_0027.bin -files/contest/graphic/contest_bg/narc_0026.bin -files/contest/graphic/contest_bg/narc_0003.bin -files/contest/graphic/contest_bg/narc_0017.bin -files/contest/graphic/contest_bg/narc_0016.bin -files/contest/graphic/contest_bg/narc_0002.bin -files/contest/graphic/contest_bg/narc_0014.bin -files/contest/graphic/contest_bg/narc_0000.bin -files/contest/graphic/contest_bg/narc_0028.bin -files/contest/graphic/contest_bg/narc_0001.bin -files/contest/graphic/contest_bg/narc_0015.bin -files/contest/graphic/contest_bg/narc_0011.bin -files/contest/graphic/contest_bg/narc_0005.bin -files/contest/graphic/contest_bg/narc_0004.bin -files/contest/graphic/contest_bg/narc_0010.bin -files/contest/graphic/contest_bg/narc_0006.bin -files/contest/graphic/contest_bg/narc_0012.bin -files/contest/graphic/contest_bg/narc_0013.bin -files/contest/graphic/contest_bg/narc_0007.bin +narc_0022.bin +narc_0023.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0018.bin +narc_0024.bin +narc_0025.bin +narc_0019.bin +narc_0027.bin +narc_0026.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin narc_0022.bin narc_0023.bin narc_0021.bin diff --git a/files/contest/graphic/contest_obj/.knarcignore b/files/contest/graphic/contest_obj/.knarcignore index 1648249f..e99beb8d 100644 --- a/files/contest/graphic/contest_obj/.knarcignore +++ b/files/contest/graphic/contest_obj/.knarcignore @@ -1,88 +1,88 @@ -files/contest/graphic/contest_obj/narc_0022.bin -files/contest/graphic/contest_obj/narc_0036.bin -files/contest/graphic/contest_obj/narc_0037.bin -files/contest/graphic/contest_obj/narc_0023.bin -files/contest/graphic/contest_obj/narc_0035.bin -files/contest/graphic/contest_obj/narc_0021.bin -files/contest/graphic/contest_obj/narc_0020.bin -files/contest/graphic/contest_obj/narc_0034.bin -files/contest/graphic/contest_obj/narc_0018.bin -files/contest/graphic/contest_obj/narc_0030.bin -files/contest/graphic/contest_obj/narc_0024.bin -files/contest/graphic/contest_obj/narc_0025.bin -files/contest/graphic/contest_obj/narc_0031.bin -files/contest/graphic/contest_obj/narc_0019.bin -files/contest/graphic/contest_obj/narc_0027.bin -files/contest/graphic/contest_obj/narc_0033.bin -files/contest/graphic/contest_obj/narc_0032.bin -files/contest/graphic/contest_obj/narc_0026.bin -files/contest/graphic/contest_obj/narc_0082.bin -files/contest/graphic/contest_obj/narc_0096.bin -files/contest/graphic/contest_obj/narc_0041.bin -files/contest/graphic/contest_obj/narc_0055.bin -files/contest/graphic/contest_obj/narc_0069.bin -files/contest/graphic/contest_obj/narc_0068.bin -files/contest/graphic/contest_obj/narc_0054.bin -files/contest/graphic/contest_obj/narc_0040.bin -files/contest/graphic/contest_obj/narc_0083.bin -files/contest/graphic/contest_obj/narc_0095.bin -files/contest/graphic/contest_obj/narc_0081.bin -files/contest/graphic/contest_obj/narc_0056.bin -files/contest/graphic/contest_obj/narc_0042.bin -files/contest/graphic/contest_obj/narc_0043.bin -files/contest/graphic/contest_obj/narc_0057.bin -files/contest/graphic/contest_obj/narc_0080.bin -files/contest/graphic/contest_obj/narc_0094.bin -files/contest/graphic/contest_obj/narc_0090.bin -files/contest/graphic/contest_obj/narc_0084.bin -files/contest/graphic/contest_obj/narc_0053.bin -files/contest/graphic/contest_obj/narc_0047.bin -files/contest/graphic/contest_obj/narc_0046.bin -files/contest/graphic/contest_obj/narc_0052.bin -files/contest/graphic/contest_obj/narc_0085.bin -files/contest/graphic/contest_obj/narc_0091.bin -files/contest/graphic/contest_obj/narc_0087.bin -files/contest/graphic/contest_obj/narc_0093.bin -files/contest/graphic/contest_obj/narc_0078.bin -files/contest/graphic/contest_obj/narc_0044.bin -files/contest/graphic/contest_obj/narc_0050.bin -files/contest/graphic/contest_obj/narc_0051.bin -files/contest/graphic/contest_obj/narc_0045.bin -files/contest/graphic/contest_obj/narc_0079.bin -files/contest/graphic/contest_obj/narc_0092.bin -files/contest/graphic/contest_obj/narc_0086.bin -files/contest/graphic/contest_obj/narc_0060.bin -files/contest/graphic/contest_obj/narc_0074.bin -files/contest/graphic/contest_obj/narc_0048.bin -files/contest/graphic/contest_obj/narc_0049.bin -files/contest/graphic/contest_obj/narc_0075.bin -files/contest/graphic/contest_obj/narc_0061.bin -files/contest/graphic/contest_obj/narc_0088.bin -files/contest/graphic/contest_obj/narc_0077.bin -files/contest/graphic/contest_obj/narc_0063.bin -files/contest/graphic/contest_obj/narc_0062.bin -files/contest/graphic/contest_obj/narc_0076.bin -files/contest/graphic/contest_obj/narc_0089.bin -files/contest/graphic/contest_obj/narc_0072.bin -files/contest/graphic/contest_obj/narc_0066.bin -files/contest/graphic/contest_obj/narc_0067.bin -files/contest/graphic/contest_obj/narc_0073.bin -files/contest/graphic/contest_obj/narc_0059.bin -files/contest/graphic/contest_obj/narc_0065.bin -files/contest/graphic/contest_obj/narc_0071.bin -files/contest/graphic/contest_obj/narc_0070.bin -files/contest/graphic/contest_obj/narc_0064.bin -files/contest/graphic/contest_obj/narc_0058.bin -files/contest/graphic/contest_obj/narc_0017.bin -files/contest/graphic/contest_obj/narc_0016.bin -files/contest/graphic/contest_obj/narc_0014.bin -files/contest/graphic/contest_obj/narc_0028.bin -files/contest/graphic/contest_obj/narc_0029.bin -files/contest/graphic/contest_obj/narc_0015.bin -files/contest/graphic/contest_obj/narc_0039.bin -files/contest/graphic/contest_obj/narc_0038.bin -files/contest/graphic/contest_obj/narc_0012.bin -files/contest/graphic/contest_obj/narc_0013.bin +narc_0022.bin +narc_0036.bin +narc_0037.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0083.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0072.bin +narc_0066.bin +narc_0067.bin +narc_0073.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0017.bin +narc_0016.bin +narc_0014.bin +narc_0028.bin +narc_0029.bin +narc_0015.bin +narc_0039.bin +narc_0038.bin +narc_0012.bin +narc_0013.bin narc_0022.bin narc_0036.bin narc_0037.bin diff --git a/files/data/namein/.knarcignore b/files/data/namein/.knarcignore index a3cb0f0b..86ad5490 100644 --- a/files/data/namein/.knarcignore +++ b/files/data/namein/.knarcignore @@ -1,20 +1,20 @@ -files/data/namein/narc_0009.bin -files/data/namein/narc_0008.bin -files/data/namein/narc_0018.bin -files/data/namein/narc_0003.bin -files/data/namein/narc_0017.bin -files/data/namein/narc_0016.bin -files/data/namein/narc_0002.bin -files/data/namein/narc_0014.bin -files/data/namein/narc_0015.bin -files/data/namein/narc_0011.bin -files/data/namein/narc_0005.bin -files/data/namein/narc_0004.bin -files/data/namein/narc_0010.bin -files/data/namein/narc_0006.bin -files/data/namein/narc_0012.bin -files/data/namein/narc_0013.bin -files/data/namein/narc_0007.bin +narc_0009.bin +narc_0008.bin +narc_0018.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin narc_0009.bin narc_0008.bin narc_0018.bin diff --git a/files/data/tradelist/.knarcignore b/files/data/tradelist/.knarcignore index a8e64e48..faaefb55 100644 --- a/files/data/tradelist/.knarcignore +++ b/files/data/tradelist/.knarcignore @@ -1,15 +1,15 @@ -files/data/tradelist/narc_0009.bin -files/data/tradelist/narc_0008.bin -files/data/tradelist/narc_0003.bin -files/data/tradelist/narc_0002.bin -files/data/tradelist/narc_0001.bin -files/data/tradelist/narc_0011.bin -files/data/tradelist/narc_0005.bin -files/data/tradelist/narc_0004.bin -files/data/tradelist/narc_0010.bin -files/data/tradelist/narc_0006.bin -files/data/tradelist/narc_0012.bin -files/data/tradelist/narc_0007.bin +narc_0009.bin +narc_0008.bin +narc_0003.bin +narc_0002.bin +narc_0001.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0007.bin narc_0009.bin narc_0008.bin narc_0003.bin diff --git a/files/demo/egg/data/egg_data/.knarcignore b/files/demo/egg/data/egg_data/.knarcignore index 69d7c0e4..978eeb1b 100644 --- a/files/demo/egg/data/egg_data/.knarcignore +++ b/files/demo/egg/data/egg_data/.knarcignore @@ -1,11 +1,11 @@ -files/demo/egg/data/egg_data/narc_0003.bin -files/demo/egg/data/egg_data/narc_0002.bin -files/demo/egg/data/egg_data/narc_0000.bin -files/demo/egg/data/egg_data/narc_0001.bin -files/demo/egg/data/egg_data/narc_0005.bin -files/demo/egg/data/egg_data/narc_0004.bin -files/demo/egg/data/egg_data/narc_0006.bin -files/demo/egg/data/egg_data/narc_0007.bin +narc_0003.bin +narc_0002.bin +narc_0000.bin +narc_0001.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin narc_0003.bin narc_0002.bin narc_0000.bin diff --git a/files/graphic/box/.knarcignore b/files/graphic/box/.knarcignore index e921c9bb..4ee50d5e 100644 --- a/files/graphic/box/.knarcignore +++ b/files/graphic/box/.knarcignore @@ -1,92 +1,92 @@ -files/graphic/box/narc_0022.bin -files/graphic/box/narc_0036.bin -files/graphic/box/narc_0023.bin -files/graphic/box/narc_0035.bin -files/graphic/box/narc_0021.bin -files/graphic/box/narc_0009.bin -files/graphic/box/narc_0008.bin -files/graphic/box/narc_0018.bin -files/graphic/box/narc_0030.bin -files/graphic/box/narc_0024.bin -files/graphic/box/narc_0025.bin -files/graphic/box/narc_0019.bin -files/graphic/box/narc_0033.bin -files/graphic/box/narc_0032.bin -files/graphic/box/narc_0096.bin -files/graphic/box/narc_0041.bin -files/graphic/box/narc_0069.bin -files/graphic/box/narc_0068.bin -files/graphic/box/narc_0054.bin -files/graphic/box/narc_0083.bin -files/graphic/box/narc_0108.bin -files/graphic/box/narc_0095.bin -files/graphic/box/narc_0081.bin -files/graphic/box/narc_0056.bin -files/graphic/box/narc_0042.bin -files/graphic/box/narc_0057.bin -files/graphic/box/narc_0080.bin -files/graphic/box/narc_0090.bin -files/graphic/box/narc_0084.bin -files/graphic/box/narc_0053.bin -files/graphic/box/narc_0047.bin -files/graphic/box/narc_0118.bin -files/graphic/box/narc_0087.bin -files/graphic/box/narc_0093.bin -files/graphic/box/narc_0078.bin -files/graphic/box/narc_0044.bin -files/graphic/box/narc_0050.bin -files/graphic/box/narc_0051.bin -files/graphic/box/narc_0045.bin -files/graphic/box/narc_0092.bin -files/graphic/box/narc_0086.bin -files/graphic/box/narc_0119.bin -files/graphic/box/narc_0114.bin -files/graphic/box/narc_0100.bin -files/graphic/box/narc_0060.bin -files/graphic/box/narc_0074.bin -files/graphic/box/narc_0048.bin -files/graphic/box/narc_0075.bin -files/graphic/box/narc_0101.bin -files/graphic/box/narc_0115.bin -files/graphic/box/narc_0103.bin -files/graphic/box/narc_0117.bin -files/graphic/box/narc_0077.bin -files/graphic/box/narc_0063.bin -files/graphic/box/narc_0062.bin -files/graphic/box/narc_0089.bin -files/graphic/box/narc_0116.bin -files/graphic/box/narc_0102.bin -files/graphic/box/narc_0106.bin -files/graphic/box/narc_0112.bin -files/graphic/box/narc_0099.bin -files/graphic/box/narc_0072.bin -files/graphic/box/narc_0066.bin -files/graphic/box/narc_0098.bin -files/graphic/box/narc_0107.bin -files/graphic/box/narc_0111.bin -files/graphic/box/narc_0105.bin -files/graphic/box/narc_0059.bin -files/graphic/box/narc_0065.bin -files/graphic/box/narc_0071.bin -files/graphic/box/narc_0110.bin -files/graphic/box/narc_0003.bin -files/graphic/box/narc_0017.bin -files/graphic/box/narc_0016.bin -files/graphic/box/narc_0002.bin -files/graphic/box/narc_0014.bin -files/graphic/box/narc_0000.bin -files/graphic/box/narc_0029.bin -files/graphic/box/narc_0001.bin -files/graphic/box/narc_0015.bin -files/graphic/box/narc_0039.bin -files/graphic/box/narc_0011.bin -files/graphic/box/narc_0004.bin -files/graphic/box/narc_0010.bin -files/graphic/box/narc_0038.bin -files/graphic/box/narc_0006.bin -files/graphic/box/narc_0012.bin -files/graphic/box/narc_0013.bin -files/graphic/box/narc_0007.bin +narc_0022.bin +narc_0036.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0019.bin +narc_0033.bin +narc_0032.bin +narc_0096.bin +narc_0041.bin +narc_0069.bin +narc_0068.bin +narc_0054.bin +narc_0083.bin +narc_0108.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0057.bin +narc_0080.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0118.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0051.bin +narc_0045.bin +narc_0092.bin +narc_0086.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0075.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0077.bin +narc_0063.bin +narc_0062.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0098.bin +narc_0107.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0110.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0039.bin +narc_0011.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin narc_0022.bin narc_0036.bin narc_0023.bin diff --git a/files/graphic/demo_trade/.knarcignore b/files/graphic/demo_trade/.knarcignore index 53b3f4d1..1d3cab03 100644 --- a/files/graphic/demo_trade/.knarcignore +++ b/files/graphic/demo_trade/.knarcignore @@ -1,22 +1,22 @@ -files/graphic/demo_trade/narc_0022.bin -files/graphic/demo_trade/narc_0021.bin -files/graphic/demo_trade/narc_0009.bin -files/graphic/demo_trade/narc_0008.bin -files/graphic/demo_trade/narc_0018.bin -files/graphic/demo_trade/narc_0024.bin -files/graphic/demo_trade/narc_0025.bin -files/graphic/demo_trade/narc_0019.bin -files/graphic/demo_trade/narc_0016.bin -files/graphic/demo_trade/narc_0002.bin -files/graphic/demo_trade/narc_0000.bin -files/graphic/demo_trade/narc_0001.bin -files/graphic/demo_trade/narc_0015.bin -files/graphic/demo_trade/narc_0011.bin -files/graphic/demo_trade/narc_0005.bin -files/graphic/demo_trade/narc_0004.bin -files/graphic/demo_trade/narc_0012.bin -files/graphic/demo_trade/narc_0013.bin -files/graphic/demo_trade/narc_0007.bin +narc_0022.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0018.bin +narc_0024.bin +narc_0025.bin +narc_0019.bin +narc_0016.bin +narc_0002.bin +narc_0000.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin narc_0022.bin narc_0021.bin narc_0009.bin diff --git a/files/graphic/dendou_demo/.knarcignore b/files/graphic/dendou_demo/.knarcignore index 882f1504..42538456 100644 --- a/files/graphic/dendou_demo/.knarcignore +++ b/files/graphic/dendou_demo/.knarcignore @@ -1,7 +1,7 @@ -files/graphic/dendou_demo/narc_0003.bin -files/graphic/dendou_demo/narc_0002.bin -files/graphic/dendou_demo/narc_0000.bin -files/graphic/dendou_demo/narc_0001.bin +narc_0003.bin +narc_0002.bin +narc_0000.bin +narc_0001.bin narc_0003.bin narc_0002.bin narc_0000.bin diff --git a/files/graphic/dendou_pc/.knarcignore b/files/graphic/dendou_pc/.knarcignore index 32750e20..b2943c84 100644 --- a/files/graphic/dendou_pc/.knarcignore +++ b/files/graphic/dendou_pc/.knarcignore @@ -1,4 +1,4 @@ -files/graphic/dendou_pc/narc_0000.bin -files/graphic/dendou_pc/narc_0001.bin +narc_0000.bin +narc_0001.bin narc_0000.bin narc_0001.bin diff --git a/files/graphic/font/.knarcignore b/files/graphic/font/.knarcignore index 2751fae8..549078e1 100644 --- a/files/graphic/font/.knarcignore +++ b/files/graphic/font/.knarcignore @@ -1,2 +1,2 @@ -files/graphic/font/narc_0004.bin +narc_0004.bin narc_0004.bin diff --git a/files/graphic/mysign/.knarcignore b/files/graphic/mysign/.knarcignore index 06e90202..2f2bc075 100644 --- a/files/graphic/mysign/.knarcignore +++ b/files/graphic/mysign/.knarcignore @@ -1,10 +1,10 @@ -files/graphic/mysign/narc_0009.bin -files/graphic/mysign/narc_0008.bin -files/graphic/mysign/narc_0003.bin -files/graphic/mysign/narc_0005.bin -files/graphic/mysign/narc_0004.bin -files/graphic/mysign/narc_0006.bin -files/graphic/mysign/narc_0007.bin +narc_0009.bin +narc_0008.bin +narc_0003.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin narc_0009.bin narc_0008.bin narc_0003.bin diff --git a/files/graphic/mystery/.knarcignore b/files/graphic/mystery/.knarcignore index 9b040123..b4693cc7 100644 --- a/files/graphic/mystery/.knarcignore +++ b/files/graphic/mystery/.knarcignore @@ -1,32 +1,32 @@ -files/graphic/mystery/narc_0022.bin -files/graphic/mystery/narc_0037.bin -files/graphic/mystery/narc_0035.bin -files/graphic/mystery/narc_0021.bin -files/graphic/mystery/narc_0009.bin -files/graphic/mystery/narc_0008.bin -files/graphic/mystery/narc_0020.bin -files/graphic/mystery/narc_0034.bin -files/graphic/mystery/narc_0018.bin -files/graphic/mystery/narc_0030.bin -files/graphic/mystery/narc_0024.bin -files/graphic/mystery/narc_0025.bin -files/graphic/mystery/narc_0031.bin -files/graphic/mystery/narc_0027.bin -files/graphic/mystery/narc_0033.bin -files/graphic/mystery/narc_0026.bin -files/graphic/mystery/narc_0017.bin -files/graphic/mystery/narc_0002.bin -files/graphic/mystery/narc_0014.bin -files/graphic/mystery/narc_0028.bin -files/graphic/mystery/narc_0001.bin -files/graphic/mystery/narc_0015.bin -files/graphic/mystery/narc_0039.bin -files/graphic/mystery/narc_0005.bin -files/graphic/mystery/narc_0004.bin -files/graphic/mystery/narc_0010.bin -files/graphic/mystery/narc_0038.bin -files/graphic/mystery/narc_0006.bin -files/graphic/mystery/narc_0013.bin +narc_0022.bin +narc_0037.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0027.bin +narc_0033.bin +narc_0026.bin +narc_0017.bin +narc_0002.bin +narc_0014.bin +narc_0028.bin +narc_0001.bin +narc_0015.bin +narc_0039.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0006.bin +narc_0013.bin narc_0022.bin narc_0037.bin narc_0035.bin diff --git a/files/graphic/oekaki/.knarcignore b/files/graphic/oekaki/.knarcignore index 27e78841..ab81f159 100644 --- a/files/graphic/oekaki/.knarcignore +++ b/files/graphic/oekaki/.knarcignore @@ -1,10 +1,10 @@ -files/graphic/oekaki/narc_0008.bin -files/graphic/oekaki/narc_0003.bin -files/graphic/oekaki/narc_0002.bin -files/graphic/oekaki/narc_0005.bin -files/graphic/oekaki/narc_0004.bin -files/graphic/oekaki/narc_0006.bin -files/graphic/oekaki/narc_0007.bin +narc_0008.bin +narc_0003.bin +narc_0002.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin narc_0008.bin narc_0003.bin narc_0002.bin diff --git a/files/graphic/pmsi/.knarcignore b/files/graphic/pmsi/.knarcignore index b1c2646d..ad0d97f3 100644 --- a/files/graphic/pmsi/.knarcignore +++ b/files/graphic/pmsi/.knarcignore @@ -1,25 +1,25 @@ -files/graphic/pmsi/narc_0022.bin -files/graphic/pmsi/narc_0023.bin -files/graphic/pmsi/narc_0009.bin -files/graphic/pmsi/narc_0008.bin -files/graphic/pmsi/narc_0020.bin -files/graphic/pmsi/narc_0018.bin -files/graphic/pmsi/narc_0024.bin -files/graphic/pmsi/narc_0019.bin -files/graphic/pmsi/narc_0003.bin -files/graphic/pmsi/narc_0017.bin -files/graphic/pmsi/narc_0016.bin -files/graphic/pmsi/narc_0002.bin -files/graphic/pmsi/narc_0014.bin -files/graphic/pmsi/narc_0000.bin -files/graphic/pmsi/narc_0001.bin -files/graphic/pmsi/narc_0015.bin -files/graphic/pmsi/narc_0011.bin -files/graphic/pmsi/narc_0005.bin -files/graphic/pmsi/narc_0004.bin -files/graphic/pmsi/narc_0012.bin -files/graphic/pmsi/narc_0013.bin -files/graphic/pmsi/narc_0007.bin +narc_0022.bin +narc_0023.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0018.bin +narc_0024.bin +narc_0019.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin narc_0022.bin narc_0023.bin narc_0009.bin diff --git a/files/graphic/poketch/.knarcignore b/files/graphic/poketch/.knarcignore deleted file mode 100644 index ddd94a61..00000000 --- a/files/graphic/poketch/.knarcignore +++ /dev/null @@ -1,240 +0,0 @@ -files/graphic/poketch/narc_0022.bin -files/graphic/poketch/narc_0036.bin -files/graphic/poketch/narc_0037.bin -files/graphic/poketch/narc_0023.bin -files/graphic/poketch/narc_0035.bin -files/graphic/poketch/narc_0021.bin -files/graphic/poketch/narc_0020.bin -files/graphic/poketch/narc_0034.bin -files/graphic/poketch/narc_0018.bin -files/graphic/poketch/narc_0030.bin -files/graphic/poketch/narc_0024.bin -files/graphic/poketch/narc_0025.bin -files/graphic/poketch/narc_0031.bin -files/graphic/poketch/narc_0019.bin -files/graphic/poketch/narc_0027.bin -files/graphic/poketch/narc_0033.bin -files/graphic/poketch/narc_0032.bin -files/graphic/poketch/narc_0026.bin -files/graphic/poketch/narc_0121.bin -files/graphic/poketch/narc_0109.bin -files/graphic/poketch/narc_0082.bin -files/graphic/poketch/narc_0096.bin -files/graphic/poketch/narc_0041.bin -files/graphic/poketch/narc_0055.bin -files/graphic/poketch/narc_0069.bin -files/graphic/poketch/narc_0068.bin -files/graphic/poketch/narc_0054.bin -files/graphic/poketch/narc_0040.bin -files/graphic/poketch/narc_0097.bin -files/graphic/poketch/narc_0083.bin -files/graphic/poketch/narc_0108.bin -files/graphic/poketch/narc_0120.bin -files/graphic/poketch/narc_0122.bin -files/graphic/poketch/narc_0095.bin -files/graphic/poketch/narc_0081.bin -files/graphic/poketch/narc_0056.bin -files/graphic/poketch/narc_0042.bin -files/graphic/poketch/narc_0043.bin -files/graphic/poketch/narc_0057.bin -files/graphic/poketch/narc_0080.bin -files/graphic/poketch/narc_0094.bin -files/graphic/poketch/narc_0123.bin -files/graphic/poketch/narc_0090.bin -files/graphic/poketch/narc_0084.bin -files/graphic/poketch/narc_0053.bin -files/graphic/poketch/narc_0047.bin -files/graphic/poketch/narc_0046.bin -files/graphic/poketch/narc_0052.bin -files/graphic/poketch/narc_0085.bin -files/graphic/poketch/narc_0091.bin -files/graphic/poketch/narc_0118.bin -files/graphic/poketch/narc_0124.bin -files/graphic/poketch/narc_0087.bin -files/graphic/poketch/narc_0093.bin -files/graphic/poketch/narc_0078.bin -files/graphic/poketch/narc_0044.bin -files/graphic/poketch/narc_0050.bin -files/graphic/poketch/narc_0051.bin -files/graphic/poketch/narc_0045.bin -files/graphic/poketch/narc_0079.bin -files/graphic/poketch/narc_0092.bin -files/graphic/poketch/narc_0086.bin -files/graphic/poketch/narc_0125.bin -files/graphic/poketch/narc_0119.bin -files/graphic/poketch/narc_0114.bin -files/graphic/poketch/narc_0100.bin -files/graphic/poketch/narc_0060.bin -files/graphic/poketch/narc_0074.bin -files/graphic/poketch/narc_0048.bin -files/graphic/poketch/narc_0049.bin -files/graphic/poketch/narc_0075.bin -files/graphic/poketch/narc_0061.bin -files/graphic/poketch/narc_0101.bin -files/graphic/poketch/narc_0115.bin -files/graphic/poketch/narc_0103.bin -files/graphic/poketch/narc_0117.bin -files/graphic/poketch/narc_0088.bin -files/graphic/poketch/narc_0077.bin -files/graphic/poketch/narc_0063.bin -files/graphic/poketch/narc_0062.bin -files/graphic/poketch/narc_0076.bin -files/graphic/poketch/narc_0089.bin -files/graphic/poketch/narc_0116.bin -files/graphic/poketch/narc_0102.bin -files/graphic/poketch/narc_0106.bin -files/graphic/poketch/narc_0112.bin -files/graphic/poketch/narc_0099.bin -files/graphic/poketch/narc_0072.bin -files/graphic/poketch/narc_0066.bin -files/graphic/poketch/narc_0067.bin -files/graphic/poketch/narc_0073.bin -files/graphic/poketch/narc_0098.bin -files/graphic/poketch/narc_0113.bin -files/graphic/poketch/narc_0107.bin -files/graphic/poketch/narc_0111.bin -files/graphic/poketch/narc_0105.bin -files/graphic/poketch/narc_0059.bin -files/graphic/poketch/narc_0065.bin -files/graphic/poketch/narc_0071.bin -files/graphic/poketch/narc_0070.bin -files/graphic/poketch/narc_0064.bin -files/graphic/poketch/narc_0058.bin -files/graphic/poketch/narc_0104.bin -files/graphic/poketch/narc_0110.bin -files/graphic/poketch/narc_0003.bin -files/graphic/poketch/narc_0017.bin -files/graphic/poketch/narc_0016.bin -files/graphic/poketch/narc_0002.bin -files/graphic/poketch/narc_0014.bin -files/graphic/poketch/narc_0028.bin -files/graphic/poketch/narc_0029.bin -files/graphic/poketch/narc_0015.bin -files/graphic/poketch/narc_0039.bin -files/graphic/poketch/narc_0011.bin -files/graphic/poketch/narc_0005.bin -files/graphic/poketch/narc_0004.bin -files/graphic/poketch/narc_0010.bin -files/graphic/poketch/narc_0038.bin -files/graphic/poketch/narc_0006.bin -files/graphic/poketch/narc_0007.bin -narc_0022.bin -narc_0036.bin -narc_0037.bin -narc_0023.bin -narc_0035.bin -narc_0021.bin -narc_0020.bin -narc_0034.bin -narc_0018.bin -narc_0030.bin -narc_0024.bin -narc_0025.bin -narc_0031.bin -narc_0019.bin -narc_0027.bin -narc_0033.bin -narc_0032.bin -narc_0026.bin -narc_0121.bin -narc_0109.bin -narc_0082.bin -narc_0096.bin -narc_0041.bin -narc_0055.bin -narc_0069.bin -narc_0068.bin -narc_0054.bin -narc_0040.bin -narc_0097.bin -narc_0083.bin -narc_0108.bin -narc_0120.bin -narc_0122.bin -narc_0095.bin -narc_0081.bin -narc_0056.bin -narc_0042.bin -narc_0043.bin -narc_0057.bin -narc_0080.bin -narc_0094.bin -narc_0123.bin -narc_0090.bin -narc_0084.bin -narc_0053.bin -narc_0047.bin -narc_0046.bin -narc_0052.bin -narc_0085.bin -narc_0091.bin -narc_0118.bin -narc_0124.bin -narc_0087.bin -narc_0093.bin -narc_0078.bin -narc_0044.bin -narc_0050.bin -narc_0051.bin -narc_0045.bin -narc_0079.bin -narc_0092.bin -narc_0086.bin -narc_0125.bin -narc_0119.bin -narc_0114.bin -narc_0100.bin -narc_0060.bin -narc_0074.bin -narc_0048.bin -narc_0049.bin -narc_0075.bin -narc_0061.bin -narc_0101.bin -narc_0115.bin -narc_0103.bin -narc_0117.bin -narc_0088.bin -narc_0077.bin -narc_0063.bin -narc_0062.bin -narc_0076.bin -narc_0089.bin -narc_0116.bin -narc_0102.bin -narc_0106.bin -narc_0112.bin -narc_0099.bin -narc_0072.bin -narc_0066.bin -narc_0067.bin -narc_0073.bin -narc_0098.bin -narc_0113.bin -narc_0107.bin -narc_0111.bin -narc_0105.bin -narc_0059.bin -narc_0065.bin -narc_0071.bin -narc_0070.bin -narc_0064.bin -narc_0058.bin -narc_0104.bin -narc_0110.bin -narc_0003.bin -narc_0017.bin -narc_0016.bin -narc_0002.bin -narc_0014.bin -narc_0028.bin -narc_0029.bin -narc_0015.bin -narc_0039.bin -narc_0011.bin -narc_0005.bin -narc_0004.bin -narc_0010.bin -narc_0038.bin -narc_0006.bin -narc_0007.bin diff --git a/files/graphic/poketch/narc_0002.bin b/files/graphic/poketch/narc_0002.bin index 8d1e7dda..5715e9e0 100644 Binary files a/files/graphic/poketch/narc_0002.bin and b/files/graphic/poketch/narc_0002.bin differ diff --git a/files/graphic/poketch/narc_0003.bin b/files/graphic/poketch/narc_0003.bin index 785cafda..b79d798a 100644 Binary files a/files/graphic/poketch/narc_0003.bin and b/files/graphic/poketch/narc_0003.bin differ diff --git a/files/graphic/poketch/narc_0004.bin b/files/graphic/poketch/narc_0004.bin index e6d16600..d314873f 100644 Binary files a/files/graphic/poketch/narc_0004.bin and b/files/graphic/poketch/narc_0004.bin differ diff --git a/files/graphic/poketch/narc_0005.bin b/files/graphic/poketch/narc_0005.bin index 527246cb..57f20434 100644 Binary files a/files/graphic/poketch/narc_0005.bin and b/files/graphic/poketch/narc_0005.bin differ diff --git a/files/graphic/poketch/narc_0006.bin b/files/graphic/poketch/narc_0006.bin index 53c3fbe2..78b7e6d5 100644 Binary files a/files/graphic/poketch/narc_0006.bin and b/files/graphic/poketch/narc_0006.bin differ diff --git a/files/graphic/poketch/narc_0007.bin b/files/graphic/poketch/narc_0007.bin index 2d58f30e..eb22419a 100644 Binary files a/files/graphic/poketch/narc_0007.bin and b/files/graphic/poketch/narc_0007.bin differ diff --git a/files/graphic/poketch/narc_0010.bin b/files/graphic/poketch/narc_0010.bin index 9dcdc01b..75d87f58 100644 Binary files a/files/graphic/poketch/narc_0010.bin and b/files/graphic/poketch/narc_0010.bin differ diff --git a/files/graphic/poketch/narc_0011.bin b/files/graphic/poketch/narc_0011.bin index d2f5f9df..97830501 100644 Binary files a/files/graphic/poketch/narc_0011.bin and b/files/graphic/poketch/narc_0011.bin differ diff --git a/files/graphic/poketch/narc_0014.bin b/files/graphic/poketch/narc_0014.bin index c64431d2..bc84816c 100644 Binary files a/files/graphic/poketch/narc_0014.bin and b/files/graphic/poketch/narc_0014.bin differ diff --git a/files/graphic/poketch/narc_0015.bin b/files/graphic/poketch/narc_0015.bin index 90352462..b4067043 100644 Binary files a/files/graphic/poketch/narc_0015.bin and b/files/graphic/poketch/narc_0015.bin differ diff --git a/files/graphic/poketch/narc_0016.bin b/files/graphic/poketch/narc_0016.bin index 701f2504..ae015fa7 100644 Binary files a/files/graphic/poketch/narc_0016.bin and b/files/graphic/poketch/narc_0016.bin differ diff --git a/files/graphic/poketch/narc_0017.bin b/files/graphic/poketch/narc_0017.bin index b085d840..7b8bc1b7 100644 Binary files a/files/graphic/poketch/narc_0017.bin and b/files/graphic/poketch/narc_0017.bin differ diff --git a/files/graphic/poketch/narc_0018.bin b/files/graphic/poketch/narc_0018.bin index 4299f37b..361104f2 100644 Binary files a/files/graphic/poketch/narc_0018.bin and b/files/graphic/poketch/narc_0018.bin differ diff --git a/files/graphic/poketch/narc_0019.bin b/files/graphic/poketch/narc_0019.bin index c5d831d1..f2d85490 100644 Binary files a/files/graphic/poketch/narc_0019.bin and b/files/graphic/poketch/narc_0019.bin differ diff --git a/files/graphic/poketch/narc_0020.bin b/files/graphic/poketch/narc_0020.bin index 78f95f7b..09f12af6 100644 Binary files a/files/graphic/poketch/narc_0020.bin and b/files/graphic/poketch/narc_0020.bin differ diff --git a/files/graphic/poketch/narc_0021.bin b/files/graphic/poketch/narc_0021.bin index 6095d9a4..8c4430dd 100644 Binary files a/files/graphic/poketch/narc_0021.bin and b/files/graphic/poketch/narc_0021.bin differ diff --git a/files/graphic/poketch/narc_0022.bin b/files/graphic/poketch/narc_0022.bin index 687c9f5a..294f2788 100644 Binary files a/files/graphic/poketch/narc_0022.bin and b/files/graphic/poketch/narc_0022.bin differ diff --git a/files/graphic/poketch/narc_0023.bin b/files/graphic/poketch/narc_0023.bin index d9f982b1..cc2da011 100644 Binary files a/files/graphic/poketch/narc_0023.bin and b/files/graphic/poketch/narc_0023.bin differ diff --git a/files/graphic/poketch/narc_0024.bin b/files/graphic/poketch/narc_0024.bin index 08d65a61..03ceb19a 100644 Binary files a/files/graphic/poketch/narc_0024.bin and b/files/graphic/poketch/narc_0024.bin differ diff --git a/files/graphic/poketch/narc_0025.bin b/files/graphic/poketch/narc_0025.bin index 2d32663b..886133e5 100644 Binary files a/files/graphic/poketch/narc_0025.bin and b/files/graphic/poketch/narc_0025.bin differ diff --git a/files/graphic/poketch/narc_0026.bin b/files/graphic/poketch/narc_0026.bin index c3c50855..e47968f4 100644 Binary files a/files/graphic/poketch/narc_0026.bin and b/files/graphic/poketch/narc_0026.bin differ diff --git a/files/graphic/poketch/narc_0027.bin b/files/graphic/poketch/narc_0027.bin index 023c4af3..2e4ba006 100644 Binary files a/files/graphic/poketch/narc_0027.bin and b/files/graphic/poketch/narc_0027.bin differ diff --git a/files/graphic/poketch/narc_0028.bin b/files/graphic/poketch/narc_0028.bin index 707d275c..639b3903 100644 Binary files a/files/graphic/poketch/narc_0028.bin and b/files/graphic/poketch/narc_0028.bin differ diff --git a/files/graphic/poketch/narc_0029.bin b/files/graphic/poketch/narc_0029.bin index a687823c..24383278 100644 Binary files a/files/graphic/poketch/narc_0029.bin and b/files/graphic/poketch/narc_0029.bin differ diff --git a/files/graphic/poketch/narc_0030.bin b/files/graphic/poketch/narc_0030.bin index e4b4eb34..0e47d160 100644 Binary files a/files/graphic/poketch/narc_0030.bin and b/files/graphic/poketch/narc_0030.bin differ diff --git a/files/graphic/poketch/narc_0031.bin b/files/graphic/poketch/narc_0031.bin index 7447bf0a..fce14b07 100644 Binary files a/files/graphic/poketch/narc_0031.bin and b/files/graphic/poketch/narc_0031.bin differ diff --git a/files/graphic/poketch/narc_0032.bin b/files/graphic/poketch/narc_0032.bin index 6113d47f..008c1be2 100644 Binary files a/files/graphic/poketch/narc_0032.bin and b/files/graphic/poketch/narc_0032.bin differ diff --git a/files/graphic/poketch/narc_0033.bin b/files/graphic/poketch/narc_0033.bin index e70544eb..2d48241f 100644 Binary files a/files/graphic/poketch/narc_0033.bin and b/files/graphic/poketch/narc_0033.bin differ diff --git a/files/graphic/poketch/narc_0034.bin b/files/graphic/poketch/narc_0034.bin index 2c826c3d..41068d97 100644 Binary files a/files/graphic/poketch/narc_0034.bin and b/files/graphic/poketch/narc_0034.bin differ diff --git a/files/graphic/poketch/narc_0035.bin b/files/graphic/poketch/narc_0035.bin index 3f34189f..51aa0890 100644 Binary files a/files/graphic/poketch/narc_0035.bin and b/files/graphic/poketch/narc_0035.bin differ diff --git a/files/graphic/poketch/narc_0036.bin b/files/graphic/poketch/narc_0036.bin index e0b44411..b298e184 100644 Binary files a/files/graphic/poketch/narc_0036.bin and b/files/graphic/poketch/narc_0036.bin differ diff --git a/files/graphic/poketch/narc_0037.bin b/files/graphic/poketch/narc_0037.bin index 8fea83a9..06e85ce9 100644 Binary files a/files/graphic/poketch/narc_0037.bin and b/files/graphic/poketch/narc_0037.bin differ diff --git a/files/graphic/poketch/narc_0038.bin b/files/graphic/poketch/narc_0038.bin index 23095c72..bcd4e6c8 100644 Binary files a/files/graphic/poketch/narc_0038.bin and b/files/graphic/poketch/narc_0038.bin differ diff --git a/files/graphic/poketch/narc_0039.bin b/files/graphic/poketch/narc_0039.bin index bcdfce77..fa47d05b 100644 Binary files a/files/graphic/poketch/narc_0039.bin and b/files/graphic/poketch/narc_0039.bin differ diff --git a/files/graphic/poketch/narc_0040.bin b/files/graphic/poketch/narc_0040.bin index 50407853..f5bd899f 100644 Binary files a/files/graphic/poketch/narc_0040.bin and b/files/graphic/poketch/narc_0040.bin differ diff --git a/files/graphic/poketch/narc_0041.bin b/files/graphic/poketch/narc_0041.bin index 694845ef..426a40a2 100644 Binary files a/files/graphic/poketch/narc_0041.bin and b/files/graphic/poketch/narc_0041.bin differ diff --git a/files/graphic/poketch/narc_0042.bin b/files/graphic/poketch/narc_0042.bin index a7f32c47..55bd69b3 100644 Binary files a/files/graphic/poketch/narc_0042.bin and b/files/graphic/poketch/narc_0042.bin differ diff --git a/files/graphic/poketch/narc_0043.bin b/files/graphic/poketch/narc_0043.bin index a6c052a0..f3e2a0b7 100644 Binary files a/files/graphic/poketch/narc_0043.bin and b/files/graphic/poketch/narc_0043.bin differ diff --git a/files/graphic/poketch/narc_0044.bin b/files/graphic/poketch/narc_0044.bin index f274b1e8..2459257b 100644 Binary files a/files/graphic/poketch/narc_0044.bin and b/files/graphic/poketch/narc_0044.bin differ diff --git a/files/graphic/poketch/narc_0045.bin b/files/graphic/poketch/narc_0045.bin index dab9e090..bb96b2fe 100644 Binary files a/files/graphic/poketch/narc_0045.bin and b/files/graphic/poketch/narc_0045.bin differ diff --git a/files/graphic/poketch/narc_0046.bin b/files/graphic/poketch/narc_0046.bin index 033b8ba3..2e539d2a 100644 Binary files a/files/graphic/poketch/narc_0046.bin and b/files/graphic/poketch/narc_0046.bin differ diff --git a/files/graphic/poketch/narc_0047.bin b/files/graphic/poketch/narc_0047.bin index ec0f2a2d..d849d3e3 100644 Binary files a/files/graphic/poketch/narc_0047.bin and b/files/graphic/poketch/narc_0047.bin differ diff --git a/files/graphic/poketch/narc_0048.bin b/files/graphic/poketch/narc_0048.bin index c9382274..41636cd4 100644 Binary files a/files/graphic/poketch/narc_0048.bin and b/files/graphic/poketch/narc_0048.bin differ diff --git a/files/graphic/poketch/narc_0049.bin b/files/graphic/poketch/narc_0049.bin index e2b0ac11..9d808c4f 100644 Binary files a/files/graphic/poketch/narc_0049.bin and b/files/graphic/poketch/narc_0049.bin differ diff --git a/files/graphic/poketch/narc_0050.bin b/files/graphic/poketch/narc_0050.bin index e0a33420..4cc07584 100644 Binary files a/files/graphic/poketch/narc_0050.bin and b/files/graphic/poketch/narc_0050.bin differ diff --git a/files/graphic/poketch/narc_0051.bin b/files/graphic/poketch/narc_0051.bin index caf11aa1..2451ae2c 100644 Binary files a/files/graphic/poketch/narc_0051.bin and b/files/graphic/poketch/narc_0051.bin differ diff --git a/files/graphic/poketch/narc_0052.bin b/files/graphic/poketch/narc_0052.bin index 4f8aea18..b39fdc7e 100644 Binary files a/files/graphic/poketch/narc_0052.bin and b/files/graphic/poketch/narc_0052.bin differ diff --git a/files/graphic/poketch/narc_0053.bin b/files/graphic/poketch/narc_0053.bin index f3fd0935..eb350e00 100644 Binary files a/files/graphic/poketch/narc_0053.bin and b/files/graphic/poketch/narc_0053.bin differ diff --git a/files/graphic/poketch/narc_0054.bin b/files/graphic/poketch/narc_0054.bin index 4927a377..09edefab 100644 Binary files a/files/graphic/poketch/narc_0054.bin and b/files/graphic/poketch/narc_0054.bin differ diff --git a/files/graphic/poketch/narc_0055.bin b/files/graphic/poketch/narc_0055.bin index 1a31f78d..29b8c52d 100644 Binary files a/files/graphic/poketch/narc_0055.bin and b/files/graphic/poketch/narc_0055.bin differ diff --git a/files/graphic/poketch/narc_0056.bin b/files/graphic/poketch/narc_0056.bin index f9d04493..30f02d87 100644 Binary files a/files/graphic/poketch/narc_0056.bin and b/files/graphic/poketch/narc_0056.bin differ diff --git a/files/graphic/poketch/narc_0057.bin b/files/graphic/poketch/narc_0057.bin index fb2dd9c6..67b8080f 100644 Binary files a/files/graphic/poketch/narc_0057.bin and b/files/graphic/poketch/narc_0057.bin differ diff --git a/files/graphic/poketch/narc_0058.bin b/files/graphic/poketch/narc_0058.bin index fb0a3768..dfcd3b60 100644 Binary files a/files/graphic/poketch/narc_0058.bin and b/files/graphic/poketch/narc_0058.bin differ diff --git a/files/graphic/poketch/narc_0059.bin b/files/graphic/poketch/narc_0059.bin index 14431d2b..78d7ae1a 100644 Binary files a/files/graphic/poketch/narc_0059.bin and b/files/graphic/poketch/narc_0059.bin differ diff --git a/files/graphic/poketch/narc_0060.bin b/files/graphic/poketch/narc_0060.bin index e3ede813..3d52ecc7 100644 Binary files a/files/graphic/poketch/narc_0060.bin and b/files/graphic/poketch/narc_0060.bin differ diff --git a/files/graphic/poketch/narc_0061.bin b/files/graphic/poketch/narc_0061.bin index d27a02f5..13300866 100644 Binary files a/files/graphic/poketch/narc_0061.bin and b/files/graphic/poketch/narc_0061.bin differ diff --git a/files/graphic/poketch/narc_0062.bin b/files/graphic/poketch/narc_0062.bin index a6ff39f5..d09e13d4 100644 Binary files a/files/graphic/poketch/narc_0062.bin and b/files/graphic/poketch/narc_0062.bin differ diff --git a/files/graphic/poketch/narc_0063.bin b/files/graphic/poketch/narc_0063.bin index 7b49cffb..6484123a 100644 Binary files a/files/graphic/poketch/narc_0063.bin and b/files/graphic/poketch/narc_0063.bin differ diff --git a/files/graphic/poketch/narc_0064.bin b/files/graphic/poketch/narc_0064.bin index 54a854fe..171d6283 100644 Binary files a/files/graphic/poketch/narc_0064.bin and b/files/graphic/poketch/narc_0064.bin differ diff --git a/files/graphic/poketch/narc_0065.bin b/files/graphic/poketch/narc_0065.bin index 533b4dbf..1e806641 100644 Binary files a/files/graphic/poketch/narc_0065.bin and b/files/graphic/poketch/narc_0065.bin differ diff --git a/files/graphic/poketch/narc_0066.bin b/files/graphic/poketch/narc_0066.bin index 21e01cfb..a6f5bade 100644 Binary files a/files/graphic/poketch/narc_0066.bin and b/files/graphic/poketch/narc_0066.bin differ diff --git a/files/graphic/poketch/narc_0067.bin b/files/graphic/poketch/narc_0067.bin index 0a6d2869..817721b8 100644 Binary files a/files/graphic/poketch/narc_0067.bin and b/files/graphic/poketch/narc_0067.bin differ diff --git a/files/graphic/poketch/narc_0068.bin b/files/graphic/poketch/narc_0068.bin index 02bd85c6..c3104f37 100644 Binary files a/files/graphic/poketch/narc_0068.bin and b/files/graphic/poketch/narc_0068.bin differ diff --git a/files/graphic/poketch/narc_0069.bin b/files/graphic/poketch/narc_0069.bin index 6cc04a2f..f40ed643 100644 Binary files a/files/graphic/poketch/narc_0069.bin and b/files/graphic/poketch/narc_0069.bin differ diff --git a/files/graphic/poketch/narc_0070.bin b/files/graphic/poketch/narc_0070.bin index 126318b4..b195c58f 100644 Binary files a/files/graphic/poketch/narc_0070.bin and b/files/graphic/poketch/narc_0070.bin differ diff --git a/files/graphic/poketch/narc_0071.bin b/files/graphic/poketch/narc_0071.bin index a084a711..43b9bd3f 100644 Binary files a/files/graphic/poketch/narc_0071.bin and b/files/graphic/poketch/narc_0071.bin differ diff --git a/files/graphic/poketch/narc_0072.bin b/files/graphic/poketch/narc_0072.bin index fccff93f..6bd2bde6 100644 Binary files a/files/graphic/poketch/narc_0072.bin and b/files/graphic/poketch/narc_0072.bin differ diff --git a/files/graphic/poketch/narc_0073.bin b/files/graphic/poketch/narc_0073.bin index 231ce528..4faef21f 100644 Binary files a/files/graphic/poketch/narc_0073.bin and b/files/graphic/poketch/narc_0073.bin differ diff --git a/files/graphic/poketch/narc_0074.bin b/files/graphic/poketch/narc_0074.bin index 11303723..b03add3c 100644 Binary files a/files/graphic/poketch/narc_0074.bin and b/files/graphic/poketch/narc_0074.bin differ diff --git a/files/graphic/poketch/narc_0075.bin b/files/graphic/poketch/narc_0075.bin index f51c7755..50ba7c7f 100644 Binary files a/files/graphic/poketch/narc_0075.bin and b/files/graphic/poketch/narc_0075.bin differ diff --git a/files/graphic/poketch/narc_0076.bin b/files/graphic/poketch/narc_0076.bin index 4a4dea2c..df9fe84f 100644 Binary files a/files/graphic/poketch/narc_0076.bin and b/files/graphic/poketch/narc_0076.bin differ diff --git a/files/graphic/poketch/narc_0077.bin b/files/graphic/poketch/narc_0077.bin index 9e6862f2..a217aab8 100644 Binary files a/files/graphic/poketch/narc_0077.bin and b/files/graphic/poketch/narc_0077.bin differ diff --git a/files/graphic/poketch/narc_0078.bin b/files/graphic/poketch/narc_0078.bin index 1c3b29c8..5dd3a86a 100644 Binary files a/files/graphic/poketch/narc_0078.bin and b/files/graphic/poketch/narc_0078.bin differ diff --git a/files/graphic/poketch/narc_0079.bin b/files/graphic/poketch/narc_0079.bin index 36402127..86c00a82 100644 Binary files a/files/graphic/poketch/narc_0079.bin and b/files/graphic/poketch/narc_0079.bin differ diff --git a/files/graphic/poketch/narc_0080.bin b/files/graphic/poketch/narc_0080.bin index 1c132678..d3d69bd6 100644 Binary files a/files/graphic/poketch/narc_0080.bin and b/files/graphic/poketch/narc_0080.bin differ diff --git a/files/graphic/poketch/narc_0081.bin b/files/graphic/poketch/narc_0081.bin index b2ba7ceb..f8f13645 100644 Binary files a/files/graphic/poketch/narc_0081.bin and b/files/graphic/poketch/narc_0081.bin differ diff --git a/files/graphic/poketch/narc_0082.bin b/files/graphic/poketch/narc_0082.bin index 18dee9b6..b863be5c 100644 Binary files a/files/graphic/poketch/narc_0082.bin and b/files/graphic/poketch/narc_0082.bin differ diff --git a/files/graphic/poketch/narc_0083.bin b/files/graphic/poketch/narc_0083.bin index efbf6cf7..9292a832 100644 Binary files a/files/graphic/poketch/narc_0083.bin and b/files/graphic/poketch/narc_0083.bin differ diff --git a/files/graphic/poketch/narc_0084.bin b/files/graphic/poketch/narc_0084.bin index 43227211..a605c942 100644 Binary files a/files/graphic/poketch/narc_0084.bin and b/files/graphic/poketch/narc_0084.bin differ diff --git a/files/graphic/poketch/narc_0085.bin b/files/graphic/poketch/narc_0085.bin index 8686f84c..545ef360 100644 Binary files a/files/graphic/poketch/narc_0085.bin and b/files/graphic/poketch/narc_0085.bin differ diff --git a/files/graphic/poketch/narc_0086.bin b/files/graphic/poketch/narc_0086.bin index 015ba3b7..359e6268 100644 Binary files a/files/graphic/poketch/narc_0086.bin and b/files/graphic/poketch/narc_0086.bin differ diff --git a/files/graphic/poketch/narc_0087.bin b/files/graphic/poketch/narc_0087.bin index be2731eb..1a760ac9 100644 Binary files a/files/graphic/poketch/narc_0087.bin and b/files/graphic/poketch/narc_0087.bin differ diff --git a/files/graphic/poketch/narc_0088.bin b/files/graphic/poketch/narc_0088.bin index 8d0a8fc6..1aba102c 100644 Binary files a/files/graphic/poketch/narc_0088.bin and b/files/graphic/poketch/narc_0088.bin differ diff --git a/files/graphic/poketch/narc_0089.bin b/files/graphic/poketch/narc_0089.bin index b458ae1e..fb8ec35d 100644 Binary files a/files/graphic/poketch/narc_0089.bin and b/files/graphic/poketch/narc_0089.bin differ diff --git a/files/graphic/poketch/narc_0090.bin b/files/graphic/poketch/narc_0090.bin index 3c963520..304d9cc3 100644 Binary files a/files/graphic/poketch/narc_0090.bin and b/files/graphic/poketch/narc_0090.bin differ diff --git a/files/graphic/poketch/narc_0091.bin b/files/graphic/poketch/narc_0091.bin index 89d57cb2..0975a799 100644 Binary files a/files/graphic/poketch/narc_0091.bin and b/files/graphic/poketch/narc_0091.bin differ diff --git a/files/graphic/poketch/narc_0092.bin b/files/graphic/poketch/narc_0092.bin index 927bb517..087e0e78 100644 Binary files a/files/graphic/poketch/narc_0092.bin and b/files/graphic/poketch/narc_0092.bin differ diff --git a/files/graphic/poketch/narc_0093.bin b/files/graphic/poketch/narc_0093.bin index 60a657f3..ffbfe996 100644 Binary files a/files/graphic/poketch/narc_0093.bin and b/files/graphic/poketch/narc_0093.bin differ diff --git a/files/graphic/poketch/narc_0094.bin b/files/graphic/poketch/narc_0094.bin index 9401bcea..2b59fc60 100644 Binary files a/files/graphic/poketch/narc_0094.bin and b/files/graphic/poketch/narc_0094.bin differ diff --git a/files/graphic/poketch/narc_0095.bin b/files/graphic/poketch/narc_0095.bin index d28b6b7b..5519b6f5 100644 Binary files a/files/graphic/poketch/narc_0095.bin and b/files/graphic/poketch/narc_0095.bin differ diff --git a/files/graphic/poketch/narc_0096.bin b/files/graphic/poketch/narc_0096.bin index b96350de..f645f889 100644 Binary files a/files/graphic/poketch/narc_0096.bin and b/files/graphic/poketch/narc_0096.bin differ diff --git a/files/graphic/poketch/narc_0097.bin b/files/graphic/poketch/narc_0097.bin index c63315f9..5990ea92 100644 Binary files a/files/graphic/poketch/narc_0097.bin and b/files/graphic/poketch/narc_0097.bin differ diff --git a/files/graphic/poketch/narc_0098.bin b/files/graphic/poketch/narc_0098.bin index a2b4e9d2..d260e7f2 100644 Binary files a/files/graphic/poketch/narc_0098.bin and b/files/graphic/poketch/narc_0098.bin differ diff --git a/files/graphic/poketch/narc_0099.bin b/files/graphic/poketch/narc_0099.bin index a445efd8..f7326934 100644 Binary files a/files/graphic/poketch/narc_0099.bin and b/files/graphic/poketch/narc_0099.bin differ diff --git a/files/graphic/poketch/narc_0100.bin b/files/graphic/poketch/narc_0100.bin index 21eb015d..3018a416 100644 Binary files a/files/graphic/poketch/narc_0100.bin and b/files/graphic/poketch/narc_0100.bin differ diff --git a/files/graphic/poketch/narc_0101.bin b/files/graphic/poketch/narc_0101.bin index 4030e8ad..d6f89bdd 100644 Binary files a/files/graphic/poketch/narc_0101.bin and b/files/graphic/poketch/narc_0101.bin differ diff --git a/files/graphic/poketch/narc_0102.bin b/files/graphic/poketch/narc_0102.bin index dab9e090..bb96b2fe 100644 Binary files a/files/graphic/poketch/narc_0102.bin and b/files/graphic/poketch/narc_0102.bin differ diff --git a/files/graphic/poketch/narc_0103.bin b/files/graphic/poketch/narc_0103.bin index caf11aa1..2451ae2c 100644 Binary files a/files/graphic/poketch/narc_0103.bin and b/files/graphic/poketch/narc_0103.bin differ diff --git a/files/graphic/poketch/narc_0104.bin b/files/graphic/poketch/narc_0104.bin index 0387bd39..9e6d619e 100644 Binary files a/files/graphic/poketch/narc_0104.bin and b/files/graphic/poketch/narc_0104.bin differ diff --git a/files/graphic/poketch/narc_0105.bin b/files/graphic/poketch/narc_0105.bin index 3ad52f1d..a96097b0 100644 Binary files a/files/graphic/poketch/narc_0105.bin and b/files/graphic/poketch/narc_0105.bin differ diff --git a/files/graphic/poketch/narc_0106.bin b/files/graphic/poketch/narc_0106.bin index 028069ca..28185b03 100644 Binary files a/files/graphic/poketch/narc_0106.bin and b/files/graphic/poketch/narc_0106.bin differ diff --git a/files/graphic/poketch/narc_0107.bin b/files/graphic/poketch/narc_0107.bin index 2523efb3..fb6a44a7 100644 Binary files a/files/graphic/poketch/narc_0107.bin and b/files/graphic/poketch/narc_0107.bin differ diff --git a/files/graphic/poketch/narc_0108.bin b/files/graphic/poketch/narc_0108.bin index fbc21220..ce0ecf67 100644 Binary files a/files/graphic/poketch/narc_0108.bin and b/files/graphic/poketch/narc_0108.bin differ diff --git a/files/graphic/poketch/narc_0109.bin b/files/graphic/poketch/narc_0109.bin index cfc6cb0e..259aab25 100644 Binary files a/files/graphic/poketch/narc_0109.bin and b/files/graphic/poketch/narc_0109.bin differ diff --git a/files/graphic/poketch/narc_0110.bin b/files/graphic/poketch/narc_0110.bin index 418e0315..aba5f0c0 100644 Binary files a/files/graphic/poketch/narc_0110.bin and b/files/graphic/poketch/narc_0110.bin differ diff --git a/files/graphic/poketch/narc_0111.bin b/files/graphic/poketch/narc_0111.bin index a7ef1e55..e7c3f894 100644 Binary files a/files/graphic/poketch/narc_0111.bin and b/files/graphic/poketch/narc_0111.bin differ diff --git a/files/graphic/poketch/narc_0112.bin b/files/graphic/poketch/narc_0112.bin index 0a6d2869..817721b8 100644 Binary files a/files/graphic/poketch/narc_0112.bin and b/files/graphic/poketch/narc_0112.bin differ diff --git a/files/graphic/poketch/narc_0113.bin b/files/graphic/poketch/narc_0113.bin index 02bd85c6..c3104f37 100644 Binary files a/files/graphic/poketch/narc_0113.bin and b/files/graphic/poketch/narc_0113.bin differ diff --git a/files/graphic/poketch/narc_0114.bin b/files/graphic/poketch/narc_0114.bin index 95d73b39..ceca1b5d 100644 Binary files a/files/graphic/poketch/narc_0114.bin and b/files/graphic/poketch/narc_0114.bin differ diff --git a/files/graphic/poketch/narc_0115.bin b/files/graphic/poketch/narc_0115.bin index f8970b05..b33782c0 100644 Binary files a/files/graphic/poketch/narc_0115.bin and b/files/graphic/poketch/narc_0115.bin differ diff --git a/files/graphic/poketch/narc_0116.bin b/files/graphic/poketch/narc_0116.bin index 8d2435c4..13587d26 100644 Binary files a/files/graphic/poketch/narc_0116.bin and b/files/graphic/poketch/narc_0116.bin differ diff --git a/files/graphic/poketch/narc_0117.bin b/files/graphic/poketch/narc_0117.bin index b377811e..c6b9597c 100644 Binary files a/files/graphic/poketch/narc_0117.bin and b/files/graphic/poketch/narc_0117.bin differ diff --git a/files/graphic/poketch/narc_0118.bin b/files/graphic/poketch/narc_0118.bin index e3742e2c..450a4c04 100644 Binary files a/files/graphic/poketch/narc_0118.bin and b/files/graphic/poketch/narc_0118.bin differ diff --git a/files/graphic/poketch/narc_0119.bin b/files/graphic/poketch/narc_0119.bin index dff709d8..f5fb66d5 100644 Binary files a/files/graphic/poketch/narc_0119.bin and b/files/graphic/poketch/narc_0119.bin differ diff --git a/files/graphic/poketch/narc_0120.bin b/files/graphic/poketch/narc_0120.bin index 6c39bed8..b2f99f33 100644 Binary files a/files/graphic/poketch/narc_0120.bin and b/files/graphic/poketch/narc_0120.bin differ diff --git a/files/graphic/poketch/narc_0121.bin b/files/graphic/poketch/narc_0121.bin index 8df4ad48..6645d92d 100644 Binary files a/files/graphic/poketch/narc_0121.bin and b/files/graphic/poketch/narc_0121.bin differ diff --git a/files/graphic/poketch/narc_0122.bin b/files/graphic/poketch/narc_0122.bin index ac2d8c07..d5d0d2c0 100644 Binary files a/files/graphic/poketch/narc_0122.bin and b/files/graphic/poketch/narc_0122.bin differ diff --git a/files/graphic/poketch/narc_0123.bin b/files/graphic/poketch/narc_0123.bin index 8a0d22e7..35a58512 100644 Binary files a/files/graphic/poketch/narc_0123.bin and b/files/graphic/poketch/narc_0123.bin differ diff --git a/files/graphic/poketch/narc_0124.bin b/files/graphic/poketch/narc_0124.bin index c5636e6a..86e4ecad 100644 Binary files a/files/graphic/poketch/narc_0124.bin and b/files/graphic/poketch/narc_0124.bin differ diff --git a/files/graphic/poketch/narc_0125.bin b/files/graphic/poketch/narc_0125.bin index 4e508f9e..5795a79b 100644 Binary files a/files/graphic/poketch/narc_0125.bin and b/files/graphic/poketch/narc_0125.bin differ diff --git a/files/graphic/record/.knarcignore b/files/graphic/record/.knarcignore index aeacd52c..181e406b 100644 --- a/files/graphic/record/.knarcignore +++ b/files/graphic/record/.knarcignore @@ -1,14 +1,14 @@ -files/graphic/record/narc_0009.bin -files/graphic/record/narc_0003.bin -files/graphic/record/narc_0002.bin -files/graphic/record/narc_0014.bin -files/graphic/record/narc_0011.bin -files/graphic/record/narc_0005.bin -files/graphic/record/narc_0004.bin -files/graphic/record/narc_0010.bin -files/graphic/record/narc_0006.bin -files/graphic/record/narc_0012.bin -files/graphic/record/narc_0013.bin +narc_0009.bin +narc_0003.bin +narc_0002.bin +narc_0014.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin narc_0009.bin narc_0003.bin narc_0002.bin diff --git a/files/graphic/touch_subwindow/.knarcignore b/files/graphic/touch_subwindow/.knarcignore index 5ba59ddf..cbe8e8b9 100644 --- a/files/graphic/touch_subwindow/.knarcignore +++ b/files/graphic/touch_subwindow/.knarcignore @@ -1,12 +1,12 @@ -files/graphic/touch_subwindow/narc_0009.bin -files/graphic/touch_subwindow/narc_0008.bin -files/graphic/touch_subwindow/narc_0003.bin -files/graphic/touch_subwindow/narc_0002.bin -files/graphic/touch_subwindow/narc_0001.bin -files/graphic/touch_subwindow/narc_0005.bin -files/graphic/touch_subwindow/narc_0004.bin -files/graphic/touch_subwindow/narc_0006.bin -files/graphic/touch_subwindow/narc_0007.bin +narc_0009.bin +narc_0008.bin +narc_0003.bin +narc_0002.bin +narc_0001.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin narc_0009.bin narc_0008.bin narc_0003.bin diff --git a/files/graphic/unionroom/.knarcignore b/files/graphic/unionroom/.knarcignore index f0ac963b..65da45b0 100644 --- a/files/graphic/unionroom/.knarcignore +++ b/files/graphic/unionroom/.knarcignore @@ -1,9 +1,9 @@ -files/graphic/unionroom/narc_0003.bin -files/graphic/unionroom/narc_0002.bin -files/graphic/unionroom/narc_0005.bin -files/graphic/unionroom/narc_0004.bin -files/graphic/unionroom/narc_0006.bin -files/graphic/unionroom/narc_0007.bin +narc_0003.bin +narc_0002.bin +narc_0005.bin +narc_0004.bin +narc_0006.bin +narc_0007.bin narc_0003.bin narc_0002.bin narc_0005.bin diff --git a/files/graphic/worldtrade/.knarcignore b/files/graphic/worldtrade/.knarcignore index f28be921..fcd2ccfc 100644 --- a/files/graphic/worldtrade/.knarcignore +++ b/files/graphic/worldtrade/.knarcignore @@ -1,31 +1,31 @@ -files/graphic/worldtrade/narc_0022.bin -files/graphic/worldtrade/narc_0036.bin -files/graphic/worldtrade/narc_0037.bin -files/graphic/worldtrade/narc_0023.bin -files/graphic/worldtrade/narc_0035.bin -files/graphic/worldtrade/narc_0021.bin -files/graphic/worldtrade/narc_0020.bin -files/graphic/worldtrade/narc_0034.bin -files/graphic/worldtrade/narc_0018.bin -files/graphic/worldtrade/narc_0030.bin -files/graphic/worldtrade/narc_0024.bin -files/graphic/worldtrade/narc_0025.bin -files/graphic/worldtrade/narc_0031.bin -files/graphic/worldtrade/narc_0019.bin -files/graphic/worldtrade/narc_0027.bin -files/graphic/worldtrade/narc_0033.bin -files/graphic/worldtrade/narc_0032.bin -files/graphic/worldtrade/narc_0026.bin -files/graphic/worldtrade/narc_0017.bin -files/graphic/worldtrade/narc_0016.bin -files/graphic/worldtrade/narc_0014.bin -files/graphic/worldtrade/narc_0028.bin -files/graphic/worldtrade/narc_0029.bin -files/graphic/worldtrade/narc_0015.bin -files/graphic/worldtrade/narc_0011.bin -files/graphic/worldtrade/narc_0010.bin -files/graphic/worldtrade/narc_0012.bin -files/graphic/worldtrade/narc_0013.bin +narc_0022.bin +narc_0036.bin +narc_0037.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0017.bin +narc_0016.bin +narc_0014.bin +narc_0028.bin +narc_0029.bin +narc_0015.bin +narc_0011.bin +narc_0010.bin +narc_0012.bin +narc_0013.bin narc_0022.bin narc_0036.bin narc_0037.bin diff --git a/files/poketool/pokefoot/pokefoot/.knarcignore b/files/poketool/pokefoot/pokefoot/.knarcignore index 762f3753..b64f9bc0 100644 --- a/files/poketool/pokefoot/pokefoot/.knarcignore +++ b/files/poketool/pokefoot/pokefoot/.knarcignore @@ -1,499 +1,499 @@ -files/poketool/pokefoot/pokefoot/narc_0397.bin -files/poketool/pokefoot/pokefoot/narc_0383.bin -files/poketool/pokefoot/pokefoot/narc_0354.bin -files/poketool/pokefoot/pokefoot/narc_0432.bin -files/poketool/pokefoot/pokefoot/narc_0426.bin -files/poketool/pokefoot/pokefoot/narc_0340.bin -files/poketool/pokefoot/pokefoot/narc_0368.bin -files/poketool/pokefoot/pokefoot/narc_0195.bin -files/poketool/pokefoot/pokefoot/narc_0181.bin -files/poketool/pokefoot/pokefoot/narc_0156.bin -files/poketool/pokefoot/pokefoot/narc_0142.bin -files/poketool/pokefoot/pokefoot/narc_0022.bin -files/poketool/pokefoot/pokefoot/narc_0036.bin -files/poketool/pokefoot/pokefoot/narc_0220.bin -files/poketool/pokefoot/pokefoot/narc_0234.bin -files/poketool/pokefoot/pokefoot/narc_0208.bin -files/poketool/pokefoot/pokefoot/narc_0209.bin -files/poketool/pokefoot/pokefoot/narc_0235.bin -files/poketool/pokefoot/pokefoot/narc_0221.bin -files/poketool/pokefoot/pokefoot/narc_0037.bin -files/poketool/pokefoot/pokefoot/narc_0023.bin -files/poketool/pokefoot/pokefoot/narc_0143.bin -files/poketool/pokefoot/pokefoot/narc_0157.bin -files/poketool/pokefoot/pokefoot/narc_0180.bin -files/poketool/pokefoot/pokefoot/narc_0194.bin -files/poketool/pokefoot/pokefoot/narc_0369.bin -files/poketool/pokefoot/pokefoot/narc_0427.bin -files/poketool/pokefoot/pokefoot/narc_0341.bin -files/poketool/pokefoot/pokefoot/narc_0355.bin -files/poketool/pokefoot/pokefoot/narc_0433.bin -files/poketool/pokefoot/pokefoot/narc_0382.bin -files/poketool/pokefoot/pokefoot/narc_0396.bin -files/poketool/pokefoot/pokefoot/narc_0380.bin -files/poketool/pokefoot/pokefoot/narc_0394.bin -files/poketool/pokefoot/pokefoot/narc_0343.bin -files/poketool/pokefoot/pokefoot/narc_0425.bin -files/poketool/pokefoot/pokefoot/narc_0431.bin -files/poketool/pokefoot/pokefoot/narc_0357.bin -files/poketool/pokefoot/pokefoot/narc_0419.bin -files/poketool/pokefoot/pokefoot/narc_0182.bin -files/poketool/pokefoot/pokefoot/narc_0196.bin -files/poketool/pokefoot/pokefoot/narc_0141.bin -files/poketool/pokefoot/pokefoot/narc_0155.bin -files/poketool/pokefoot/pokefoot/narc_0169.bin -files/poketool/pokefoot/pokefoot/narc_0035.bin -files/poketool/pokefoot/pokefoot/narc_0021.bin -files/poketool/pokefoot/pokefoot/narc_0009.bin -files/poketool/pokefoot/pokefoot/narc_0237.bin -files/poketool/pokefoot/pokefoot/narc_0223.bin -files/poketool/pokefoot/pokefoot/narc_0222.bin -files/poketool/pokefoot/pokefoot/narc_0236.bin -files/poketool/pokefoot/pokefoot/narc_0008.bin -files/poketool/pokefoot/pokefoot/narc_0020.bin -files/poketool/pokefoot/pokefoot/narc_0034.bin -files/poketool/pokefoot/pokefoot/narc_0168.bin -files/poketool/pokefoot/pokefoot/narc_0154.bin -files/poketool/pokefoot/pokefoot/narc_0140.bin -files/poketool/pokefoot/pokefoot/narc_0197.bin -files/poketool/pokefoot/pokefoot/narc_0183.bin -files/poketool/pokefoot/pokefoot/narc_0418.bin -files/poketool/pokefoot/pokefoot/narc_0430.bin -files/poketool/pokefoot/pokefoot/narc_0356.bin -files/poketool/pokefoot/pokefoot/narc_0342.bin -files/poketool/pokefoot/pokefoot/narc_0424.bin -files/poketool/pokefoot/pokefoot/narc_0395.bin -files/poketool/pokefoot/pokefoot/narc_0381.bin -files/poketool/pokefoot/pokefoot/narc_0385.bin -files/poketool/pokefoot/pokefoot/narc_0391.bin -files/poketool/pokefoot/pokefoot/narc_0408.bin -files/poketool/pokefoot/pokefoot/narc_0420.bin -files/poketool/pokefoot/pokefoot/narc_0346.bin -files/poketool/pokefoot/pokefoot/narc_0352.bin -files/poketool/pokefoot/pokefoot/narc_0434.bin -files/poketool/pokefoot/pokefoot/narc_0187.bin -files/poketool/pokefoot/pokefoot/narc_0193.bin -files/poketool/pokefoot/pokefoot/narc_0178.bin -files/poketool/pokefoot/pokefoot/narc_0144.bin -files/poketool/pokefoot/pokefoot/narc_0150.bin -files/poketool/pokefoot/pokefoot/narc_0018.bin -files/poketool/pokefoot/pokefoot/narc_0030.bin -files/poketool/pokefoot/pokefoot/narc_0024.bin -files/poketool/pokefoot/pokefoot/narc_0232.bin -files/poketool/pokefoot/pokefoot/narc_0226.bin -files/poketool/pokefoot/pokefoot/narc_0227.bin -files/poketool/pokefoot/pokefoot/narc_0233.bin -files/poketool/pokefoot/pokefoot/narc_0025.bin -files/poketool/pokefoot/pokefoot/narc_0031.bin -files/poketool/pokefoot/pokefoot/narc_0019.bin -files/poketool/pokefoot/pokefoot/narc_0151.bin -files/poketool/pokefoot/pokefoot/narc_0145.bin -files/poketool/pokefoot/pokefoot/narc_0179.bin -files/poketool/pokefoot/pokefoot/narc_0192.bin -files/poketool/pokefoot/pokefoot/narc_0186.bin -files/poketool/pokefoot/pokefoot/narc_0353.bin -files/poketool/pokefoot/pokefoot/narc_0435.bin -files/poketool/pokefoot/pokefoot/narc_0421.bin -files/poketool/pokefoot/pokefoot/narc_0347.bin -files/poketool/pokefoot/pokefoot/narc_0409.bin -files/poketool/pokefoot/pokefoot/narc_0390.bin -files/poketool/pokefoot/pokefoot/narc_0384.bin -files/poketool/pokefoot/pokefoot/narc_0392.bin -files/poketool/pokefoot/pokefoot/narc_0386.bin -files/poketool/pokefoot/pokefoot/narc_0379.bin -files/poketool/pokefoot/pokefoot/narc_0437.bin -files/poketool/pokefoot/pokefoot/narc_0351.bin -files/poketool/pokefoot/pokefoot/narc_0345.bin -files/poketool/pokefoot/pokefoot/narc_0423.bin -files/poketool/pokefoot/pokefoot/narc_0190.bin -files/poketool/pokefoot/pokefoot/narc_0184.bin -files/poketool/pokefoot/pokefoot/narc_0153.bin -files/poketool/pokefoot/pokefoot/narc_0147.bin -files/poketool/pokefoot/pokefoot/narc_0027.bin -files/poketool/pokefoot/pokefoot/narc_0033.bin -files/poketool/pokefoot/pokefoot/narc_0219.bin -files/poketool/pokefoot/pokefoot/narc_0225.bin -files/poketool/pokefoot/pokefoot/narc_0231.bin -files/poketool/pokefoot/pokefoot/narc_0230.bin -files/poketool/pokefoot/pokefoot/narc_0224.bin -files/poketool/pokefoot/pokefoot/narc_0218.bin -files/poketool/pokefoot/pokefoot/narc_0032.bin -files/poketool/pokefoot/pokefoot/narc_0026.bin -files/poketool/pokefoot/pokefoot/narc_0146.bin -files/poketool/pokefoot/pokefoot/narc_0152.bin -files/poketool/pokefoot/pokefoot/narc_0185.bin -files/poketool/pokefoot/pokefoot/narc_0191.bin -files/poketool/pokefoot/pokefoot/narc_0344.bin -files/poketool/pokefoot/pokefoot/narc_0422.bin -files/poketool/pokefoot/pokefoot/narc_0436.bin -files/poketool/pokefoot/pokefoot/narc_0350.bin -files/poketool/pokefoot/pokefoot/narc_0378.bin -files/poketool/pokefoot/pokefoot/narc_0387.bin -files/poketool/pokefoot/pokefoot/narc_0393.bin -files/poketool/pokefoot/pokefoot/narc_0492.bin -files/poketool/pokefoot/pokefoot/narc_0486.bin -files/poketool/pokefoot/pokefoot/narc_0451.bin -files/poketool/pokefoot/pokefoot/narc_0337.bin -files/poketool/pokefoot/pokefoot/narc_0323.bin -files/poketool/pokefoot/pokefoot/narc_0445.bin -files/poketool/pokefoot/pokefoot/narc_0479.bin -files/poketool/pokefoot/pokefoot/narc_0135.bin -files/poketool/pokefoot/pokefoot/narc_0121.bin -files/poketool/pokefoot/pokefoot/narc_0109.bin -files/poketool/pokefoot/pokefoot/narc_0082.bin -files/poketool/pokefoot/pokefoot/narc_0096.bin -files/poketool/pokefoot/pokefoot/narc_0041.bin -files/poketool/pokefoot/pokefoot/narc_0055.bin -files/poketool/pokefoot/pokefoot/narc_0069.bin -files/poketool/pokefoot/pokefoot/narc_0280.bin -files/poketool/pokefoot/pokefoot/narc_0294.bin -files/poketool/pokefoot/pokefoot/narc_0243.bin -files/poketool/pokefoot/pokefoot/narc_0257.bin -files/poketool/pokefoot/pokefoot/narc_0256.bin -files/poketool/pokefoot/pokefoot/narc_0242.bin -files/poketool/pokefoot/pokefoot/narc_0295.bin -files/poketool/pokefoot/pokefoot/narc_0281.bin -files/poketool/pokefoot/pokefoot/narc_0068.bin -files/poketool/pokefoot/pokefoot/narc_0054.bin -files/poketool/pokefoot/pokefoot/narc_0040.bin -files/poketool/pokefoot/pokefoot/narc_0097.bin -files/poketool/pokefoot/pokefoot/narc_0083.bin -files/poketool/pokefoot/pokefoot/narc_0108.bin -files/poketool/pokefoot/pokefoot/narc_0120.bin -files/poketool/pokefoot/pokefoot/narc_0134.bin -files/poketool/pokefoot/pokefoot/narc_0478.bin -files/poketool/pokefoot/pokefoot/narc_0322.bin -files/poketool/pokefoot/pokefoot/narc_0444.bin -files/poketool/pokefoot/pokefoot/narc_0450.bin -files/poketool/pokefoot/pokefoot/narc_0336.bin -files/poketool/pokefoot/pokefoot/narc_0487.bin -files/poketool/pokefoot/pokefoot/narc_0493.bin -files/poketool/pokefoot/pokefoot/narc_0485.bin -files/poketool/pokefoot/pokefoot/narc_0491.bin -files/poketool/pokefoot/pokefoot/narc_0446.bin -files/poketool/pokefoot/pokefoot/narc_0320.bin -files/poketool/pokefoot/pokefoot/narc_0334.bin -files/poketool/pokefoot/pokefoot/narc_0452.bin -files/poketool/pokefoot/pokefoot/narc_0308.bin -files/poketool/pokefoot/pokefoot/narc_0122.bin -files/poketool/pokefoot/pokefoot/narc_0136.bin -files/poketool/pokefoot/pokefoot/narc_0095.bin -files/poketool/pokefoot/pokefoot/narc_0081.bin -files/poketool/pokefoot/pokefoot/narc_0056.bin -files/poketool/pokefoot/pokefoot/narc_0042.bin -files/poketool/pokefoot/pokefoot/narc_0297.bin -files/poketool/pokefoot/pokefoot/narc_0283.bin -files/poketool/pokefoot/pokefoot/narc_0254.bin -files/poketool/pokefoot/pokefoot/narc_0240.bin -files/poketool/pokefoot/pokefoot/narc_0268.bin -files/poketool/pokefoot/pokefoot/narc_0269.bin -files/poketool/pokefoot/pokefoot/narc_0241.bin -files/poketool/pokefoot/pokefoot/narc_0255.bin -files/poketool/pokefoot/pokefoot/narc_0282.bin -files/poketool/pokefoot/pokefoot/narc_0296.bin -files/poketool/pokefoot/pokefoot/narc_0043.bin -files/poketool/pokefoot/pokefoot/narc_0057.bin -files/poketool/pokefoot/pokefoot/narc_0080.bin -files/poketool/pokefoot/pokefoot/narc_0094.bin -files/poketool/pokefoot/pokefoot/narc_0137.bin -files/poketool/pokefoot/pokefoot/narc_0123.bin -files/poketool/pokefoot/pokefoot/narc_0309.bin -files/poketool/pokefoot/pokefoot/narc_0335.bin -files/poketool/pokefoot/pokefoot/narc_0453.bin -files/poketool/pokefoot/pokefoot/narc_0447.bin -files/poketool/pokefoot/pokefoot/narc_0321.bin -files/poketool/pokefoot/pokefoot/narc_0490.bin -files/poketool/pokefoot/pokefoot/narc_0484.bin -files/poketool/pokefoot/pokefoot/narc_0480.bin -files/poketool/pokefoot/pokefoot/narc_0494.bin -files/poketool/pokefoot/pokefoot/narc_0319.bin -files/poketool/pokefoot/pokefoot/narc_0325.bin -files/poketool/pokefoot/pokefoot/narc_0443.bin -files/poketool/pokefoot/pokefoot/narc_0457.bin -files/poketool/pokefoot/pokefoot/narc_0331.bin -files/poketool/pokefoot/pokefoot/narc_0127.bin -files/poketool/pokefoot/pokefoot/narc_0133.bin -files/poketool/pokefoot/pokefoot/narc_0090.bin -files/poketool/pokefoot/pokefoot/narc_0084.bin -files/poketool/pokefoot/pokefoot/narc_0053.bin -files/poketool/pokefoot/pokefoot/narc_0047.bin -files/poketool/pokefoot/pokefoot/narc_0292.bin -files/poketool/pokefoot/pokefoot/narc_0286.bin -files/poketool/pokefoot/pokefoot/narc_0279.bin -files/poketool/pokefoot/pokefoot/narc_0251.bin -files/poketool/pokefoot/pokefoot/narc_0245.bin -files/poketool/pokefoot/pokefoot/narc_0244.bin -files/poketool/pokefoot/pokefoot/narc_0250.bin -files/poketool/pokefoot/pokefoot/narc_0278.bin -files/poketool/pokefoot/pokefoot/narc_0287.bin -files/poketool/pokefoot/pokefoot/narc_0293.bin -files/poketool/pokefoot/pokefoot/narc_0046.bin -files/poketool/pokefoot/pokefoot/narc_0052.bin -files/poketool/pokefoot/pokefoot/narc_0085.bin -files/poketool/pokefoot/pokefoot/narc_0091.bin -files/poketool/pokefoot/pokefoot/narc_0132.bin -files/poketool/pokefoot/pokefoot/narc_0126.bin -files/poketool/pokefoot/pokefoot/narc_0456.bin -files/poketool/pokefoot/pokefoot/narc_0330.bin -files/poketool/pokefoot/pokefoot/narc_0324.bin -files/poketool/pokefoot/pokefoot/narc_0442.bin -files/poketool/pokefoot/pokefoot/narc_0318.bin -files/poketool/pokefoot/pokefoot/narc_0495.bin -files/poketool/pokefoot/pokefoot/narc_0481.bin -files/poketool/pokefoot/pokefoot/narc_0483.bin -files/poketool/pokefoot/pokefoot/narc_0468.bin -files/poketool/pokefoot/pokefoot/narc_0332.bin -files/poketool/pokefoot/pokefoot/narc_0454.bin -files/poketool/pokefoot/pokefoot/narc_0440.bin -files/poketool/pokefoot/pokefoot/narc_0326.bin -files/poketool/pokefoot/pokefoot/narc_0118.bin -files/poketool/pokefoot/pokefoot/narc_0130.bin -files/poketool/pokefoot/pokefoot/narc_0124.bin -files/poketool/pokefoot/pokefoot/narc_0087.bin -files/poketool/pokefoot/pokefoot/narc_0093.bin -files/poketool/pokefoot/pokefoot/narc_0078.bin -files/poketool/pokefoot/pokefoot/narc_0044.bin -files/poketool/pokefoot/pokefoot/narc_0050.bin -files/poketool/pokefoot/pokefoot/narc_0285.bin -files/poketool/pokefoot/pokefoot/narc_0291.bin -files/poketool/pokefoot/pokefoot/narc_0246.bin -files/poketool/pokefoot/pokefoot/narc_0252.bin -files/poketool/pokefoot/pokefoot/narc_0253.bin -files/poketool/pokefoot/pokefoot/narc_0247.bin -files/poketool/pokefoot/pokefoot/narc_0290.bin -files/poketool/pokefoot/pokefoot/narc_0284.bin -files/poketool/pokefoot/pokefoot/narc_0051.bin -files/poketool/pokefoot/pokefoot/narc_0045.bin -files/poketool/pokefoot/pokefoot/narc_0079.bin -files/poketool/pokefoot/pokefoot/narc_0092.bin -files/poketool/pokefoot/pokefoot/narc_0086.bin -files/poketool/pokefoot/pokefoot/narc_0125.bin -files/poketool/pokefoot/pokefoot/narc_0131.bin -files/poketool/pokefoot/pokefoot/narc_0119.bin -files/poketool/pokefoot/pokefoot/narc_0441.bin -files/poketool/pokefoot/pokefoot/narc_0327.bin -files/poketool/pokefoot/pokefoot/narc_0333.bin -files/poketool/pokefoot/pokefoot/narc_0455.bin -files/poketool/pokefoot/pokefoot/narc_0469.bin -files/poketool/pokefoot/pokefoot/narc_0482.bin -files/poketool/pokefoot/pokefoot/narc_0496.bin -files/poketool/pokefoot/pokefoot/narc_0470.bin -files/poketool/pokefoot/pokefoot/narc_0316.bin -files/poketool/pokefoot/pokefoot/narc_0302.bin -files/poketool/pokefoot/pokefoot/narc_0464.bin -files/poketool/pokefoot/pokefoot/narc_0458.bin -files/poketool/pokefoot/pokefoot/narc_0114.bin -files/poketool/pokefoot/pokefoot/narc_0100.bin -files/poketool/pokefoot/pokefoot/narc_0128.bin -files/poketool/pokefoot/pokefoot/narc_0060.bin -files/poketool/pokefoot/pokefoot/narc_0074.bin -files/poketool/pokefoot/pokefoot/narc_0048.bin -files/poketool/pokefoot/pokefoot/narc_0289.bin -files/poketool/pokefoot/pokefoot/narc_0262.bin -files/poketool/pokefoot/pokefoot/narc_0276.bin -files/poketool/pokefoot/pokefoot/narc_0277.bin -files/poketool/pokefoot/pokefoot/narc_0263.bin -files/poketool/pokefoot/pokefoot/narc_0288.bin -files/poketool/pokefoot/pokefoot/narc_0049.bin -files/poketool/pokefoot/pokefoot/narc_0075.bin -files/poketool/pokefoot/pokefoot/narc_0061.bin -files/poketool/pokefoot/pokefoot/narc_0129.bin -files/poketool/pokefoot/pokefoot/narc_0101.bin -files/poketool/pokefoot/pokefoot/narc_0115.bin -files/poketool/pokefoot/pokefoot/narc_0459.bin -files/poketool/pokefoot/pokefoot/narc_0303.bin -files/poketool/pokefoot/pokefoot/narc_0465.bin -files/poketool/pokefoot/pokefoot/narc_0471.bin -files/poketool/pokefoot/pokefoot/narc_0317.bin -files/poketool/pokefoot/pokefoot/narc_0467.bin -files/poketool/pokefoot/pokefoot/narc_0301.bin -files/poketool/pokefoot/pokefoot/narc_0315.bin -files/poketool/pokefoot/pokefoot/narc_0473.bin -files/poketool/pokefoot/pokefoot/narc_0329.bin -files/poketool/pokefoot/pokefoot/narc_0103.bin -files/poketool/pokefoot/pokefoot/narc_0117.bin -files/poketool/pokefoot/pokefoot/narc_0088.bin -files/poketool/pokefoot/pokefoot/narc_0077.bin -files/poketool/pokefoot/pokefoot/narc_0063.bin -files/poketool/pokefoot/pokefoot/narc_0275.bin -files/poketool/pokefoot/pokefoot/narc_0261.bin -files/poketool/pokefoot/pokefoot/narc_0249.bin -files/poketool/pokefoot/pokefoot/narc_0248.bin -files/poketool/pokefoot/pokefoot/narc_0260.bin -files/poketool/pokefoot/pokefoot/narc_0274.bin -files/poketool/pokefoot/pokefoot/narc_0062.bin -files/poketool/pokefoot/pokefoot/narc_0076.bin -files/poketool/pokefoot/pokefoot/narc_0089.bin -files/poketool/pokefoot/pokefoot/narc_0116.bin -files/poketool/pokefoot/pokefoot/narc_0102.bin -files/poketool/pokefoot/pokefoot/narc_0328.bin -files/poketool/pokefoot/pokefoot/narc_0314.bin -files/poketool/pokefoot/pokefoot/narc_0472.bin -files/poketool/pokefoot/pokefoot/narc_0466.bin -files/poketool/pokefoot/pokefoot/narc_0300.bin -files/poketool/pokefoot/pokefoot/narc_0489.bin -files/poketool/pokefoot/pokefoot/narc_0338.bin -files/poketool/pokefoot/pokefoot/narc_0304.bin -files/poketool/pokefoot/pokefoot/narc_0462.bin -files/poketool/pokefoot/pokefoot/narc_0476.bin -files/poketool/pokefoot/pokefoot/narc_0310.bin -files/poketool/pokefoot/pokefoot/narc_0106.bin -files/poketool/pokefoot/pokefoot/narc_0112.bin -files/poketool/pokefoot/pokefoot/narc_0099.bin -files/poketool/pokefoot/pokefoot/narc_0072.bin -files/poketool/pokefoot/pokefoot/narc_0066.bin -files/poketool/pokefoot/pokefoot/narc_0258.bin -files/poketool/pokefoot/pokefoot/narc_0270.bin -files/poketool/pokefoot/pokefoot/narc_0264.bin -files/poketool/pokefoot/pokefoot/narc_0265.bin -files/poketool/pokefoot/pokefoot/narc_0271.bin -files/poketool/pokefoot/pokefoot/narc_0259.bin -files/poketool/pokefoot/pokefoot/narc_0067.bin -files/poketool/pokefoot/pokefoot/narc_0073.bin -files/poketool/pokefoot/pokefoot/narc_0098.bin -files/poketool/pokefoot/pokefoot/narc_0113.bin -files/poketool/pokefoot/pokefoot/narc_0107.bin -files/poketool/pokefoot/pokefoot/narc_0477.bin -files/poketool/pokefoot/pokefoot/narc_0311.bin -files/poketool/pokefoot/pokefoot/narc_0305.bin -files/poketool/pokefoot/pokefoot/narc_0463.bin -files/poketool/pokefoot/pokefoot/narc_0339.bin -files/poketool/pokefoot/pokefoot/narc_0488.bin -files/poketool/pokefoot/pokefoot/narc_0449.bin -files/poketool/pokefoot/pokefoot/narc_0313.bin -files/poketool/pokefoot/pokefoot/narc_0475.bin -files/poketool/pokefoot/pokefoot/narc_0461.bin -files/poketool/pokefoot/pokefoot/narc_0307.bin -files/poketool/pokefoot/pokefoot/narc_0139.bin -files/poketool/pokefoot/pokefoot/narc_0111.bin -files/poketool/pokefoot/pokefoot/narc_0105.bin -files/poketool/pokefoot/pokefoot/narc_0059.bin -files/poketool/pokefoot/pokefoot/narc_0065.bin -files/poketool/pokefoot/pokefoot/narc_0071.bin -files/poketool/pokefoot/pokefoot/narc_0298.bin -files/poketool/pokefoot/pokefoot/narc_0267.bin -files/poketool/pokefoot/pokefoot/narc_0273.bin -files/poketool/pokefoot/pokefoot/narc_0272.bin -files/poketool/pokefoot/pokefoot/narc_0266.bin -files/poketool/pokefoot/pokefoot/narc_0299.bin -files/poketool/pokefoot/pokefoot/narc_0070.bin -files/poketool/pokefoot/pokefoot/narc_0064.bin -files/poketool/pokefoot/pokefoot/narc_0058.bin -files/poketool/pokefoot/pokefoot/narc_0104.bin -files/poketool/pokefoot/pokefoot/narc_0110.bin -files/poketool/pokefoot/pokefoot/narc_0138.bin -files/poketool/pokefoot/pokefoot/narc_0460.bin -files/poketool/pokefoot/pokefoot/narc_0306.bin -files/poketool/pokefoot/pokefoot/narc_0312.bin -files/poketool/pokefoot/pokefoot/narc_0474.bin -files/poketool/pokefoot/pokefoot/narc_0448.bin -files/poketool/pokefoot/pokefoot/narc_0375.bin -files/poketool/pokefoot/pokefoot/narc_0413.bin -files/poketool/pokefoot/pokefoot/narc_0407.bin -files/poketool/pokefoot/pokefoot/narc_0361.bin -files/poketool/pokefoot/pokefoot/narc_0349.bin -files/poketool/pokefoot/pokefoot/narc_0188.bin -files/poketool/pokefoot/pokefoot/narc_0177.bin -files/poketool/pokefoot/pokefoot/narc_0163.bin -files/poketool/pokefoot/pokefoot/narc_0003.bin -files/poketool/pokefoot/pokefoot/narc_0017.bin -files/poketool/pokefoot/pokefoot/narc_0201.bin -files/poketool/pokefoot/pokefoot/narc_0215.bin -files/poketool/pokefoot/pokefoot/narc_0229.bin -files/poketool/pokefoot/pokefoot/narc_0228.bin -files/poketool/pokefoot/pokefoot/narc_0214.bin -files/poketool/pokefoot/pokefoot/narc_0200.bin -files/poketool/pokefoot/pokefoot/narc_0016.bin -files/poketool/pokefoot/pokefoot/narc_0002.bin -files/poketool/pokefoot/pokefoot/narc_0162.bin -files/poketool/pokefoot/pokefoot/narc_0176.bin -files/poketool/pokefoot/pokefoot/narc_0189.bin -files/poketool/pokefoot/pokefoot/narc_0348.bin -files/poketool/pokefoot/pokefoot/narc_0406.bin -files/poketool/pokefoot/pokefoot/narc_0360.bin -files/poketool/pokefoot/pokefoot/narc_0374.bin -files/poketool/pokefoot/pokefoot/narc_0412.bin -files/poketool/pokefoot/pokefoot/narc_0389.bin -files/poketool/pokefoot/pokefoot/narc_0362.bin -files/poketool/pokefoot/pokefoot/narc_0404.bin -files/poketool/pokefoot/pokefoot/narc_0410.bin -files/poketool/pokefoot/pokefoot/narc_0376.bin -files/poketool/pokefoot/pokefoot/narc_0438.bin -files/poketool/pokefoot/pokefoot/narc_0160.bin -files/poketool/pokefoot/pokefoot/narc_0174.bin -files/poketool/pokefoot/pokefoot/narc_0148.bin -files/poketool/pokefoot/pokefoot/narc_0014.bin -files/poketool/pokefoot/pokefoot/narc_0028.bin -files/poketool/pokefoot/pokefoot/narc_0216.bin -files/poketool/pokefoot/pokefoot/narc_0202.bin -files/poketool/pokefoot/pokefoot/narc_0203.bin -files/poketool/pokefoot/pokefoot/narc_0217.bin -files/poketool/pokefoot/pokefoot/narc_0029.bin -files/poketool/pokefoot/pokefoot/narc_0001.bin -files/poketool/pokefoot/pokefoot/narc_0015.bin -files/poketool/pokefoot/pokefoot/narc_0149.bin -files/poketool/pokefoot/pokefoot/narc_0175.bin -files/poketool/pokefoot/pokefoot/narc_0161.bin -files/poketool/pokefoot/pokefoot/narc_0439.bin -files/poketool/pokefoot/pokefoot/narc_0411.bin -files/poketool/pokefoot/pokefoot/narc_0377.bin -files/poketool/pokefoot/pokefoot/narc_0363.bin -files/poketool/pokefoot/pokefoot/narc_0405.bin -files/poketool/pokefoot/pokefoot/narc_0388.bin -files/poketool/pokefoot/pokefoot/narc_0398.bin -files/poketool/pokefoot/pokefoot/narc_0429.bin -files/poketool/pokefoot/pokefoot/narc_0401.bin -files/poketool/pokefoot/pokefoot/narc_0367.bin -files/poketool/pokefoot/pokefoot/narc_0373.bin -files/poketool/pokefoot/pokefoot/narc_0415.bin -files/poketool/pokefoot/pokefoot/narc_0159.bin -files/poketool/pokefoot/pokefoot/narc_0165.bin -files/poketool/pokefoot/pokefoot/narc_0171.bin -files/poketool/pokefoot/pokefoot/narc_0039.bin -files/poketool/pokefoot/pokefoot/narc_0011.bin -files/poketool/pokefoot/pokefoot/narc_0005.bin -files/poketool/pokefoot/pokefoot/narc_0213.bin -files/poketool/pokefoot/pokefoot/narc_0207.bin -files/poketool/pokefoot/pokefoot/narc_0206.bin -files/poketool/pokefoot/pokefoot/narc_0212.bin -files/poketool/pokefoot/pokefoot/narc_0004.bin -files/poketool/pokefoot/pokefoot/narc_0010.bin -files/poketool/pokefoot/pokefoot/narc_0038.bin -files/poketool/pokefoot/pokefoot/narc_0170.bin -files/poketool/pokefoot/pokefoot/narc_0164.bin -files/poketool/pokefoot/pokefoot/narc_0158.bin -files/poketool/pokefoot/pokefoot/narc_0372.bin -files/poketool/pokefoot/pokefoot/narc_0414.bin -files/poketool/pokefoot/pokefoot/narc_0400.bin -files/poketool/pokefoot/pokefoot/narc_0366.bin -files/poketool/pokefoot/pokefoot/narc_0428.bin -files/poketool/pokefoot/pokefoot/narc_0399.bin -files/poketool/pokefoot/pokefoot/narc_0358.bin -files/poketool/pokefoot/pokefoot/narc_0416.bin -files/poketool/pokefoot/pokefoot/narc_0370.bin -files/poketool/pokefoot/pokefoot/narc_0364.bin -files/poketool/pokefoot/pokefoot/narc_0402.bin -files/poketool/pokefoot/pokefoot/narc_0199.bin -files/poketool/pokefoot/pokefoot/narc_0172.bin -files/poketool/pokefoot/pokefoot/narc_0166.bin -files/poketool/pokefoot/pokefoot/narc_0006.bin -files/poketool/pokefoot/pokefoot/narc_0012.bin -files/poketool/pokefoot/pokefoot/narc_0238.bin -files/poketool/pokefoot/pokefoot/narc_0204.bin -files/poketool/pokefoot/pokefoot/narc_0210.bin -files/poketool/pokefoot/pokefoot/narc_0211.bin -files/poketool/pokefoot/pokefoot/narc_0205.bin -files/poketool/pokefoot/pokefoot/narc_0239.bin -files/poketool/pokefoot/pokefoot/narc_0013.bin -files/poketool/pokefoot/pokefoot/narc_0007.bin -files/poketool/pokefoot/pokefoot/narc_0167.bin -files/poketool/pokefoot/pokefoot/narc_0173.bin -files/poketool/pokefoot/pokefoot/narc_0198.bin -files/poketool/pokefoot/pokefoot/narc_0365.bin -files/poketool/pokefoot/pokefoot/narc_0403.bin -files/poketool/pokefoot/pokefoot/narc_0417.bin -files/poketool/pokefoot/pokefoot/narc_0371.bin -files/poketool/pokefoot/pokefoot/narc_0359.bin +narc_0397.bin +narc_0383.bin +narc_0354.bin +narc_0432.bin +narc_0426.bin +narc_0340.bin +narc_0368.bin +narc_0195.bin +narc_0181.bin +narc_0156.bin +narc_0142.bin +narc_0022.bin +narc_0036.bin +narc_0220.bin +narc_0234.bin +narc_0208.bin +narc_0209.bin +narc_0235.bin +narc_0221.bin +narc_0037.bin +narc_0023.bin +narc_0143.bin +narc_0157.bin +narc_0180.bin +narc_0194.bin +narc_0369.bin +narc_0427.bin +narc_0341.bin +narc_0355.bin +narc_0433.bin +narc_0382.bin +narc_0396.bin +narc_0380.bin +narc_0394.bin +narc_0343.bin +narc_0425.bin +narc_0431.bin +narc_0357.bin +narc_0419.bin +narc_0182.bin +narc_0196.bin +narc_0141.bin +narc_0155.bin +narc_0169.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0237.bin +narc_0223.bin +narc_0222.bin +narc_0236.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0168.bin +narc_0154.bin +narc_0140.bin +narc_0197.bin +narc_0183.bin +narc_0418.bin +narc_0430.bin +narc_0356.bin +narc_0342.bin +narc_0424.bin +narc_0395.bin +narc_0381.bin +narc_0385.bin +narc_0391.bin +narc_0408.bin +narc_0420.bin +narc_0346.bin +narc_0352.bin +narc_0434.bin +narc_0187.bin +narc_0193.bin +narc_0178.bin +narc_0144.bin +narc_0150.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0232.bin +narc_0226.bin +narc_0227.bin +narc_0233.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0151.bin +narc_0145.bin +narc_0179.bin +narc_0192.bin +narc_0186.bin +narc_0353.bin +narc_0435.bin +narc_0421.bin +narc_0347.bin +narc_0409.bin +narc_0390.bin +narc_0384.bin +narc_0392.bin +narc_0386.bin +narc_0379.bin +narc_0437.bin +narc_0351.bin +narc_0345.bin +narc_0423.bin +narc_0190.bin +narc_0184.bin +narc_0153.bin +narc_0147.bin +narc_0027.bin +narc_0033.bin +narc_0219.bin +narc_0225.bin +narc_0231.bin +narc_0230.bin +narc_0224.bin +narc_0218.bin +narc_0032.bin +narc_0026.bin +narc_0146.bin +narc_0152.bin +narc_0185.bin +narc_0191.bin +narc_0344.bin +narc_0422.bin +narc_0436.bin +narc_0350.bin +narc_0378.bin +narc_0387.bin +narc_0393.bin +narc_0492.bin +narc_0486.bin +narc_0451.bin +narc_0337.bin +narc_0323.bin +narc_0445.bin +narc_0479.bin +narc_0135.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0280.bin +narc_0294.bin +narc_0243.bin +narc_0257.bin +narc_0256.bin +narc_0242.bin +narc_0295.bin +narc_0281.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0134.bin +narc_0478.bin +narc_0322.bin +narc_0444.bin +narc_0450.bin +narc_0336.bin +narc_0487.bin +narc_0493.bin +narc_0485.bin +narc_0491.bin +narc_0446.bin +narc_0320.bin +narc_0334.bin +narc_0452.bin +narc_0308.bin +narc_0122.bin +narc_0136.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0297.bin +narc_0283.bin +narc_0254.bin +narc_0240.bin +narc_0268.bin +narc_0269.bin +narc_0241.bin +narc_0255.bin +narc_0282.bin +narc_0296.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0137.bin +narc_0123.bin +narc_0309.bin +narc_0335.bin +narc_0453.bin +narc_0447.bin +narc_0321.bin +narc_0490.bin +narc_0484.bin +narc_0480.bin +narc_0494.bin +narc_0319.bin +narc_0325.bin +narc_0443.bin +narc_0457.bin +narc_0331.bin +narc_0127.bin +narc_0133.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0292.bin +narc_0286.bin +narc_0279.bin +narc_0251.bin +narc_0245.bin +narc_0244.bin +narc_0250.bin +narc_0278.bin +narc_0287.bin +narc_0293.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0132.bin +narc_0126.bin +narc_0456.bin +narc_0330.bin +narc_0324.bin +narc_0442.bin +narc_0318.bin +narc_0495.bin +narc_0481.bin +narc_0483.bin +narc_0468.bin +narc_0332.bin +narc_0454.bin +narc_0440.bin +narc_0326.bin +narc_0118.bin +narc_0130.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0285.bin +narc_0291.bin +narc_0246.bin +narc_0252.bin +narc_0253.bin +narc_0247.bin +narc_0290.bin +narc_0284.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0131.bin +narc_0119.bin +narc_0441.bin +narc_0327.bin +narc_0333.bin +narc_0455.bin +narc_0469.bin +narc_0482.bin +narc_0496.bin +narc_0470.bin +narc_0316.bin +narc_0302.bin +narc_0464.bin +narc_0458.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0289.bin +narc_0262.bin +narc_0276.bin +narc_0277.bin +narc_0263.bin +narc_0288.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0459.bin +narc_0303.bin +narc_0465.bin +narc_0471.bin +narc_0317.bin +narc_0467.bin +narc_0301.bin +narc_0315.bin +narc_0473.bin +narc_0329.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0275.bin +narc_0261.bin +narc_0249.bin +narc_0248.bin +narc_0260.bin +narc_0274.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0328.bin +narc_0314.bin +narc_0472.bin +narc_0466.bin +narc_0300.bin +narc_0489.bin +narc_0338.bin +narc_0304.bin +narc_0462.bin +narc_0476.bin +narc_0310.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0258.bin +narc_0270.bin +narc_0264.bin +narc_0265.bin +narc_0271.bin +narc_0259.bin +narc_0067.bin +narc_0073.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0477.bin +narc_0311.bin +narc_0305.bin +narc_0463.bin +narc_0339.bin +narc_0488.bin +narc_0449.bin +narc_0313.bin +narc_0475.bin +narc_0461.bin +narc_0307.bin +narc_0139.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0298.bin +narc_0267.bin +narc_0273.bin +narc_0272.bin +narc_0266.bin +narc_0299.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0104.bin +narc_0110.bin +narc_0138.bin +narc_0460.bin +narc_0306.bin +narc_0312.bin +narc_0474.bin +narc_0448.bin +narc_0375.bin +narc_0413.bin +narc_0407.bin +narc_0361.bin +narc_0349.bin +narc_0188.bin +narc_0177.bin +narc_0163.bin +narc_0003.bin +narc_0017.bin +narc_0201.bin +narc_0215.bin +narc_0229.bin +narc_0228.bin +narc_0214.bin +narc_0200.bin +narc_0016.bin +narc_0002.bin +narc_0162.bin +narc_0176.bin +narc_0189.bin +narc_0348.bin +narc_0406.bin +narc_0360.bin +narc_0374.bin +narc_0412.bin +narc_0389.bin +narc_0362.bin +narc_0404.bin +narc_0410.bin +narc_0376.bin +narc_0438.bin +narc_0160.bin +narc_0174.bin +narc_0148.bin +narc_0014.bin +narc_0028.bin +narc_0216.bin +narc_0202.bin +narc_0203.bin +narc_0217.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0149.bin +narc_0175.bin +narc_0161.bin +narc_0439.bin +narc_0411.bin +narc_0377.bin +narc_0363.bin +narc_0405.bin +narc_0388.bin +narc_0398.bin +narc_0429.bin +narc_0401.bin +narc_0367.bin +narc_0373.bin +narc_0415.bin +narc_0159.bin +narc_0165.bin +narc_0171.bin +narc_0039.bin +narc_0011.bin +narc_0005.bin +narc_0213.bin +narc_0207.bin +narc_0206.bin +narc_0212.bin +narc_0004.bin +narc_0010.bin +narc_0038.bin +narc_0170.bin +narc_0164.bin +narc_0158.bin +narc_0372.bin +narc_0414.bin +narc_0400.bin +narc_0366.bin +narc_0428.bin +narc_0399.bin +narc_0358.bin +narc_0416.bin +narc_0370.bin +narc_0364.bin +narc_0402.bin +narc_0199.bin +narc_0172.bin +narc_0166.bin +narc_0006.bin +narc_0012.bin +narc_0238.bin +narc_0204.bin +narc_0210.bin +narc_0211.bin +narc_0205.bin +narc_0239.bin +narc_0013.bin +narc_0007.bin +narc_0167.bin +narc_0173.bin +narc_0198.bin +narc_0365.bin +narc_0403.bin +narc_0417.bin +narc_0371.bin +narc_0359.bin narc_0397.bin narc_0383.bin narc_0354.bin diff --git a/files/resource/eng/zukan/zukan/.knarcignore b/files/resource/eng/zukan/zukan/.knarcignore index 2e4b7349..1be2cd90 100644 --- a/files/resource/eng/zukan/zukan/.knarcignore +++ b/files/resource/eng/zukan/zukan/.knarcignore @@ -1,106 +1,106 @@ -files/resource/eng/zukan/zukan/narc_0036.bin -files/resource/eng/zukan/zukan/narc_0037.bin -files/resource/eng/zukan/zukan/narc_0035.bin -files/resource/eng/zukan/zukan/narc_0034.bin -files/resource/eng/zukan/zukan/narc_0030.bin -files/resource/eng/zukan/zukan/narc_0031.bin -files/resource/eng/zukan/zukan/narc_0027.bin -files/resource/eng/zukan/zukan/narc_0033.bin -files/resource/eng/zukan/zukan/narc_0032.bin -files/resource/eng/zukan/zukan/narc_0121.bin -files/resource/eng/zukan/zukan/narc_0109.bin -files/resource/eng/zukan/zukan/narc_0082.bin -files/resource/eng/zukan/zukan/narc_0096.bin -files/resource/eng/zukan/zukan/narc_0041.bin -files/resource/eng/zukan/zukan/narc_0055.bin -files/resource/eng/zukan/zukan/narc_0069.bin -files/resource/eng/zukan/zukan/narc_0068.bin -files/resource/eng/zukan/zukan/narc_0054.bin -files/resource/eng/zukan/zukan/narc_0040.bin -files/resource/eng/zukan/zukan/narc_0097.bin -files/resource/eng/zukan/zukan/narc_0083.bin -files/resource/eng/zukan/zukan/narc_0108.bin -files/resource/eng/zukan/zukan/narc_0120.bin -files/resource/eng/zukan/zukan/narc_0122.bin -files/resource/eng/zukan/zukan/narc_0095.bin -files/resource/eng/zukan/zukan/narc_0081.bin -files/resource/eng/zukan/zukan/narc_0056.bin -files/resource/eng/zukan/zukan/narc_0042.bin -files/resource/eng/zukan/zukan/narc_0043.bin -files/resource/eng/zukan/zukan/narc_0057.bin -files/resource/eng/zukan/zukan/narc_0080.bin -files/resource/eng/zukan/zukan/narc_0094.bin -files/resource/eng/zukan/zukan/narc_0123.bin -files/resource/eng/zukan/zukan/narc_0127.bin -files/resource/eng/zukan/zukan/narc_0090.bin -files/resource/eng/zukan/zukan/narc_0084.bin -files/resource/eng/zukan/zukan/narc_0053.bin -files/resource/eng/zukan/zukan/narc_0047.bin -files/resource/eng/zukan/zukan/narc_0046.bin -files/resource/eng/zukan/zukan/narc_0052.bin -files/resource/eng/zukan/zukan/narc_0085.bin -files/resource/eng/zukan/zukan/narc_0091.bin -files/resource/eng/zukan/zukan/narc_0126.bin -files/resource/eng/zukan/zukan/narc_0118.bin -files/resource/eng/zukan/zukan/narc_0124.bin -files/resource/eng/zukan/zukan/narc_0087.bin -files/resource/eng/zukan/zukan/narc_0093.bin -files/resource/eng/zukan/zukan/narc_0078.bin -files/resource/eng/zukan/zukan/narc_0044.bin -files/resource/eng/zukan/zukan/narc_0050.bin -files/resource/eng/zukan/zukan/narc_0051.bin -files/resource/eng/zukan/zukan/narc_0045.bin -files/resource/eng/zukan/zukan/narc_0079.bin -files/resource/eng/zukan/zukan/narc_0092.bin -files/resource/eng/zukan/zukan/narc_0086.bin -files/resource/eng/zukan/zukan/narc_0125.bin -files/resource/eng/zukan/zukan/narc_0119.bin -files/resource/eng/zukan/zukan/narc_0114.bin -files/resource/eng/zukan/zukan/narc_0100.bin -files/resource/eng/zukan/zukan/narc_0128.bin -files/resource/eng/zukan/zukan/narc_0060.bin -files/resource/eng/zukan/zukan/narc_0074.bin -files/resource/eng/zukan/zukan/narc_0048.bin -files/resource/eng/zukan/zukan/narc_0049.bin -files/resource/eng/zukan/zukan/narc_0075.bin -files/resource/eng/zukan/zukan/narc_0061.bin -files/resource/eng/zukan/zukan/narc_0129.bin -files/resource/eng/zukan/zukan/narc_0101.bin -files/resource/eng/zukan/zukan/narc_0115.bin -files/resource/eng/zukan/zukan/narc_0103.bin -files/resource/eng/zukan/zukan/narc_0117.bin -files/resource/eng/zukan/zukan/narc_0088.bin -files/resource/eng/zukan/zukan/narc_0077.bin -files/resource/eng/zukan/zukan/narc_0063.bin -files/resource/eng/zukan/zukan/narc_0062.bin -files/resource/eng/zukan/zukan/narc_0076.bin -files/resource/eng/zukan/zukan/narc_0089.bin -files/resource/eng/zukan/zukan/narc_0116.bin -files/resource/eng/zukan/zukan/narc_0102.bin -files/resource/eng/zukan/zukan/narc_0106.bin -files/resource/eng/zukan/zukan/narc_0112.bin -files/resource/eng/zukan/zukan/narc_0099.bin -files/resource/eng/zukan/zukan/narc_0072.bin -files/resource/eng/zukan/zukan/narc_0066.bin -files/resource/eng/zukan/zukan/narc_0067.bin -files/resource/eng/zukan/zukan/narc_0073.bin -files/resource/eng/zukan/zukan/narc_0098.bin -files/resource/eng/zukan/zukan/narc_0113.bin -files/resource/eng/zukan/zukan/narc_0107.bin -files/resource/eng/zukan/zukan/narc_0111.bin -files/resource/eng/zukan/zukan/narc_0105.bin -files/resource/eng/zukan/zukan/narc_0059.bin -files/resource/eng/zukan/zukan/narc_0065.bin -files/resource/eng/zukan/zukan/narc_0071.bin -files/resource/eng/zukan/zukan/narc_0070.bin -files/resource/eng/zukan/zukan/narc_0064.bin -files/resource/eng/zukan/zukan/narc_0058.bin -files/resource/eng/zukan/zukan/narc_0104.bin -files/resource/eng/zukan/zukan/narc_0110.bin -files/resource/eng/zukan/zukan/narc_0028.bin -files/resource/eng/zukan/zukan/narc_0029.bin -files/resource/eng/zukan/zukan/narc_0039.bin -files/resource/eng/zukan/zukan/narc_0038.bin +narc_0036.bin +narc_0037.bin +narc_0035.bin +narc_0034.bin +narc_0030.bin +narc_0031.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0121.bin +narc_0109.bin +narc_0082.bin +narc_0096.bin +narc_0041.bin +narc_0055.bin +narc_0069.bin +narc_0068.bin +narc_0054.bin +narc_0040.bin +narc_0097.bin +narc_0083.bin +narc_0108.bin +narc_0120.bin +narc_0122.bin +narc_0095.bin +narc_0081.bin +narc_0056.bin +narc_0042.bin +narc_0043.bin +narc_0057.bin +narc_0080.bin +narc_0094.bin +narc_0123.bin +narc_0127.bin +narc_0090.bin +narc_0084.bin +narc_0053.bin +narc_0047.bin +narc_0046.bin +narc_0052.bin +narc_0085.bin +narc_0091.bin +narc_0126.bin +narc_0118.bin +narc_0124.bin +narc_0087.bin +narc_0093.bin +narc_0078.bin +narc_0044.bin +narc_0050.bin +narc_0051.bin +narc_0045.bin +narc_0079.bin +narc_0092.bin +narc_0086.bin +narc_0125.bin +narc_0119.bin +narc_0114.bin +narc_0100.bin +narc_0128.bin +narc_0060.bin +narc_0074.bin +narc_0048.bin +narc_0049.bin +narc_0075.bin +narc_0061.bin +narc_0129.bin +narc_0101.bin +narc_0115.bin +narc_0103.bin +narc_0117.bin +narc_0088.bin +narc_0077.bin +narc_0063.bin +narc_0062.bin +narc_0076.bin +narc_0089.bin +narc_0116.bin +narc_0102.bin +narc_0106.bin +narc_0112.bin +narc_0099.bin +narc_0072.bin +narc_0066.bin +narc_0067.bin +narc_0073.bin +narc_0098.bin +narc_0113.bin +narc_0107.bin +narc_0111.bin +narc_0105.bin +narc_0059.bin +narc_0065.bin +narc_0071.bin +narc_0070.bin +narc_0064.bin +narc_0058.bin +narc_0104.bin +narc_0110.bin +narc_0028.bin +narc_0029.bin +narc_0039.bin +narc_0038.bin narc_0036.bin narc_0037.bin narc_0035.bin diff --git a/files/wazaeffect/effectclact/wecell/.knarcignore b/files/wazaeffect/effectclact/wecell/.knarcignore index 6a603a4f..7f2a9d3a 100644 --- a/files/wazaeffect/effectclact/wecell/.knarcignore +++ b/files/wazaeffect/effectclact/wecell/.knarcignore @@ -1,40 +1,40 @@ -files/wazaeffect/effectclact/wecell/narc_0022.bin -files/wazaeffect/effectclact/wecell/narc_0036.bin -files/wazaeffect/effectclact/wecell/narc_0023.bin -files/wazaeffect/effectclact/wecell/narc_0035.bin -files/wazaeffect/effectclact/wecell/narc_0021.bin -files/wazaeffect/effectclact/wecell/narc_0009.bin -files/wazaeffect/effectclact/wecell/narc_0008.bin -files/wazaeffect/effectclact/wecell/narc_0020.bin -files/wazaeffect/effectclact/wecell/narc_0034.bin -files/wazaeffect/effectclact/wecell/narc_0018.bin -files/wazaeffect/effectclact/wecell/narc_0030.bin -files/wazaeffect/effectclact/wecell/narc_0024.bin -files/wazaeffect/effectclact/wecell/narc_0025.bin -files/wazaeffect/effectclact/wecell/narc_0031.bin -files/wazaeffect/effectclact/wecell/narc_0019.bin -files/wazaeffect/effectclact/wecell/narc_0027.bin -files/wazaeffect/effectclact/wecell/narc_0033.bin -files/wazaeffect/effectclact/wecell/narc_0032.bin -files/wazaeffect/effectclact/wecell/narc_0026.bin -files/wazaeffect/effectclact/wecell/narc_0003.bin -files/wazaeffect/effectclact/wecell/narc_0017.bin -files/wazaeffect/effectclact/wecell/narc_0016.bin -files/wazaeffect/effectclact/wecell/narc_0002.bin -files/wazaeffect/effectclact/wecell/narc_0014.bin -files/wazaeffect/effectclact/wecell/narc_0000.bin -files/wazaeffect/effectclact/wecell/narc_0028.bin -files/wazaeffect/effectclact/wecell/narc_0029.bin -files/wazaeffect/effectclact/wecell/narc_0001.bin -files/wazaeffect/effectclact/wecell/narc_0015.bin -files/wazaeffect/effectclact/wecell/narc_0011.bin -files/wazaeffect/effectclact/wecell/narc_0005.bin -files/wazaeffect/effectclact/wecell/narc_0004.bin -files/wazaeffect/effectclact/wecell/narc_0010.bin -files/wazaeffect/effectclact/wecell/narc_0006.bin -files/wazaeffect/effectclact/wecell/narc_0012.bin -files/wazaeffect/effectclact/wecell/narc_0013.bin -files/wazaeffect/effectclact/wecell/narc_0007.bin +narc_0022.bin +narc_0036.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin narc_0022.bin narc_0036.bin narc_0023.bin diff --git a/files/wazaeffect/effectclact/wecellanm/.knarcignore b/files/wazaeffect/effectclact/wecellanm/.knarcignore index b7ba0076..7f2a9d3a 100644 --- a/files/wazaeffect/effectclact/wecellanm/.knarcignore +++ b/files/wazaeffect/effectclact/wecellanm/.knarcignore @@ -1,40 +1,40 @@ -files/wazaeffect/effectclact/wecellanm/narc_0022.bin -files/wazaeffect/effectclact/wecellanm/narc_0036.bin -files/wazaeffect/effectclact/wecellanm/narc_0023.bin -files/wazaeffect/effectclact/wecellanm/narc_0035.bin -files/wazaeffect/effectclact/wecellanm/narc_0021.bin -files/wazaeffect/effectclact/wecellanm/narc_0009.bin -files/wazaeffect/effectclact/wecellanm/narc_0008.bin -files/wazaeffect/effectclact/wecellanm/narc_0020.bin -files/wazaeffect/effectclact/wecellanm/narc_0034.bin -files/wazaeffect/effectclact/wecellanm/narc_0018.bin -files/wazaeffect/effectclact/wecellanm/narc_0030.bin -files/wazaeffect/effectclact/wecellanm/narc_0024.bin -files/wazaeffect/effectclact/wecellanm/narc_0025.bin -files/wazaeffect/effectclact/wecellanm/narc_0031.bin -files/wazaeffect/effectclact/wecellanm/narc_0019.bin -files/wazaeffect/effectclact/wecellanm/narc_0027.bin -files/wazaeffect/effectclact/wecellanm/narc_0033.bin -files/wazaeffect/effectclact/wecellanm/narc_0032.bin -files/wazaeffect/effectclact/wecellanm/narc_0026.bin -files/wazaeffect/effectclact/wecellanm/narc_0003.bin -files/wazaeffect/effectclact/wecellanm/narc_0017.bin -files/wazaeffect/effectclact/wecellanm/narc_0016.bin -files/wazaeffect/effectclact/wecellanm/narc_0002.bin -files/wazaeffect/effectclact/wecellanm/narc_0014.bin -files/wazaeffect/effectclact/wecellanm/narc_0000.bin -files/wazaeffect/effectclact/wecellanm/narc_0028.bin -files/wazaeffect/effectclact/wecellanm/narc_0029.bin -files/wazaeffect/effectclact/wecellanm/narc_0001.bin -files/wazaeffect/effectclact/wecellanm/narc_0015.bin -files/wazaeffect/effectclact/wecellanm/narc_0011.bin -files/wazaeffect/effectclact/wecellanm/narc_0005.bin -files/wazaeffect/effectclact/wecellanm/narc_0004.bin -files/wazaeffect/effectclact/wecellanm/narc_0010.bin -files/wazaeffect/effectclact/wecellanm/narc_0006.bin -files/wazaeffect/effectclact/wecellanm/narc_0012.bin -files/wazaeffect/effectclact/wecellanm/narc_0013.bin -files/wazaeffect/effectclact/wecellanm/narc_0007.bin +narc_0022.bin +narc_0036.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin narc_0022.bin narc_0036.bin narc_0023.bin diff --git a/files/wazaeffect/effectclact/wechar/.knarcignore b/files/wazaeffect/effectclact/wechar/.knarcignore index d0b36a30..7f2a9d3a 100644 --- a/files/wazaeffect/effectclact/wechar/.knarcignore +++ b/files/wazaeffect/effectclact/wechar/.knarcignore @@ -1,40 +1,40 @@ -files/wazaeffect/effectclact/wechar/narc_0022.bin -files/wazaeffect/effectclact/wechar/narc_0036.bin -files/wazaeffect/effectclact/wechar/narc_0023.bin -files/wazaeffect/effectclact/wechar/narc_0035.bin -files/wazaeffect/effectclact/wechar/narc_0021.bin -files/wazaeffect/effectclact/wechar/narc_0009.bin -files/wazaeffect/effectclact/wechar/narc_0008.bin -files/wazaeffect/effectclact/wechar/narc_0020.bin -files/wazaeffect/effectclact/wechar/narc_0034.bin -files/wazaeffect/effectclact/wechar/narc_0018.bin -files/wazaeffect/effectclact/wechar/narc_0030.bin -files/wazaeffect/effectclact/wechar/narc_0024.bin -files/wazaeffect/effectclact/wechar/narc_0025.bin -files/wazaeffect/effectclact/wechar/narc_0031.bin -files/wazaeffect/effectclact/wechar/narc_0019.bin -files/wazaeffect/effectclact/wechar/narc_0027.bin -files/wazaeffect/effectclact/wechar/narc_0033.bin -files/wazaeffect/effectclact/wechar/narc_0032.bin -files/wazaeffect/effectclact/wechar/narc_0026.bin -files/wazaeffect/effectclact/wechar/narc_0003.bin -files/wazaeffect/effectclact/wechar/narc_0017.bin -files/wazaeffect/effectclact/wechar/narc_0016.bin -files/wazaeffect/effectclact/wechar/narc_0002.bin -files/wazaeffect/effectclact/wechar/narc_0014.bin -files/wazaeffect/effectclact/wechar/narc_0000.bin -files/wazaeffect/effectclact/wechar/narc_0028.bin -files/wazaeffect/effectclact/wechar/narc_0029.bin -files/wazaeffect/effectclact/wechar/narc_0001.bin -files/wazaeffect/effectclact/wechar/narc_0015.bin -files/wazaeffect/effectclact/wechar/narc_0011.bin -files/wazaeffect/effectclact/wechar/narc_0005.bin -files/wazaeffect/effectclact/wechar/narc_0004.bin -files/wazaeffect/effectclact/wechar/narc_0010.bin -files/wazaeffect/effectclact/wechar/narc_0006.bin -files/wazaeffect/effectclact/wechar/narc_0012.bin -files/wazaeffect/effectclact/wechar/narc_0013.bin -files/wazaeffect/effectclact/wechar/narc_0007.bin +narc_0022.bin +narc_0036.bin +narc_0023.bin +narc_0035.bin +narc_0021.bin +narc_0009.bin +narc_0008.bin +narc_0020.bin +narc_0034.bin +narc_0018.bin +narc_0030.bin +narc_0024.bin +narc_0025.bin +narc_0031.bin +narc_0019.bin +narc_0027.bin +narc_0033.bin +narc_0032.bin +narc_0026.bin +narc_0003.bin +narc_0017.bin +narc_0016.bin +narc_0002.bin +narc_0014.bin +narc_0000.bin +narc_0028.bin +narc_0029.bin +narc_0001.bin +narc_0015.bin +narc_0011.bin +narc_0005.bin +narc_0004.bin +narc_0010.bin +narc_0006.bin +narc_0012.bin +narc_0013.bin +narc_0007.bin narc_0022.bin narc_0036.bin narc_0023.bin diff --git a/filesystem.mk b/filesystem.mk index 4c8ded36..09dbe9ba 100644 --- a/filesystem.mk +++ b/filesystem.mk @@ -898,128 +898,6 @@ files/graphic/record.narc: \ files/graphic/record/narc_0012.bin.lz \ files/graphic/record/narc_0013.bin.lz -files/graphic/poketch.narc: \ - files/graphic/poketch/narc_0022.bin.lz \ - files/graphic/poketch/narc_0036.bin.lz \ - files/graphic/poketch/narc_0037.bin.lz \ - files/graphic/poketch/narc_0023.bin.lz \ - files/graphic/poketch/narc_0035.bin.lz \ - files/graphic/poketch/narc_0021.bin.lz \ - files/graphic/poketch/narc_0020.bin.lz \ - files/graphic/poketch/narc_0034.bin.lz \ - files/graphic/poketch/narc_0018.bin.lz \ - files/graphic/poketch/narc_0030.bin.lz \ - files/graphic/poketch/narc_0024.bin.lz \ - files/graphic/poketch/narc_0025.bin.lz \ - files/graphic/poketch/narc_0031.bin.lz \ - files/graphic/poketch/narc_0019.bin.lz \ - files/graphic/poketch/narc_0027.bin.lz \ - files/graphic/poketch/narc_0033.bin.lz \ - files/graphic/poketch/narc_0032.bin.lz \ - files/graphic/poketch/narc_0026.bin.lz \ - files/graphic/poketch/narc_0121.bin.lz \ - files/graphic/poketch/narc_0109.bin.lz \ - files/graphic/poketch/narc_0082.bin.lz \ - files/graphic/poketch/narc_0096.bin.lz \ - files/graphic/poketch/narc_0041.bin.lz \ - files/graphic/poketch/narc_0055.bin.lz \ - files/graphic/poketch/narc_0069.bin.lz \ - files/graphic/poketch/narc_0068.bin.lz \ - files/graphic/poketch/narc_0054.bin.lz \ - files/graphic/poketch/narc_0040.bin.lz \ - files/graphic/poketch/narc_0097.bin.lz \ - files/graphic/poketch/narc_0083.bin.lz \ - files/graphic/poketch/narc_0108.bin.lz \ - files/graphic/poketch/narc_0120.bin.lz \ - files/graphic/poketch/narc_0122.bin.lz \ - files/graphic/poketch/narc_0095.bin.lz \ - files/graphic/poketch/narc_0081.bin.lz \ - files/graphic/poketch/narc_0056.bin.lz \ - files/graphic/poketch/narc_0042.bin.lz \ - files/graphic/poketch/narc_0043.bin.lz \ - files/graphic/poketch/narc_0057.bin.lz \ - files/graphic/poketch/narc_0080.bin.lz \ - files/graphic/poketch/narc_0094.bin.lz \ - files/graphic/poketch/narc_0123.bin.lz \ - files/graphic/poketch/narc_0090.bin.lz \ - files/graphic/poketch/narc_0084.bin.lz \ - files/graphic/poketch/narc_0053.bin.lz \ - files/graphic/poketch/narc_0047.bin.lz \ - files/graphic/poketch/narc_0046.bin.lz \ - files/graphic/poketch/narc_0052.bin.lz \ - files/graphic/poketch/narc_0085.bin.lz \ - files/graphic/poketch/narc_0091.bin.lz \ - files/graphic/poketch/narc_0118.bin.lz \ - files/graphic/poketch/narc_0124.bin.lz \ - files/graphic/poketch/narc_0087.bin.lz \ - files/graphic/poketch/narc_0093.bin.lz \ - files/graphic/poketch/narc_0078.bin.lz \ - files/graphic/poketch/narc_0044.bin.lz \ - files/graphic/poketch/narc_0050.bin.lz \ - files/graphic/poketch/narc_0051.bin.lz \ - files/graphic/poketch/narc_0045.bin.lz \ - files/graphic/poketch/narc_0079.bin.lz \ - files/graphic/poketch/narc_0092.bin.lz \ - files/graphic/poketch/narc_0086.bin.lz \ - files/graphic/poketch/narc_0125.bin.lz \ - files/graphic/poketch/narc_0119.bin.lz \ - files/graphic/poketch/narc_0114.bin.lz \ - files/graphic/poketch/narc_0100.bin.lz \ - files/graphic/poketch/narc_0060.bin.lz \ - files/graphic/poketch/narc_0074.bin.lz \ - files/graphic/poketch/narc_0048.bin.lz \ - files/graphic/poketch/narc_0049.bin.lz \ - files/graphic/poketch/narc_0075.bin.lz \ - files/graphic/poketch/narc_0061.bin.lz \ - files/graphic/poketch/narc_0101.bin.lz \ - files/graphic/poketch/narc_0115.bin.lz \ - files/graphic/poketch/narc_0103.bin.lz \ - files/graphic/poketch/narc_0117.bin.lz \ - files/graphic/poketch/narc_0088.bin.lz \ - files/graphic/poketch/narc_0077.bin.lz \ - files/graphic/poketch/narc_0063.bin.lz \ - files/graphic/poketch/narc_0062.bin.lz \ - files/graphic/poketch/narc_0076.bin.lz \ - files/graphic/poketch/narc_0089.bin.lz \ - files/graphic/poketch/narc_0116.bin.lz \ - files/graphic/poketch/narc_0102.bin.lz \ - files/graphic/poketch/narc_0106.bin.lz \ - files/graphic/poketch/narc_0112.bin.lz \ - files/graphic/poketch/narc_0099.bin.lz \ - files/graphic/poketch/narc_0072.bin.lz \ - files/graphic/poketch/narc_0066.bin.lz \ - files/graphic/poketch/narc_0067.bin.lz \ - files/graphic/poketch/narc_0073.bin.lz \ - files/graphic/poketch/narc_0098.bin.lz \ - files/graphic/poketch/narc_0113.bin.lz \ - files/graphic/poketch/narc_0107.bin.lz \ - files/graphic/poketch/narc_0111.bin.lz \ - files/graphic/poketch/narc_0105.bin.lz \ - files/graphic/poketch/narc_0059.bin.lz \ - files/graphic/poketch/narc_0065.bin.lz \ - files/graphic/poketch/narc_0071.bin.lz \ - files/graphic/poketch/narc_0070.bin.lz \ - files/graphic/poketch/narc_0064.bin.lz \ - files/graphic/poketch/narc_0058.bin.lz \ - files/graphic/poketch/narc_0104.bin.lz \ - files/graphic/poketch/narc_0110.bin.lz \ - files/graphic/poketch/narc_0003.bin.lz \ - files/graphic/poketch/narc_0017.bin.lz \ - files/graphic/poketch/narc_0016.bin.lz \ - files/graphic/poketch/narc_0002.bin.lz \ - files/graphic/poketch/narc_0014.bin.lz \ - files/graphic/poketch/narc_0028.bin.lz \ - files/graphic/poketch/narc_0029.bin.lz \ - files/graphic/poketch/narc_0015.bin.lz \ - files/graphic/poketch/narc_0039.bin.lz \ - files/graphic/poketch/narc_0011.bin.lz \ - files/graphic/poketch/narc_0005.bin.lz \ - files/graphic/poketch/narc_0004.bin.lz \ - files/graphic/poketch/narc_0010.bin.lz \ - files/graphic/poketch/narc_0038.bin.lz \ - files/graphic/poketch/narc_0006.bin.lz \ - files/graphic/poketch/narc_0007.bin.lz - files/graphic/mysign.narc: \ files/graphic/mysign/narc_0009.bin.lz \ files/graphic/mysign/narc_0008.bin.lz \ -- cgit v1.2.3 From 911ea0ec0e196c76928949cdbc59da8a20d54b60 Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 29 Jun 2020 22:37:12 +0100 Subject: arm9 MI_dma --- arm9/arm9.lcf | 1 + arm9/asm/MI_dma.s | 385 ---------------------------------------------- arm9/asm/arm9_itcm.s | 99 ------------ arm9/lib/include/MI_dma.h | 61 ++++++++ arm9/lib/include/gx.h | 8 - arm9/lib/src/MI_dma.c | 307 ++++++++++++++++++++++++++++++++++++ 6 files changed, 369 insertions(+), 492 deletions(-) delete mode 100644 arm9/asm/MI_dma.s create mode 100644 arm9/lib/src/MI_dma.c diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf index 6e0adcbe..8c67dcdb 100644 --- a/arm9/arm9.lcf +++ b/arm9/arm9.lcf @@ -970,6 +970,7 @@ SECTIONS { SDK_AUTOLOAD.ITCM.START = .; OS_irqHandler.o (.itcm) OS_reset.o (.itcm) + MI_dma.o (.itcm) arm9_itcm.o (.text) . = ALIGN(32); SDK_AUTOLOAD.ITCM.END = .; diff --git a/arm9/asm/MI_dma.s b/arm9/asm/MI_dma.s deleted file mode 100644 index 3e36d921..00000000 --- a/arm9/asm/MI_dma.s +++ /dev/null @@ -1,385 +0,0 @@ - .include "asm/macros.inc" - .include "global.inc" - - .text - - arm_func_start MIi_CheckDma0SourceAddress -MIi_CheckDma0SourceAddress: - stmdb sp!, {lr} - sub sp, sp, #0x4 - cmp r0, #0x0 - addne sp, sp, #0x4 - ldmneia sp!, {lr} - bxne lr - cmp r3, #0x0 - and r0, r1, #0xff000000 - beq _020CD8A4 - cmp r3, #0x800000 - subeq r1, r1, r2 - b _020CD8A8 -_020CD8A4: - add r1, r1, r2 -_020CD8A8: - cmp r0, #0x4000000 - beq _020CD8D4 - cmp r0, #0x8000000 - bhs _020CD8D4 - and r0, r1, #0xff000000 - cmp r0, #0x4000000 - beq _020CD8D4 - cmp r0, #0x8000000 - addcc sp, sp, #0x4 - ldmccia sp!, {lr} - bxcc lr -_020CD8D4: - bl OS_Terminate - add sp, sp, #0x4 - ldmia sp!, {lr} - bx lr - - arm_func_start MIi_CheckAnotherAutoDMA -MIi_CheckAnotherAutoDMA: ; 0x020CD8E4 - stmdb sp!, {r4-r7,lr} - sub sp, sp, #0x4 - ldr r4, _020CD994 ; =0x040000B8 - mov r7, r0 - mov r6, r1 - mov r5, #0x0 -_020CD8FC: - cmp r5, r7 - beq _020CD978 - ldr r1, [r4, #0x0] - ands r0, r1, #0x80000000 - beq _020CD978 - and r0, r1, #0x38000000 - cmp r0, r6 - beq _020CD978 - cmp r0, #0x8000000 - bne _020CD92C - cmp r6, #0x10000000 - beq _020CD978 -_020CD92C: - cmp r0, #0x10000000 - bne _020CD93C - cmp r6, #0x8000000 - beq _020CD978 -_020CD93C: - cmp r0, #0x18000000 - beq _020CD974 - cmp r0, #0x20000000 - beq _020CD974 - cmp r0, #0x28000000 - beq _020CD974 - cmp r0, #0x30000000 - beq _020CD974 - cmp r0, #0x38000000 - beq _020CD974 - cmp r0, #0x8000000 - beq _020CD974 - cmp r0, #0x10000000 - bne _020CD978 -_020CD974: - bl OS_Terminate -_020CD978: - add r5, r5, #0x1 - cmp r5, #0x3 - add r4, r4, #0xc - blt _020CD8FC - add sp, sp, #0x4 - ldmia sp!, {r4-r7,lr} - bx lr - .balign 4 -_020CD994: .word 0x040000B8 - - arm_func_start MI_StopDma -MI_StopDma: ; 0x020CD998 - stmdb sp!, {r4,lr} - mov r4, r0 - bl OS_DisableInterrupts - mov r1, #0x6 - mul r1, r4, r1 - add r1, r1, #0x5 - mov r1, r1, lsl #0x1 - add r1, r1, #0x4000000 - ldrh r2, [r1, #0xb0] - cmp r4, #0x0 - bic r2, r2, #0x3a00 - strh r2, [r1, #0xb0] - ldrh r2, [r1, #0xb0] - bic r2, r2, #0x8000 - strh r2, [r1, #0xb0] - ldrh r2, [r1, #0xb0] - ldrh r1, [r1, #0xb0] - bne _020CDA08 - mov r1, #0xc - mul r12, r4, r1 - ldr r1, _020CDA14 ; =0x040000B0 - add r2, r12, #0x4000000 - mov r3, #0x0 - str r3, [r2, #0xb0] - add r2, r12, r1 - ldr r1, _020CDA18 ; =0x81400001 - str r3, [r2, #0x4] - str r1, [r2, #0x8] -_020CDA08: - bl OS_RestoreInterrupts - ldmia sp!, {r4,lr} - bx lr - .balign 4 -_020CDA14: .word 0x040000B0 -_020CDA18: .word 0x81400001 - - arm_func_start MI_WaitDma -MI_WaitDma: - stmdb sp!, {r4,lr} - mov r4, r0 - bl OS_DisableInterrupts - mov r1, #0x3 - mul r2, r4, r1 - ldr r1, _020CDA84 ; =0x040000B0 - add r2, r2, #0x2 - add r2, r1, r2, lsl #0x2 -_020CDA3C: - ldr r1, [r2, #0x0] - ands r1, r1, #0x80000000 - bne _020CDA3C - cmp r4, #0x0 - bne _020CDA78 - mov r1, #0xc - mul r12, r4, r1 - ldr r1, _020CDA84 ; =0x040000B0 - add r2, r12, #0x4000000 - mov r3, #0x0 - str r3, [r2, #0xb0] - add r2, r12, r1 - ldr r1, _020CDA88 ; =0x81400001 - str r3, [r2, #0x4] - str r1, [r2, #0x8] -_020CDA78: - bl OS_RestoreInterrupts - ldmia sp!, {r4,lr} - bx lr - .balign 4 -_020CDA84: .word 0x040000B0 -_020CDA88: .word 0x81400001 - - arm_func_start MI_DmaCopy32Async -MI_DmaCopy32Async: ; 0x020CDA8C - stmdb sp!, {r4-r8,lr} - mov r5, r3 - mov r6, r2 - mov r2, r5 - mov r3, #0x0 - mov r8, r0 - mov r7, r1 - ldr r4, [sp, #0x18] - bl MIi_CheckDma0SourceAddress -_020CDAB0: - cmp r5, #0x0 - bne _020CDAD4 - cmp r4, #0x0 - ldmeqia sp!, {r4-r8, lr} - bxeq lr - ldr r0, [sp, #0x1C] - blx r4 - ldmia sp!, {r4-r8, lr} - bx lr -_020CDAD4: - mov r0, r8 - bl MI_WaitDma - cmp r4, #0x0 - beq _020CDB14 - ldr r2, [sp, #0x1C] - mov r0, r8 - mov r1, r4 - bl OSi_EnterDmaCallback - mov r3, r5, lsr #0x2 - mov r0, r8 - mov r1, r7 - mov r2, r6 - orr r3, r3, #0xc4000000 - bl MIi_DmaSetParams - ldmia sp!, {r4-r8, lr} - bx lr -_020CDB14: - mov r3, r5, lsr #0x2 - mov r0, r8 - mov r1, r7 - mov r2, r6 - orr r3, r3, #0x84000000 - bl MIi_DmaSetParams - ldmia sp!, {r4-r8, lr} - bx lr - - arm_func_start MI_DmaFill32Async -MI_DmaFill32Async: ; 0x020CDB34 - stmdb sp!, {r4-r8,lr} - movs r4, r3 - mov r7, r0 - mov r6, r1 - mov r5, r2 - ldr r8, [sp, #0x18] - bne _020CDB6C - cmp r8, #0x0 - ldmeqia sp!, {r4-r8,lr} - bxeq lr - ldr r0, [sp, #0x1c] - blx r8 - ldmia sp!, {r4-r8,lr} - bx lr -_020CDB6C: - bl MI_WaitDma -_020CDB70: - cmp r8, #0x0 - beq _020CDBC8 - ldr r2, [sp, #0x1C] - mov r0, r7 - mov r1, r8 - bl OSi_EnterDmaCallback - bl OS_DisableInterrupts - mov r3, r4, lsr #2 - ldr r1, _20CDC08 - mov r2, r7, lsl #2 - add r2, r2, #0x4000000 - str r5, [r2, #0xE0] - mov r4, r0 - add r1, r1, r7, lsl #0x2 - mov r0, r7 - mov r2, r6 - orr r3, r3, #0xc5000000 - bl MIi_DmaSetParams_noInt - mov r0, r4 - bl OS_RestoreInterrupts - ldmia sp!, {r4-r8,lr} - bx lr -_020CDBC8: - bl OS_DisableInterrupts - ldr r1, _20CDC08 - mov r2, r7, lsl #0x2 - mov r3, r4, lsr #0x2 - mov r4, r0 - add ip, r2, #0x4000000 - mov r0, r7 - mov r2, r6 - add r1, r1, r7, lsl #0x2 - orr r3, r3, #0x85000000 - str r5, [ip, #0xE0] - bl MIi_DmaSetParams_noInt - mov r0, r4 - bl OS_RestoreInterrupts - ldmia sp!, {r4-r8,lr} - bx lr -_20CDC08: .word 0x040000E0 - - arm_func_start MI_DmaCopy16 -MI_DmaCopy16: ; 0x020CDC0C - stmdb sp!, {r4-r8,lr} - movs r5, r3 - mov r8, r0 - mov r7, r1 - mov r6, r2 - ldmeqia sp!, {r4-r8,lr} - bxeq lr - mov r2, r5 - mov r3, #0x0 - bl MIi_CheckDma0SourceAddress - mov r0, #0x3 - mul r1, r8, r0 - ldr r0, _020CDC80 ; =0x040000B0 - add r1, r1, #0x2 - add r4, r0, r1, lsl #0x2 -_020CDC48: - ldr r0, [r4, #0x0] - ands r0, r0, #0x80000000 - bne _020CDC48 - mov r3, r5, lsr #0x1 - mov r0, r8 - mov r1, r7 - mov r2, r6 - orr r3, r3, #0x80000000 - bl MIi_DmaSetParams_wait -_020CDC6C: - ldr r0, [r4] - ands r0, r0, #0x80000000 - bne _020CDC6C - ldmia sp!, {r4-r8,lr} - bx lr -_020CDC80: .word 0x040000B0 - - arm_func_start MI_DmaCopy32 -MI_DmaCopy32: ; 0x020CDC84 - stmdb sp!, {r4-r8,lr} - mov r5, r3 - mov r6, r2 - mov r2, r5 - mov r3, #0x0 - mov r8, r0 - mov r7, r1 - bl MIi_CheckDma0SourceAddress -_020CDCA4: - cmp r5, #0x0 - ldmeqia sp!, {r4-r8,lr} - bxeq lr - mov r0, #0x3 - mul r1, r8, r0 - ldr r0, _020CDCFC - add r1, r1, #0x2 - add r4, r0, r1, lsl #0x2 -_020CDCC4: - ldr r0, [r4] - ands r0, r0, #0x80000000 - bne _020CDCC4 - mov r3, r5, lsr #0x2 - mov r0, r8 - mov r1, r7 - mov r2, r6 - orr r3, r3, #0x84000000 - bl MIi_DmaSetParams_wait -_020CDCE8: - ldr r0, [r4] - ands r0, r0, #0x80000000 - bne _020CDCE8 - ldmia sp!, {r4-r8,lr} - bx lr -_020CDCFC: .word 0x040000B0 - - arm_func_start MI_DmaFill32 -MI_DmaFill32: ; 0x020CDD00 - stmdb sp!, {r4-r8,lr} - movs r4, r3 - mov r8, r0 - mov r7, r1 - mov r6, r2 - ldmeqia sp!, {r4-r8,lr} - bxeq lr - mov r0, #0x3 - mul r1, r8, r0 - ldr r0, _020CDD88 ; =0x040000B0 - add r1, r1, #0x2 - add r5, r0, r1, lsl #0x2 -_020CDD30: - ldr r0, [r5, #0x0] - ands r0, r0, #0x80000000 - bne _020CDD30 - bl OS_DisableInterrupts - ldr r1, _020CDD8C ; =0x040000E0 - mov r2, r8, lsl #0x2 - mov r3, r4, lsr #0x2 - mov r4, r0 - add r12, r2, #0x4000000 - mov r0, r8 - mov r2, r7 - add r1, r1, r8, lsl #0x2 - orr r3, r3, #0x85000000 - str r6, [r12, #0xe0] - bl MIi_DmaSetParams_wait_noInt - mov r0, r4 - bl OS_RestoreInterrupts -_020CDD74: - ldr r0, [r5] - ands r0, r0, #0x80000000 - bne _020CDD74 - ldmia sp!, {r4-r8,lr} - bx lr -_020CDD88: .word 0x040000B0 -_020CDD8C: .word 0x040000E0 diff --git a/arm9/asm/arm9_itcm.s b/arm9/asm/arm9_itcm.s index 5c3dc240..d89e6e77 100644 --- a/arm9/asm/arm9_itcm.s +++ b/arm9/asm/arm9_itcm.s @@ -3,105 +3,6 @@ .section .text ; MI - arm_func_start MIi_DmaSetParams_wait_noInt -MIi_DmaSetParams_wait_noInt: ; 0x01FF84E4 - stmdb sp!, {r4, lr} - mov ip, #12 - mul r4, r0, ip - add ip, r4, #67108864 ; 0x4000000 - ldr lr, [pc, #64] ; 0x10b4dc - str r1, [ip, #176] ; 0xb0 - add r4, r4, lr - str r2, [r4, #4] - str r3, [r4, #8] - ldr r1, [lr] - cmp r0, #0 - ldr r0, [lr] - moveq r1, #0 - streq r1, [r4] - streq r1, [r4, #4] - ldreq r0, _01FF8540 - ldr r1, _01FF853C - streq r0, [r4, #8] - ldr r0, [r1] - ldr r0, [r1] - ldmia sp!, {r4, lr} - bx lr -_01FF853C: .word 0x040000B0 -_01FF8540: .word 0x81400001 - - arm_func_start MIi_DmaSetParams_noInt -MIi_DmaSetParams_noInt: ; 01FF8544 - stmfd sp!, {lr} - sub sp, sp, #4 - mov ip, #12 - mul lr, r0, ip - ldr r0, _01FF8578 - add ip, lr, #67108864 ; 0x4000000 - str r1, [ip, #176] ; 0xb0 - add r0, lr, r0 - str r2, [r0, #4] - str r3, [r0, #8] - add sp, sp, #4 - ldmfd sp!, {lr} - bx lr -_01FF8578: .word 0x040000B0 - - arm_func_start MIi_DmaSetParams_wait -MIi_DmaSetParams_wait: ; 01FF857C - stmdb sp!, {r4, r5, r6, r7, lr} - sub sp, sp, #4 - mov r7, r0 - mov r6, r1 - mov r5, r2 - mov r4, r3 - bl OS_DisableInterrupts - mov r1, #12 - mul r3, r7, r1 - add r1, r3, #67108864 ; 0x4000000 - ldr r2, _01FF85E8 - str r6, [r1, #176] ; 0xb0 - add r3, r3, r2 - str r5, [r3, #4] - str r4, [r3, #8] - ldr r1, [r2] - cmp r7, #0 - ldr r1, [r2] - moveq r2, #0 - streq r2, [r3] - ldreq r1, _01FF85EC - streq r2, [r3, #4] - streq r1, [r3, #8] - bl OS_RestoreInterrupts - add sp, sp, #4 - ldmia sp!, {r4, r5, r6, r7, lr} - bx lr -_01FF85E8: .word 0x040000B0 -_01FF85EC: .word 0x81400001 - - arm_func_start MIi_DmaSetParams -MIi_DmaSetParams: ; 01FF85F0 - stmdb sp!, {r4, r5, r6, r7, lr} - sub sp, sp, #4 - mov r7, r0 - mov r6, r1 - mov r5, r2 - mov r4, r3 - bl OS_DisableInterrupts - mov r1, #12 - mul r3, r7, r1 - ldr r1, _01FF863C - add r2, r3, #67108864 ; 0x4000000 - str r6, [r2, #176] ; 0xb0 - add r1, r3, r1 - str r5, [r1, #4] - str r4, [r1, #8] - bl OS_RestoreInterrupts - add sp, sp, #4 - ldmia sp!, {r4, r5, r6, r7, lr} - bx lr -_01FF863C: .word 0x040000B0 - arm_func_start MI_SendGXCommand MI_SendGXCommand: ; 0x01FF8640 stmdb sp!, {r4, r5, r6, r7, r8, r9, sl, fp, lr} diff --git a/arm9/lib/include/MI_dma.h b/arm9/lib/include/MI_dma.h index 15dc2c06..e8938ef9 100644 --- a/arm9/lib/include/MI_dma.h +++ b/arm9/lib/include/MI_dma.h @@ -2,7 +2,68 @@ #define POKEDIAMOND_ARM9_MI_DMA_H #include "nitro/MI_dma_shared.h" +#include "consts.h" +#include "OS_system.h" typedef void (*MIDmaCallback)(void *); +#define REG_ADDR_DMA0CNT 0x40000b8 +#define REG_ADDR_DMA0_CLR_DATA 0x40000e0 + +#define MI_CNT_CLEAR32(size) (0x85000000 | ((size)/4)) +#define MI_CNT_CLEAR32_IF(size) (0xc5000000 | ((size)/4)) +#define MI_CNT_COPY32(size) (0x84000000 | ((size)/4)) +#define MI_CNT_COPY32_IF(size) (0xc4000000 | ((size)/4)) +#define MI_CNT_COPY16(size) (0x80000000 | ((size)/2)) + +typedef union +{ + u32 b32; + u16 b16; +} MIiDmaClearSrc; + +void MI_DmaFill32(u32 dmaNo, void *dest, u32 data, u32 size); +void MI_DmaCopy32(u32 dmaNo, const void *src, void *dest, u32 size); +void MI_DmaCopy16(u32 dmaNo, const void *src, void *dest, u32 size); +void MI_DmaFill32Async(u32 dmaNo, void *dest, u32 data, u32 size, MIDmaCallback callback, void *arg); +void MI_DmaCopy32Async(u32 dmaNo, const void *src, void *dest, u32 size, MIDmaCallback callback, void *arg); +void MI_WaitDma(u32 dmaNo); +void MI_StopDma(u32 dmaNo); +void MIi_CheckAnotherAutoDMA(u32 dmaNo, u32 dmaType); +void MIi_CheckDma0SourceAddress(u32 dmaNo, u32 src, u32 size, u32 dir); +void MIi_DmaSetParams(u32 dmaNo, u32 src, u32 dest, u32 ctrl); +void MIi_DmaSetParams_wait(u32 dmaNo, u32 src, u32 dest, u32 ctrl); +void MIi_DmaSetParams_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl); +void MIi_DmaSetParams_wait_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl); + +static inline void MIi_DmaSetParams_wait_src32(u32 dmaNo, u32 data, u32 dest, u32 ctrl) +{ + OSIntrMode lastIntrMode = OS_DisableInterrupts(); + + MIiDmaClearSrc *scrp = (MIiDmaClearSrc *) ((u32)REG_ADDR_DMA0_CLR_DATA + dmaNo * 4); + scrp->b32 = data; + MIi_DmaSetParams_wait_noInt(dmaNo, (u32)scrp, dest, ctrl); + + (void)OS_RestoreInterrupts(lastIntrMode); +} + +static inline void MIi_DmaSetParams_src32(u32 dmaNo, u32 data, u32 dest, u32 ctrl) +{ + OSIntrMode lastIntrMode = OS_DisableInterrupts(); + + MIiDmaClearSrc *srcp = (MIiDmaClearSrc *) ((u32)REG_ADDR_DMA0_CLR_DATA + dmaNo * 4); + srcp->b32 = data; + MIi_DmaSetParams_noInt(dmaNo, (u32)srcp, dest, ctrl); + + (void)OS_RestoreInterrupts(lastIntrMode); +} + +static inline void MIi_CallCallback(MIDmaCallback callback, void *arg) +{ + if (callback) + { + (callback) (arg); + } +} + #endif //POKEDIAMOND_ARM9_MI_DMA_H diff --git a/arm9/lib/include/gx.h b/arm9/lib/include/gx.h index f1c9fa50..bc89aa04 100644 --- a/arm9/lib/include/gx.h +++ b/arm9/lib/include/gx.h @@ -9,17 +9,9 @@ void GXi_NopClearFifo128_(void *); void MI_Copy16B(const void *, void *); -void MI_DmaFill32Async(u32, void *, u32, u32, u32, u32); -void MI_DmaFill32(u32, void *, u32, u32); -void MIi_CpuClear32(u32, void *, u32); void MI_Copy64B(void *src, void *dst); -void MI_WaitDma(u32); -void MI_DmaCopy32Async(u32, const void *, void *, u32, void *, void *); -void MI_DmaCopy16(u32 unk, const void *src, void *dst, u32 size); -void MI_DmaCopy32(u32 unk, const void *src, void *dst, u32 size); void MIi_CpuCopy32(const void *src, void *dst, u32 size); void OSi_UnlockVram(u16, u16); -void MIi_CpuClear32(u32, void *, u32); #include "GXcommon.h" #include "GX_struct_2d.h" diff --git a/arm9/lib/src/MI_dma.c b/arm9/lib/src/MI_dma.c new file mode 100644 index 00000000..565b1ef6 --- /dev/null +++ b/arm9/lib/src/MI_dma.c @@ -0,0 +1,307 @@ +#include "MI_dma.h" +#include "function_target.h" +#include "OS_interrupt.h" +#include "OS_terminate_proc.h" +#include "sections.h" + +#pragma section ITCM begin +ARM_FUNC void MIi_DmaSetParams(u32 dmaNo, u32 src, u32 dest, u32 ctrl) +{ + OSIntrMode lastIntrMode = OS_DisableInterrupts(); + vu32 *p = (vu32 *)((u32)REG_ADDR_DMA0SAD + dmaNo * 12); + *p = (vu32)src; + *(p + 1) = (vu32)dest; + *(p + 2) = (vu32)ctrl; + (void)OS_RestoreInterrupts(lastIntrMode); +} + +ARM_FUNC void MIi_DmaSetParams_wait(u32 dmaNo, u32 src, u32 dest, u32 ctrl) +{ + OSIntrMode enabled = OS_DisableInterrupts(); + vu32 *p = (vu32 *)((u32)REG_ADDR_DMA0SAD + dmaNo * 12); + *p = (vu32)src; + *(p + 1) = (vu32)dest; + *(p + 2) = (vu32)ctrl; + + //delay cycles + { + u32 delay = reg_MI_DMA0SAD; + } + { + u32 delay = reg_MI_DMA0SAD; + } + + if (!dmaNo) + { + *p = (vu32)0; + *(p + 1) = (vu32)0; + *(p + 2) = (vu32)0x81400001; + } + + (void)OS_RestoreInterrupts(enabled); +} + +ARM_FUNC void MIi_DmaSetParams_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl) +{ + vu32 *p = (vu32 *)((u32)REG_ADDR_DMA0SAD + dmaNo * 12); + *p = (vu32)src; + *(p + 1) = (vu32)dest; + *(p + 2) = (vu32)ctrl; +} + +ARM_FUNC void MIi_DmaSetParams_wait_noInt(u32 dmaNo, u32 src, u32 dest, u32 ctrl) +{ + vu32 *p = (vu32 *)((u32)REG_ADDR_DMA0SAD + dmaNo * 12); + *p = (vu32)src; + *(p + 1) = (vu32)dest; + *(p + 2) = (vu32)ctrl; + + //delay cycles + { + u32 delay = reg_MI_DMA0SAD; + } + { + u32 delay = reg_MI_DMA0SAD; + } + + if (!dmaNo) + { + *p = (vu32)0; + *(p + 1) = (vu32)0; + *(p + 2) = (vu32)0x81400001; + } + + //delay cycles + { + u32 delay = reg_MI_DMA0SAD; + } + { + u32 delay = reg_MI_DMA0SAD; + } +} +#pragma section ITCM end + +ARM_FUNC void MI_DmaFill32(u32 dmaNo, void *dest, u32 data, u32 size) +{ + vu32 *dmaCntp; + if (!size) + { + return; + } + + do + { + dmaCntp = &((vu32 *)REG_ADDR_DMA0SAD)[dmaNo * 3 + 2]; + while (*dmaCntp & 0x80000000) {} + } while(0); + + MIi_DmaSetParams_wait_src32(dmaNo, data, (u32)dest, MI_CNT_CLEAR32(size)); + + do + { + while (*dmaCntp & 0x80000000) {} + } while(0); +} + +ARM_FUNC void MI_DmaCopy32(u32 dmaNo, const void *src, void *dest, u32 size) +{ + vu32 *dmaCntp; + MIi_CheckDma0SourceAddress(dmaNo, (u32)src, size, DMA_SRC_INC); + + if (!size) + { + return; + } + + do + { + dmaCntp = &((vu32 *)REG_ADDR_DMA0SAD)[dmaNo * 3 + 2]; + while (*dmaCntp & 0x80000000) {} + } while(0); + + MIi_DmaSetParams_wait(dmaNo, (u32)src, (u32)dest, MI_CNT_COPY32(size)); + + do + { + while (*dmaCntp & 0x80000000) {} + } while(0); +} + +ARM_FUNC void MI_DmaCopy16(u32 dmaNo, const void *src, void *dest, u32 size) +{ + vu32 *dmaCntp; + + if (!size) + { + return; + } + + MIi_CheckDma0SourceAddress(dmaNo, (u32)src, size, DMA_SRC_INC); + + do + { + dmaCntp = &((vu32 *)REG_ADDR_DMA0SAD)[dmaNo * 3 + 2]; + while (*dmaCntp & 0x80000000) {} + } while(0); + + MIi_DmaSetParams_wait(dmaNo, (u32)src, (u32)dest, MI_CNT_COPY16(size)); + + do + { + while (*dmaCntp & 0x80000000) {} + } while(0); +} + +ARM_FUNC void MI_DmaFill32Async(u32 dmaNo, void *dest, u32 data, u32 size, MIDmaCallback callback, void *arg) +{ + if (!size) + { + MIi_CallCallback(callback, arg); + } + else + { + MI_WaitDma(dmaNo); + + if (callback) + { + OSi_EnterDmaCallback(dmaNo, callback, arg); + MIi_DmaSetParams_src32(dmaNo, data, (u32)dest, MI_CNT_CLEAR32_IF(size)); + } + else + { + MIi_DmaSetParams_src32(dmaNo, data, (u32)dest, MI_CNT_CLEAR32(size)); + } + } +} + +ARM_FUNC void MI_DmaCopy32Async(u32 dmaNo, const void *src, void *dest, u32 size, MIDmaCallback callback, void *arg) +{ + MIi_CheckDma0SourceAddress(dmaNo, (u32)src, size, DMA_SRC_INC); + + if (!size) + { + MIi_CallCallback(callback, arg); + } + else + { + MI_WaitDma(dmaNo); + + if (callback) + { + OSi_EnterDmaCallback(dmaNo, callback, arg); + MIi_DmaSetParams(dmaNo, (u32)src, (u32)dest, MI_CNT_COPY32_IF(size)); + } + else + { + MIi_DmaSetParams(dmaNo, (u32)src, (u32)dest, MI_CNT_COPY32(size)); + } + } +} + +ARM_FUNC void MI_WaitDma(u32 dmaNo) +{ + OSIntrMode lastIntrMode = OS_DisableInterrupts(); + vu32 *dmaCntp = &((vu32 *)REG_ADDR_DMA0SAD)[dmaNo * 3 + 2]; + + while (*dmaCntp & 0x80000000) {} + + if (!dmaNo) + { + vu32 *p = (vu32 *)((u32)REG_ADDR_DMA0SAD + dmaNo * 12); + *p = (vu32)0; + *(p + 1) = (vu32)0; + *(p + 2) = (vu32)0x81400001; + } + + (void)OS_RestoreInterrupts(lastIntrMode); +} + +ARM_FUNC void MI_StopDma(u32 dmaNo) +{ + OSIntrMode lastIntrMode = OS_DisableInterrupts(); + vu16 *dmaCntp = &((vu16 *)REG_ADDR_DMA0SAD)[dmaNo * 6 + 5]; + + *dmaCntp &= ~0x3a00; + *dmaCntp &= ~0x8000; + + //delay cycles + { + s32 delay = dmaCntp[0]; + } + { + s32 delay = dmaCntp[0]; + } + + if (!dmaNo) + { + vu32 *p = (vu32 *)((u32)REG_ADDR_DMA0SAD + dmaNo * 12); + *p = (vu32)0; + *(p + 1) = (vu32)0; + *(p + 2) = (vu32)0x81400001; + } + + (void)OS_RestoreInterrupts(lastIntrMode); +} + +ARM_FUNC void MIi_CheckAnotherAutoDMA(u32 dmaNo, u32 dmaType) +{ + u32 dmaCnt; + u32 timing; + for (int i = 0; i < 3; i++) + { + if (i == dmaNo) continue; + + dmaCnt = *(REGType32v *)(REG_ADDR_DMA0CNT + i * 12); + + if (!(dmaCnt & 0x80000000)) continue; + + timing = dmaCnt & 0x38000000; + + if (timing == dmaType + || (timing == 0x8000000 && dmaType == 0x10000000) + || (timing == 0x10000000 && dmaType == 0x8000000)) + { + continue; + } + + if (timing == 0x18000000 + || timing == 0x20000000 + || timing == 0x28000000 + || timing == 0x30000000 + || timing == 0x38000000 + || timing == 0x8000000 + || timing == 0x10000000) + { + OS_Terminate(); + } + } +} + +ARM_FUNC void MIi_CheckDma0SourceAddress(u32 dmaNo, u32 src, u32 size, u32 dir) +{ + if (!dmaNo) + { + u32 addStart = src & 0xff000000; + u32 addEnd; + + switch (dir) + { + case 0: //dma_src_inc + addEnd = src + size; + break; + case 0x800000: //dma_src_dec + addEnd = src - size; + break; + default: + addEnd = src; + break; + } + addEnd &= 0xff000000; + + if (addStart == 0x04000000 || addStart >= 0x08000000 || + addEnd == 0x04000000 || addEnd >= 0x08000000) + { + OS_Terminate(); + } + } +} -- cgit v1.2.3 From b3c7ed9d513dfc510d46fac3db8b5aa116cd574b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 29 Jun 2020 21:29:33 -0400 Subject: Fix typo in dep scanning --- arm9/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/Makefile b/arm9/Makefile index 09f110a1..b7fac054 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -268,7 +268,7 @@ $(BUILD_DIR)/lib/%.o: MWCCVERSION = 1.2/sp2p3 ####################### Everything Else ###################### ifeq (,$(NODEP)) -$(BUILD_DIR)/%.o: dep = $(shell $(SCANINC) -I ../include -I ../include-mw -I lib/include $(filter $*.c,$(C_FILES)) $(filter $*.cpp,$(CXX_FILES)) $(filter $*.s,$(S_FILES)) $(filter %*.s,$(LIBS_FILES))) +$(BUILD_DIR)/%.o: dep = $(shell $(SCANINC) -I ../include -I ../include-mw -I lib/include $(filter $*.c,$(C_FILES)) $(filter $*.cpp,$(CXX_FILES)) $(filter $*.s,$(S_FILES)) $(filter $*.s,$(LIBS_FILES))) else $(BUILD_DIR)/%.o: dep := endif -- cgit v1.2.3 From 7b16b376f73179431514ba5f88a780e3419dbd3d Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 29 Jun 2020 21:40:37 -0400 Subject: Fix: Point to license file from inside Arm9 build dir Update Makefile Update Makefile Slight cleanup --- arm9/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/Makefile b/arm9/Makefile index b7fac054..c16709df 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -289,7 +289,7 @@ $(BUILD_DIR)/$(LD_SCRIPT): $(LD_SCRIPT) $(CPP) $(VERSION_CFLAGS) -MMD -MP -MT $@ -MF $@.d -I include/ -I . -DBUILD_DIR=$(BUILD_DIR) -o $@ $< $(ROM): $(BUILD_DIR)/$(LD_SCRIPT) $(O_FILES) $(STATIC_LIBS) - cd $(BUILD_DIR) && $(WINE) ../../$(MWLDARM) $(LDFLAGS) $(LIBS) -o ../../$(ELF) $(LD_SCRIPT) $(O_FILES:$(BUILD_DIR)/%=%) + cd $(BUILD_DIR) && LM_LICENSE_FILE=../../$(LM_LICENSE_FILE) $(WINE) ../../$(MWLDARM) $(LDFLAGS) $(LIBS) -o ../../$(ELF) $(LD_SCRIPT) $(O_FILES:$(BUILD_DIR)/%=%) $(OBJCOPY) --update-section arm9=$@ -j arm9 $(foreach ov,$(OVERLAYS),--update-section $(ov)=$(BUILD_DIR)/$(ov).sbin -j $(ov)) $(ELF) 2>/dev/null $(BUILD_DIR)/lib/libsyscall.a: $(BUILD_DIR)/lib/syscall/secure.o -- cgit v1.2.3 From 6bf50a629edd45a3758596ee701a4f927bb179cd Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 30 Jun 2020 10:09:36 -0400 Subject: Update arm9.lsf --- arm9/Makefile | 4 +- arm9/arm9.lcf | 11 +- arm9/arm9.lsf | 1159 ++++++++------- arm9/asm/libmwcc.s | 3175 ------------------------------------------ arm9/asm/stdlibmwcc.s | 3175 ++++++++++++++++++++++++++++++++++++++++++ arm9/lib/src/OS_irqHandler.c | 2 - 6 files changed, 3823 insertions(+), 3703 deletions(-) delete mode 100644 arm9/asm/libmwcc.s create mode 100644 arm9/asm/stdlibmwcc.s diff --git a/arm9/Makefile b/arm9/Makefile index c16709df..c25c0026 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -282,8 +282,8 @@ $(CXX_OBJS): $(BUILD_DIR)/%.o: %.cpp $$(dep) $(S_OBJS) $(LIBS_OBJS): $(BUILD_DIR)/%.o: %.s $$(dep) $(AS) $(ASFLAGS) -o $@ $< -# $(BUILD_DIR)/$(LD_SCRIPT): $(LD_SPEC) $(LD_TEMPLATE) -# $(MAKELCF) $(MAKELCF_FLAGS) $^ $@ +#$(BUILD_DIR)/$(LD_SCRIPT): $(LD_SPEC) $(LD_TEMPLATE) +# $(MAKELCF) $(MAKELCF_FLAGS) $^ $@ $(BUILD_DIR)/$(LD_SCRIPT): $(LD_SCRIPT) $(CPP) $(VERSION_CFLAGS) -MMD -MP -MT $@ -MF $@.d -I include/ -I . -DBUILD_DIR=$(BUILD_DIR) -o $@ $< diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf index c8e9988c..b8dc26b3 100644 --- a/arm9/arm9.lcf +++ b/arm9/arm9.lcf @@ -100,7 +100,6 @@ MEMORY { MODULE_84 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_84.sbin MODULE_85 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_85.sbin MODULE_86 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_86.sbin - dummy.MAIN_EX (RW) : ORIGIN = 0x023e0000, LENGTH = 0x0 arena.MAIN (RW) : ORIGIN = AFTER(arm9,MODULE_00,MODULE_01,MODULE_02,MODULE_04,MODULE_05,MODULE_06,MODULE_07,MODULE_08,MODULE_09,MODULE_10,MODULE_11,MODULE_12,MODULE_13,MODULE_14,MODULE_15,MODULE_16,MODULE_17,MODULE_18,MODULE_19,MODULE_20,MODULE_21,MODULE_22,MODULE_23,MODULE_24,MODULE_25,MODULE_26,MODULE_27,MODULE_28,MODULE_29,MODULE_30,MODULE_31,MODULE_32,MODULE_33,MODULE_34,MODULE_35,MODULE_36,MODULE_37,MODULE_38,MODULE_39,MODULE_40,MODULE_41,MODULE_42,MODULE_43,MODULE_44,MODULE_45,MODULE_46,MODULE_47,MODULE_48,MODULE_49,MODULE_50,MODULE_51,MODULE_52,MODULE_53,MODULE_54,MODULE_55,MODULE_56,MODULE_57,MODULE_58,MODULE_59,MODULE_60,MODULE_61,MODULE_62,MODULE_63,MODULE_64,MODULE_65,MODULE_66,MODULE_67,MODULE_68,MODULE_69,MODULE_70,MODULE_71,MODULE_72,MODULE_73,MODULE_74,MODULE_75,MODULE_76,MODULE_77,MODULE_78,MODULE_79,MODULE_80,MODULE_81,MODULE_82,MODULE_83,MODULE_84,MODULE_85,MODULE_86), LENGTH = 0x0 arena.MAIN_EX (RW) : ORIGIN = AFTER(dummy.MAIN_EX), LENGTH = 0x0 @@ -578,12 +577,12 @@ SECTIONS { /* C standard library */ libc.o (.text) /* MWCC library */ - libmwcc.o (.text) + stdlibmwcc.o (.text) . = ALIGN(4); /* Exception */ libc.o (.exception) - libmwcc.o (.exception) + stdlibmwcc.o (.exception) . = ALIGN(4); SDK_STATIC_ETABLE_START = .; @@ -763,7 +762,7 @@ SECTIONS { FS_overlay.o (.rodata) CTRDG_backup.o (.rodata) libc.o (.rodata) - libmwcc.o (.rodata) + stdlibmwcc.o (.rodata) . = ALIGN(4); SDK_STATIC_SINIT_START = .; @@ -955,7 +954,7 @@ SECTIONS { CTRDG_backup.o (.bss) CTRDG_task.o (.bss) libc.o (.bss) - libmwcc.o (.bss) + stdlibmwcc.o (.bss) . = ALIGN(32); SDK_STATIC_BSS_END = .; SDK_STATIC_BSS_SIZE = SDK_STATIC_BSS_END - SDK_STATIC_BSS_START; @@ -1002,7 +1001,7 @@ SECTIONS { { . = ALIGN(32); SDK_AUTOLOAD.DTCM.BSS_START = .; - OS_irqHandler.o (.dtcm.bss) + OS_irqHandler.o (.bss) . = ALIGN(32); SDK_AUTOLOAD.DTCM.BSS_END = .; SDK_AUTOLOAD.DTCM.BSS_SIZE = SDK_AUTOLOAD.DTCM.BSS_END - SDK_AUTOLOAD.DTCM.BSS_START; diff --git a/arm9/arm9.lsf b/arm9/arm9.lsf index 77986205..7597b782 100644 --- a/arm9/arm9.lsf +++ b/arm9/arm9.lsf @@ -1,445 +1,482 @@ +### Linker spec file for Pokemon Diamond/Pearl US ### +### Pass this to the SDK's makelcf.exe utility ### +### along with the ARM9-TS template. ### Static arm9 { Address 0x02000000 Object main.o - Object GFLIB_sysctl.o - Object unk_020010A8.o - Object unk_02001B80.o - Object string_util.o - Object unk_020023C0.o - Object unk_02002C14.o - Object unk_02002F08.o - Object unk_020030E8.o - Object unk_02003B98.o - Object unk_020040F4.o - Object unk_020051F4.o - Object unk_02005CFC.o - Object poke_overlay.o - Object unk_020061E8.o - Object unk_02006234.o - Object filesystem.o - Object unk_02006864.o - Object unk_02006D98.o - Object unk_02008AA4.o - Object unk_02008DEC.o - Object unk_02009EAC.o - Object unk_0200A384.o - Object unk_0200AA80.o - Object unk_0200BA78.o - Object unk_0200BB14.o - Object unk_0200CA44.o - Object unk_0200CABC.o - Object unk_0200E1D0.o - Object unk_0200E850.o - Object unk_0201137C.o - Object unk_02011744.o - Object unk_02012CC8.o - Object unk_02013724.o - Object unk_020139D8.o - Object unk_02013CD4.o - Object unk_020142EC.o - Object unk_020144FC.o - Object unk_02014590.o - Object unk_02014BF4.o - Object unk_02015CC0.o - Object unk_02015D14.o - Object unk_02015E30.o - Object unk_02015EA0.o - Object unk_020166C8.o - Object unk_02016B94.o - Object unk_0201B1A8.o - Object unk_0201B4E8.o - Object unk_0201B6D0.o - Object unk_0201B8B8.o - Object math_util.o - Object unk_0201BCBC.o - Object unk_0201C24C.o - Object unk_0201C360.o - Object unk_0201C620.o - Object unk_0201C6B4.o - Object unk_0201C7A0.o - Object unk_0201CBEC.o - Object unk_0201CC08.o - Object unk_0201D040.o - Object unk_0201E00C.o - Object unk_0201E66C.o - Object unk_0201E7D8.o - Object unk_0201F06C.o - Object unk_020208B8.o - Object unk_02020AFC.o - Object error_handling.o - Object unk_02020C44.o - Object unk_0202134C.o - Object unk_02021590.o - Object unk_02021934.o - Object unk_02021FF8.o - Object unk_02022244.o - Object unk_02022294.o - Object unk_020222E8.o - Object unk_02022318.o - Object unk_02022450.o - Object unk_02022504.o - Object save.o - Object unk_0202376C.o - Object unk_020238C4.o - Object unk_02023AC4.o - Object unk_02023C40.o - Object unk_02024E64.o - Object unk_02024F30.o - Object unk_020250A4.o - Object unk_02025484.o - Object unk_020254B8.o - Object unk_02025658.o - Object unk_02025954.o - Object unk_02026CD0.o - Object unk_02027E30.o - Object unk_020281E0.o - Object unk_020286F8.o - Object unk_02028910.o - Object unk_02028980.o - Object unk_02029A84.o - Object unk_02029AE0.o - Object unk_02029C58.o - Object unk_02029CEC.o - Object unk_02029E48.o - Object unk_02029EC4.o - Object unk_02029FB0.o - Object unk_0202A1E0.o - Object unk_0202A8F4.o - Object unk_0202A924.o - Object unk_0202ABBC.o - Object unk_0202AC20.o - Object unk_0202B034.o - Object unk_0202B374.o - Object unk_0202B870.o - Object unk_0202BE98.o - Object unk_0202C0E0.o - Object unk_0202C144.o - Object unk_0202C198.o - Object unk_0202D394.o - Object unk_0202D4C4.o - Object unk_0202D858.o - Object unk_0202D8D0.o - Object unk_0202DB14.o - Object unk_0202E29C.o - Object unk_0202F150.o - Object unk_02031480.o - Object unk_02031734.o - Object unk_020336C0.o - Object unk_02033778.o - Object unk_020337E8.o - Object unk_02033874.o - Object unk_02033B68.o - Object unk_02033F50.o - Object unk_02034188.o - Object unk_020343A8.o - Object unk_02034710.o - Object unk_02034A28.o - Object unk_02034D7C.o - Object unk_02034E84.o - Object unk_02034FE4.o - Object unk_02035068.o - Object unk_02036FA4.o - Object unk_02037024.o - Object unk_020372D4.o - Object unk_020377B0.o - Object unk_020377F0.o - Object script.o - Object unk_02038C78.o - Object scrcmd.o - Object scrcmd_2.o - Object scrcmd_3.o - Object scrcmd_4.o - Object scrcmd_5.o - Object scrcmd_6.o - Object scrcmd_7.o - Object scrcmd_8.o - Object scrcmd_9.o - Object scrcmd_10.o - Object scrcmd_11.o - Object scrcmd_12.o - Object scrcmd_13.o - Object scrcmd_14.o - Object scrcmd_15.o - Object scrcmd_16.o - Object scrcmd_17.o - Object scrcmd_18.o - Object scrcmd_19.o - Object scrcmd_20.o - Object scrcmd_21.o - Object scrcmd_22.o - Object scrcmd_23.o - Object scrcmd_24.o - Object scrcmd_25.o - Object unk_02046030.o - Object unk_02046294.o - Object unk_0204639C.o - Object unk_0204653C.o - Object unk_02047500.o - Object unk_020476CC.o - Object unk_02048120.o - Object unk_020484A8.o - Object unk_02048904.o - Object unk_0204A01C.o - Object unk_0204A368.o - Object unk_0204A498.o - Object unk_0204AB0C.o - Object unk_0204ADE0.o - Object unk_0204AEA8.o - Object unk_0204AF24.o - Object unk_0204B0A0.o - Object unk_0204B34C.o - Object unk_0204B9EC.o - Object unk_0204BE14.o - Object unk_0204C1B4.o - Object unk_0204CA80.o - Object unk_0204CB20.o - Object unk_0204FBA8.o - Object unk_02050E48.o - Object unk_020520AC.o - Object unk_02052EE8.o - Object unk_0205363C.o - Object unk_02053750.o - Object unk_02054590.o - Object unk_0205478C.o - Object unk_02054C14.o - Object unk_02055068.o - Object unk_020557F4.o - Object unk_02057380.o - Object unk_02058EE8.o - Object unk_02059F04.o - Object unk_0205AD98.o - Object unk_0205BEF8.o - Object unk_0205C334.o - Object unk_0205C598.o - Object unk_0205CDB4.o - Object unk_0205CE48.o - Object unk_0205DD18.o - Object unk_0205E4EC.o - Object unk_0205EB38.o - Object unk_0205EC84.o - Object unk_0205F314.o - Object unk_0205F7A0.o - Object unk_0205FA2C.o - Object unk_0206015C.o - Object unk_02060344.o - Object unk_020603B0.o - Object unk_020606B0.o - Object unk_020607D4.o - Object unk_02060CCC.o - Object unk_020625EC.o - Object unk_0206367C.o - Object unk_02063888.o - Object unk_02063948.o - Object unk_0206439C.o - Object unk_020643C0.o - Object unk_020647A4.o - Object unk_02064CA8.o - Object unk_02064E20.o - Object unk_02064E4C.o - Object unk_02064E90.o - Object unk_020653EC.o - Object unk_02066840.o - Object unk_02066978.o - Object waza.o - Object unk_0206ABC4.o - Object unk_0206B16C.o - Object unk_0206B688.o - Object party.o - Object unk_0206BB28.o - Object unk_0206BB5C.o - Object unk_0206BF90.o - Object unk_0206C700.o - Object unk_0206DE24.o - Object unk_0206E0F0.o - Object unk_0206E2F0.o - Object unk_0206E5B4.o - Object unk_0206EB80.o - Object unk_0206F1F0.o - Object unk_0206F3FC.o - Object unk_02072548.o - Object unk_02073710.o - Object unk_02073DA8.o - Object unk_0207550C.o - Object unk_020772F0.o - Object unk_020799E8.o - Object unk_02079C70.o - Object unk_0207C328.o - Object unk_0207D5BC.o - Object unk_0207EF6C.o - Object unk_0207F95C.o - Object unk_0207FC5C.o - Object unk_0207FD00.o - Object unk_02080C38.o - Object unk_020828BC.o - Object unk_020834D0.o - Object unk_02083B84.o - Object unk_02083D48.o - Object unk_02084098.o - Object unk_020842D0.o - Object unk_020842DC.o - Object unk_020851B8.o - Object unk_02085258.o - Object unk_02085338.o - Object unk_020854E0.o - Object unk_020859C0.o - Object unk_02086084.o - Object unk_02086414.o - Object unk_02086FA8.o - Object unk_02087A1C.o - Object unk_02087A6C.o - Object unk_02087D00.o - Object unk_02088320.o - Object unk_02088814.o - Object unk_02088858.o - Object unk_0208890C.o - Object unk_0208898C.o - Object unk_02088AAC.o - Object unk_02088D1C.o - Object unk_02088DD8.o - Object unk_02088F0C.o - Object unk_020893E0.o - Object unk_02089498.o - Object unk_02089960.o - Object unk_02089D90.o - Object unk_02089F24.o - Object unk_0208A258.o - Object unk_0208A300.o - Object unk_0208A338.o - Object unk_0208A998.o - ### Third-party libraries ### - Object unk_0208AC14.o - Object custom_allocator.o - Object unk_020910EC.o - Object unk_020AF030.o - ### Nitro SDK ### - Object FX_mtx22.o - Object FX_mtx33.o - Object FX_mtx43.o - Object FX_mtx44.o - Object FX_cp.o - Object FX_vec.o - Object FX_atan.o - Object FX.o - Object GX.o - Object GX_state.o - Object GX_vramcnt.o - Object GX_bgcnt.o - Object GX_g2.o - Object GX_g3b.o - Object GX_g3imm.o - Object GX_g3x.o - Object GX_g3_util.o - Object GX_load2d.o - Object GX_load3d.o - Object GX_g3.o - Object GX_asm.o - Object OS_irqHandler.o - Object OS_irqTable.o - Object OS_interrupt.o - Object OS_spinLock.o - Object OS_printf.o - Object OS_thread.o - Object OS_context.o - Object OS_emulator.o - Object OS_message.o - Object OS_mutex.o - Object OS_cache.o - Object OS_init.o - Object OS_arena.o - Object OS_alloc.o - Object OS_tcm.o - Object OS_protectionUnit.o - Object OS_protectionRegion.o - Object OS_exception.o - Object OS_timer.o - Object OS_tick.o - Object OS_alarm.o - Object OS_valarm.o - Object OS_system.o - Object OS_reset.o - Object OS_ownerInfo.o - Object OS_vramExclusive.o - Object OS_entropy.o - Object OS_terminate_proc.o - Object MI_wram.o - Object MI_dma.o - Object MI_dma_hblank.o - Object MI_dma_gxcommand.o - Object MI_memory.o - Object MI_swap.o - Object MI_uncompress.o - Object MI_dma_card.o - Object MI_init.o - Object SND_interface.o - Object SND_main.o - Object SND_command.o - Object SND_alarm.o - Object SND_work.o - Object SND_util.o - Object SND_bank.o - Object PXI_init.o - Object PXI_fifo.o - Object FS_command.o - Object FS_command_default.o - Object FS_archive.o - Object FS_file.o - Object FS_rom.o - Object FS_overlay.o - Object DGT_hash1.o - Object DGT_hash2.o - Object DGT_sha1s_arm4cw.o - Object CP_context.o - Object SPI_tp.o - Object SPI_mic.o - Object SPI_pm.o - Object RTC_external.o - Object RTC_internal.o - Object RTC_convert.o - Object CARD_common.o - Object CARD_spi.o - Object CARD_backup.o - Object CARD_rom.o - Object CARD_request.o - Object CARD_pullOut.o - Object WM_system.o - Object WM_sync.o - Object WM_standard.o - Object WM_mp.o - Object WM_dcf.o - Object WM_ds.o - Object WM_ks.o - Object WM_etc.o - Object CTRDG.o - Object CTRDG_proc.o - Object CTRDG_backup.o - Object CTRDG_flash_common.o - Object CTRDG_flash_AT29LV512.o - Object CTRDG_flash_LE39FW512.o - Object CTRDG_flash_MX29L010.o - Object CTRDG_flash_MX29L512.o - Object CTRDG_task.o - Object MATH.o - Object MATH_dgt.o - Object MATH_crc.o - Object STD_string.o - ### C standard library ### - Object libc.o - ### MWCC library ### - Object libmwcc.o + Object unk_020010A8.o + Object unk_02001B80.o + Object string_util.o + Object unk_020023C0.o + Object unk_02002C14.o + Object unk_02002F08.o + Object unk_020030E8.o + Object sound.o + Object unk_020040F4.o + Object unk_020051F4.o + Object unk_02005CFC.o + Object poke_overlay.o + Object unk_020061E8.o + Object unk_02006234.o + Object filesystem.o + Object unk_02006864.o + Object unk_02006D98.o + Object unk_02008AA4.o + Object unk_02008DEC.o + Object unk_02009EAC.o + Object msgdata.o + Object unk_0200AA80.o + Object unk_0200BA78.o + Object unk_0200BB14.o + Object unk_0200CA44.o + Object unk_0200CABC.o + Object unk_0200E1D0.o + Object unk_0200E850.o + Object unk_0201137C.o + Object unk_02011744.o + Object unk_02012CC8.o + Object unk_02013724.o + Object unk_020139D8.o + Object unk_02013CD4.o + Object unk_020142EC.o + Object unk_020144FC.o + Object unk_02014590.o + Object unk_02014BF4.o + Object unk_02015CC0.o + Object unk_02015D14.o + Object unk_02015E30.o + Object unk_02015EA0.o + Object unk_020166C8.o + Object unk_02016B94.o + Object unk_0201B1A8.o + Object unk_0201B4E8.o + Object unk_0201B6D0.o + Object unk_0201B8B8.o + Object math_util.o + Object unk_0201BCBC.o + Object unk_0201C24C.o + Object unk_0201C360.o + Object unk_0201C620.o + Object unk_0201C6B4.o + Object unk_0201C7A0.o + Object unk_0201CBEC.o + Object unk_0201CC08.o + Object unk_0201D040.o + Object unk_0201E00C.o + Object unk_0201E66C.o + Object unk_0201E7D8.o + Object unk_0201F06C.o + Object unk_020208B8.o + Object unk_02020AFC.o + Object error_handling.o + Object unk_02020C44.o + Object unk_0202134C.o + Object unk_02021590.o + Object unk_02021934.o + Object unk_02021FF8.o + Object unk_02022244.o + Object unk_02022294.o + Object unk_020222E8.o + Object unk_02022318.o + Object unk_02022450.o + Object unk_02022504.o + Object save.o + Object unk_0202376C.o + Object unk_020238C4.o + Object unk_02023AC4.o + Object unk_02023C40.o + Object unk_02024E64.o + Object unk_02024F30.o + Object unk_020250A4.o + Object unk_02025484.o + Object unk_020254B8.o + Object unk_02025658.o + Object unk_02025954.o + Object unk_02026CD0.o + Object unk_02027E30.o + Object unk_020281E0.o + Object unk_020286F8.o + Object unk_02028910.o + Object unk_02028980.o + Object unk_02029A84.o + Object unk_02029AE0.o + Object unk_02029C58.o + Object unk_02029CEC.o + Object unk_02029E48.o + Object unk_02029EC4.o + Object unk_02029FB0.o + Object unk_0202A1E0.o + Object unk_0202A8F4.o + Object unk_0202A924.o + Object unk_0202ABBC.o + Object unk_0202AC20.o + Object unk_0202B034.o + Object unk_0202B374.o + Object unk_0202B870.o + Object unk_0202BE98.o + Object unk_0202C0E0.o + Object unk_0202C144.o + Object unk_0202C198.o + Object unk_0202D394.o + Object unk_0202D4C4.o + Object unk_0202D858.o + Object unk_0202D8D0.o + Object unk_0202DB14.o + Object unk_0202E29C.o + Object unk_0202F150.o + Object unk_02031480.o + Object unk_02031734.o + Object unk_020336C0.o + Object unk_02033778.o + Object unk_020337E8.o + Object unk_02033874.o + Object unk_02033B68.o + Object unk_02033F50.o + Object unk_02034188.o + Object unk_020343A8.o + Object map_header.o + Object unk_02034A28.o + Object unk_02034D7C.o + Object unk_02034E84.o + Object unk_02034FE4.o + Object unk_02035068.o + Object unk_02036FA4.o + Object unk_02037024.o + Object unk_020372D4.o + Object unk_020377B0.o + Object unk_020377F0.o + Object script.o + Object unk_02038C78.o + Object scrcmd.o + Object scrcmd_2.o + Object scrcmd_3.o + Object scrcmd_4.o + Object scrcmd_5.o + Object scrcmd_6.o + Object scrcmd_7.o + Object scrcmd_8.o + Object scrcmd_9.o + Object scrcmd_10.o + Object scrcmd_11.o + Object scrcmd_12.o + Object scrcmd_13.o + Object scrcmd_14.o + Object scrcmd_15.o + Object scrcmd_16.o + Object scrcmd_17.o + Object scrcmd_18.o + Object scrcmd_19.o + Object scrcmd_20.o + Object scrcmd_21.o + Object scrcmd_22.o + Object scrcmd_23.o + Object scrcmd_24.o + Object scrcmd_25.o + Object unk_02046030.o + Object unk_02046294.o + Object unk_0204639C.o + Object unk_0204653C.o + Object unk_02047500.o + Object unk_020476CC.o + Object unk_02048120.o + Object unk_020484A8.o + Object unk_02048904.o + Object unk_0204A01C.o + Object unk_0204A368.o + Object unk_0204A498.o + Object unk_0204AB0C.o + Object unk_0204ADE0.o + Object unk_0204AEA8.o + Object unk_0204AF24.o + Object unk_0204B0A0.o + Object unk_0204B34C.o + Object unk_0204B9EC.o + Object unk_0204BE14.o + Object unk_0204C1B4.o + Object unk_0204CA80.o + Object unk_0204CB20.o + Object unk_0204FBA8.o + Object unk_02050E48.o + Object unk_020520AC.o + Object unk_02052EE8.o + Object unk_0205363C.o + Object unk_02053750.o + Object unk_02054590.o + Object unk_0205478C.o + Object unk_02054C14.o + Object unk_02055068.o + Object unk_020557F4.o + Object unk_02057380.o + Object unk_02058EE8.o + Object unk_02059F04.o + Object unk_0205AD98.o + Object unk_0205BEF8.o + Object unk_0205C334.o + Object unk_0205C598.o + Object unk_0205CDB4.o + Object unk_0205CE48.o + Object unk_0205DD18.o + Object unk_0205E4EC.o + Object unk_0205EB38.o + Object unk_0205EC84.o + Object unk_0205F314.o + Object unk_0205F7A0.o + Object unk_0205FA2C.o + Object unk_0206015C.o + Object unk_02060344.o + Object unk_020603B0.o + Object unk_020606B0.o + Object unk_020607D4.o + Object unk_02060CCC.o + Object unk_020625EC.o + Object unk_0206367C.o + Object unk_02063888.o + Object unk_02063948.o + Object unk_0206439C.o + Object unk_020643C0.o + Object unk_020647A4.o + Object unk_02064CA8.o + Object unk_02064E20.o + Object unk_02064E4C.o + Object unk_02064E90.o + Object unk_020653EC.o + Object unk_02066840.o + Object pokemon.o + Object waza.o + Object unk_0206ABC4.o + Object unk_0206B16C.o + Object unk_0206B688.o + Object party.o + Object unk_0206BB28.o + Object unk_0206BB5C.o + Object unk_0206BF90.o + Object unk_0206C700.o + Object unk_0206DE24.o + Object unk_0206E0F0.o + Object unk_0206E2F0.o + Object itemtool.o + Object unk_0206EB80.o + Object unk_0206F1F0.o + Object unk_0206F3FC.o + Object unk_02072548.o + Object unk_02073710.o + Object unk_02073DA8.o + Object unk_0207550C.o + Object unk_020772F0.o + Object unk_020799E8.o + Object unk_02079C70.o + Object unk_0207C328.o + Object unk_0207D5BC.o + Object unk_0207EF6C.o + Object unk_0207F95C.o + Object unk_0207FC5C.o + Object unk_0207FD00.o + Object unk_02080C38.o + Object unk_020828BC.o + Object unk_020834D0.o + Object unk_02083B84.o + Object unk_02083D48.o + Object unk_02084098.o + Object unk_020842D0.o + Object unk_020842DC.o + Object unk_020851B8.o + Object nutdata.o + Object unk_02085338.o + Object unk_020854E0.o + Object unk_020859C0.o + Object unk_02086084.o + Object unk_02086414.o + Object unk_02086FA8.o + Object unk_02087A1C.o + Object unk_02087A6C.o + Object unk_02087D00.o + Object unk_02088320.o + Object unk_02088814.o + Object unk_02088858.o + Object unk_0208890C.o + Object unk_0208898C.o + Object unk_02088AAC.o + Object unk_02088D1C.o + Object unk_02088DD8.o + Object unk_02088F0C.o + Object unk_020893E0.o + Object unk_02089498.o + Object unk_02089960.o + Object unk_02089D90.o + Object unk_02089F24.o + Object unk_0208A258.o + Object unk_0208A300.o + Object unk_0208A338.o + Object unk_0208A998.o + ### Third-party libraries ### + Object unk_0208AC14.o + Object custom_allocator.o + Object unk_020910EC.o + Object DWC_backup.o + Object DWC_bm_init.o + Object DWC_util_wifiidtool.o + Object DWC_init.o + Object DWC_account.o + Object SOC_socl_startup.o + Object SOC_socl_command.o + Object SOC_socl_create.o + Object SOC_socl_bind.o + Object SOC_socl_read.o + Object SOC_socl_shutdown.o + Object SOC_socl_close.o + Object SOC_socl_cleanup.o + Object SOC_socl_poll.o + Object SOC_socl_const.o + Object SOC_socl_misc.o + Object SOC_socl_list.o + Object SOC_soc.o + Object SOC_socl_ssl.o + Object CPS_network.o + Object SSL_ssl.o + Object SSL_md5.o + Object SSL_sha1.o + Object SSL_rca4.o + Object SSL_biginteger.o + Object WCM_system.o + Object WCM_aplist.o + Object WCM_cpsif.o + Object WCM_util.o + Object WIFI_stubsmd5_dummy.o + Object libVCT.o + Object unk_020ADA84.o + Object sndlib.o + ### Nitro SDK ### + Object FX_mtx22.o + Object FX_mtx33.o + Object FX_mtx43.o + Object FX_mtx44.o + Object FX_cp.o + Object FX_vec.o + Object FX_atan.o + Object FX.o + Object GX.o + Object GX_state.o + Object GX_vramcnt.o + Object GX_bgcnt.o + Object GX_g2.o + Object GX_g3b.o + Object GX_g3imm.o + Object GX_g3x.o + Object GX_g3_util.o + Object GX_load2d.o + Object GX_load3d.o + Object GX_g3.o + Object GX_asm.o + Object OS_irqHandler.o (.text) + Object OS_irqTable.o + Object OS_interrupt.o + Object OS_spinLock.o + Object OS_printf.o + Object OS_thread.o + Object OS_context.o + Object OS_emulator.o + Object OS_message.o + Object OS_mutex.o + Object OS_cache.o + Object OS_init.o + Object OS_arena.o + Object OS_alloc.o + Object OS_tcm.o + Object OS_protectionUnit.o + Object OS_protectionRegion.o + Object OS_exception.o + Object OS_timer.o + Object OS_tick.o + Object OS_alarm.o + Object OS_valarm.o + Object OS_system.o + Object OS_reset.o + Object OS_ownerInfo.o + Object OS_vramExclusive.o + Object OS_entropy.o + Object OS_terminate_proc.o + Object MI_wram.o + Object MI_dma.o + Object MI_dma_hblank.o + Object MI_dma_gxcommand.o + Object MI_memory.o + Object MI_swap.o + Object MI_uncompress.o + Object MI_dma_card.o + Object MI_init.o + Object SND_interface.o + Object SND_main.o + Object SND_command.o + Object SND_alarm.o + Object SND_work.o + Object SND_util.o + Object SND_bank.o + Object PXI_init.o + Object PXI_fifo.o + Object FS_command.o + Object FS_command_default.o + Object FS_archive.o + Object FS_file.o + Object FS_rom.o + Object FS_overlay.o + Object DGT_hash1.o + Object DGT_hash2.o + Object DGT_sha1s_arm4cw.o + Object CP_context.o + Object SPI_tp.o + Object SPI_mic.o + Object SPI_pm.o + Object RTC_external.o + Object RTC_internal.o + Object RTC_convert.o + Object CARD_common.o + Object CARD_spi.o + Object CARD_backup.o + Object CARD_rom.o + Object CARD_request.o + Object CARD_pullOut.o + Object WM_system.o + Object WM_sync.o + Object WM_standard.o + Object WM_mp.o + Object WM_dcf.o + Object WM_ds.o + Object WM_ks.o + Object WM_etc.o + Object CTRDG.o + Object CTRDG_proc.o + Object CTRDG_backup.o + Object CTRDG_flash_common.o + Object CTRDG_flash_AT29LV512.o + Object CTRDG_flash_LE39FW512.o + Object CTRDG_flash_MX29L010.o + Object CTRDG_flash_MX29L512.o + Object CTRDG_task.o + Object MATH_pop.o + Object MATH_dgt.o + Object MATH_crc.o + Object STD_string.o + ### Standard libraries ### + Object libc.o + Object stdlibmwcc.o } Autoload ITCM { Address 0x01FF8000 - Object arm9_itcm.o + Object OS_irqHandler.o (.itcm) + Object OS_reset.o (.itcm) + Object MI_dma.o (.itcm) + Object MI_dma_gxcommand.o (.itcm) } Autoload DTCM { Address 0x027E0000 - Library libos.a + Object OS_irqHandler.o (.bss) + Object OS_irqTable.o (.dtcm) } Autoload EXT @@ -449,439 +486,525 @@ Autoload EXT Overlay MODULE_00 { - Address 0x021D74E0 + After arm9 } + Overlay MODULE_01 { - Address 0x021D74E0 + After arm9 Object module_01.o } + Overlay MODULE_02 { - Address 0x021D7520 + After MODULE_01 } + Overlay MODULE_03 { - Address 0x01FF8700 + After ITCM } + Overlay MODULE_04 { - Address 0x021D74E0 + After arm9 Object thumb_04.o Object arm_04.o } + Overlay MODULE_05 { - Address 0x021D74E0 + After arm9 Object module_05.o } + Overlay MODULE_06 { - Address 0x022396A0 + After MODULE_05 Object module_06.o } + Overlay MODULE_07 { - Address 0x02211E60 + After MODULE_04 Object module_07.o } + Overlay MODULE_08 { - Address 0x02211E60 + After MODULE_04 Object module_08.o } + Overlay MODULE_09 { - Address 0x02211E60 + After MODULE_04 Object module_09.o } + Overlay MODULE_10 { - Address 0x021D74E0 + After arm9 } + Overlay MODULE_11 { - Address 0x0222D5C0 + After MODULE_08 Object module_11.o } + Overlay MODULE_12 { - Address 0x0222D5C0 + After MODULE_08 Object module_12.o } + Overlay MODULE_13 { - Address 0x02211E60 + After MODULE_04 Object module_13_init.o Object module_13_arm1.o Object module_13_thumb.o Object module_13_arm2.o } + Overlay MODULE_14 { - /* Menu? */ - Address 0x021D74E0 + ### Menu? ### + After arm9 Object module_14.o } + Overlay MODULE_15 { - Address 0x021D74E0 + After arm9 Object module_15.o } + Overlay MODULE_16 { - Address 0x021D74E0 + After arm9 Object module_16.o } + Overlay MODULE_17 { - Address 0x021D74E0 + After arm9 Object module_17.o } + Overlay MODULE_18 { - Address 0x022396A0 + After MODULE_05 Object module_18.o } + Overlay MODULE_19 { - Address 0x02252440 + After MODULE_06 Object module_19.o } + Overlay MODULE_20 { - Address 0x02252440 + After MODULE_06 Object module_20.o } + Overlay MODULE_21 { - Address 0x02254840 + After MODULE_20 Object module_21.o } + Overlay MODULE_22 { - Address 0x02254840 + After MODULE_20 Object module_22.o } + Overlay MODULE_23 { - Address 0x02254840 + After MODULE_20 Object module_23.o } + Overlay MODULE_24 { - Address 0x02254840 + After MODULE_20 Object module_24.o } + Overlay MODULE_25 { - Address 0x02254840 + After MODULE_20 Object module_25.o } + Overlay MODULE_26 { - Address 0x02254840 + After MODULE_20 Object module_26.o } + Overlay MODULE_27 { - Address 0x02254840 + After MODULE_20 Object module_27.o } + Overlay MODULE_28 { - Address 0x02254840 + After MODULE_20 Object module_28.o } + Overlay MODULE_29 { - Address 0x02254840 + After MODULE_20 Object module_29.o } + Overlay MODULE_30 { - Address 0x02254840 + After MODULE_20 Object module_30.o } + Overlay MODULE_31 { - Address 0x02254840 + After MODULE_20 Object module_31.o } + Overlay MODULE_32 { - Address 0x02254840 + After MODULE_20 Object module_32.o } + Overlay MODULE_33 { - Address 0x02254840 + After MODULE_20 Object module_33.o } + Overlay MODULE_34 { - Address 0x02254840 + After MODULE_20 Object module_34.o } + Overlay MODULE_35 { - Address 0x02254840 + After MODULE_20 Object module_35.o } + Overlay MODULE_36 { - Address 0x02254840 + After MODULE_20 Object module_36.o } + Overlay MODULE_37 { - Address 0x02254840 + After MODULE_20 Object module_37.o } + Overlay MODULE_38 { - Address 0x02254840 + After MODULE_20 Object module_38.o } + Overlay MODULE_39 { - Address 0x02254840 + After MODULE_20 Object module_39.o } + Overlay MODULE_40 { - Address 0x02254840 + After MODULE_20 Object module_40.o } + Overlay MODULE_41 { - Address 0x02254840 + After MODULE_20 Object module_41.o } + Overlay MODULE_42 { - Address 0x02254840 + After MODULE_20 Object module_42.o } + Overlay MODULE_43 { - Address 0x02254840 + After MODULE_20 Object module_43.o } + Overlay MODULE_44 { - Address 0x02254840 + After MODULE_20 Object module_44.o } + Overlay MODULE_45 { - Address 0x02254840 + After MODULE_20 Object module_45.o } + Overlay MODULE_46 { - Address 0x02254840 + After MODULE_20 Object module_46.o } + Overlay MODULE_47 { - Address 0x02254840 + After MODULE_20 Object module_47.o } + Overlay MODULE_48 { - Address 0x02254840 + After MODULE_20 Object module_48.o } + Overlay MODULE_49 { - Address 0x02254840 + After MODULE_20 Object module_49.o } + Overlay MODULE_50 { - Address 0x02254840 + After MODULE_20 Object module_50.o } + Overlay MODULE_51 { - Address 0x02254840 + After MODULE_20 Object module_51.o } + Overlay MODULE_52 { - Address 0x021D74E0 + After arm9 Object module_52.o } + Overlay MODULE_53 { - Address 0x021D74E0 + After arm9 Object module_53.o } + Overlay MODULE_54 { - Address 0x021D74E0 + After arm9 Object module_54.o } + Overlay MODULE_55 { - Address 0x021D74E0 + After arm9 Object module_55.o } + Overlay MODULE_56 { - Address 0x02211E60 + After MODULE_04 Object module_56.o } + Overlay MODULE_57 { - Address 0x021D74E0 + After arm9 Object module_57.o } + Overlay MODULE_58 { - Address 0x021D9A20 + After MODULE_57 Object module_58.o } + Overlay MODULE_59 { - Address 0x021D74E0 + After arm9 Object module_59.o } + Overlay MODULE_60 { - Address 0x021D74E0 + After arm9 Object module_60.o } + Overlay MODULE_61 { - Address 0x021D74E0 + After arm9 Object module_61.o } + Overlay MODULE_62 { - Address 0x0222D5C0 + After MODULE_08 Object module_62.o } + Overlay MODULE_63 { - /* Title Demo */ - Address 0x021D74E0 + ### Title Demo ### + After arm9 Object module_63.o } + Overlay MODULE_64 { - Address 0x021D74E0 + After arm9 Object module_64.o } + Overlay MODULE_65 { - Address 0x021D74E0 + After arm9 Object module_65.o } + Overlay MODULE_66 { - Address 0x021D74E0 + After arm9 Object module_66.o } + Overlay MODULE_67 { - Address 0x021D74E0 + After arm9 Object module_67.o } + Overlay MODULE_68 { - Address 0x021D74E0 + After arm9 Object module_68.o } + Overlay MODULE_69 { - Address 0x0222D5C0 + After MODULE_08 Object module_69.o } + Overlay MODULE_70 { - Address 0x021D74E0 + After arm9 Object module_70.o } + Overlay MODULE_71 { - Address 0x0222D5C0 + After MODULE_08 Object module_71.o } + Overlay MODULE_72 { - Address 0x021D74E0 - Object module_72.o + After arm9 } + Overlay MODULE_73 { - Address 0x021D74E0 + After arm9 Object module_73.o } + Overlay MODULE_74 { - Address 0x021D74E0 + After arm9 Object module_74.o } + Overlay MODULE_75 { - /* Player's bag */ + ### Player's bag ### Address 0x021E6BA0 Object module_75.o } + Overlay MODULE_76 { - Address 0x021D74E0 + After arm9 Object module_76.o } + Overlay MODULE_77 { - Address 0x021D74E0 + After arm9 Object module_77.o } + Overlay MODULE_78 { - Address 0x021D74E0 + After arm9 Object module_78.o } + Overlay MODULE_79 { - Address 0x02211E60 - Object module_79.o + After MODULE_04 + Object module_79_thumb.o + Object module_79_arm.o } + Overlay MODULE_80 { - Address 0x0222D5C0 + After MODULE_08 Object module_80.o } + Overlay MODULE_81 { - Address 0x02237E40 + After MODULE_80 Object module_81.o } + Overlay MODULE_82 { - Address 0x0222D5C0 + After MODULE_08 Object module_82.o } + Overlay MODULE_83 { - Address 0x0222D5C0 + After MODULE_08 Object module_83.o } + Overlay MODULE_84 { - Address 0x021D74E0 + After arm9 Object module_84.o } + Overlay MODULE_85 { - Address 0x021D74E0 + After arm9 Object module_85.o } + Overlay MODULE_86 { - Address 0x021D74E0 + After arm9 Object module_86.o } diff --git a/arm9/asm/libmwcc.s b/arm9/asm/libmwcc.s deleted file mode 100644 index 5b3fc86d..00000000 --- a/arm9/asm/libmwcc.s +++ /dev/null @@ -1,3175 +0,0 @@ - .include "asm/macros.inc" - .include "global.inc" - .extern UNK_021D74A8 - - .section .bss - - .global __global_destructor_chain -__global_destructor_chain: ; 0x021D74C8 - .space 0x18 - - .section .text - .balign 4, 0 - - arm_func_start _dadd -_dadd: - stmdb sp!, {r4,lr} - eors r12, r1, r3 - eormi r3, r3, #0x80000000 - bmi _020EA5DC -_020E9B54: - subs r12, r0, r2 - sbcs lr, r1, r3 - bhs _020E9B70 - adds r2, r2, r12 - adc r3, r3, lr - subs r0, r0, r12 - sbc r1, r1, lr -_020E9B70: - mov lr, #0x80000000 - mov r12, r1, lsr #0x14 - orr r1, lr, r1, lsl #0xb - orr r1, r1, r0, lsr #0x15 - mov r0, r0, lsl #0xb - movs r4, r12, lsl #0x15 - cmnne r4, #0x200000 - beq _020E9C6C - mov r4, r3, lsr #0x14 - orr r3, lr, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs lr, r4, lsl #0x15 - beq _020E9CB4 -_020E9BA8: - subs r4, r12, r4 - beq _020E9C00 - cmp r4, #0x20 - ble _020E9BE4 - cmp r4, #0x38 - movge r4, #0x3f - sub r4, r4, #0x20 - rsb lr, r4, #0x20 - orrs lr, r2, r3, lsl lr - mov r2, r3, lsr r4 - orrne r2, r2, #0x1 - adds r0, r0, r2 - adcs r1, r1, #0x0 - blo _020E9C28 - b _020E9C0C -_020E9BE4: - rsb lr, r4, #0x20 - movs lr, r2, lsl lr - rsb lr, r4, #0x20 - mov r2, r2, lsr r4 - orr r2, r2, r3, lsl lr - mov r3, r3, lsr r4 - orrne r2, r2, #0x1 -_020E9C00: - adds r0, r0, r2 - adcs r1, r1, r3 - blo _020E9C28 -_020E9C0C: - add r12, r12, #0x1 - and r4, r0, #0x1 - movs r1, r1, rrx - orr r0, r4, r0, rrx - mov lr, r12, lsl #0x15 - cmn lr, #0x200000 - beq _020E9E38 -_020E9C28: - movs r2, r0, lsl #0x15 - mov r0, r0, lsr #0xb - orr r0, r0, r1, lsl #0x15 - add r1, r1, r1 - mov r1, r1, lsr #0xc - orr r1, r1, r12, lsl #0x14 - tst r2, #0x80000000 - ldmeqia sp!, {r4,lr} - bxeq lr - movs r2, r2, lsl #0x1 - andeqs r2, r0, #0x1 - ldmeqia sp!, {r4,lr} - bxeq lr - adds r0, r0, #0x1 - adc r1, r1, #0x0 - ldmia sp!, {r4,lr} - bx lr -_020E9C6C: - cmp r12, #0x800 - movge lr, #0x80000000 - movlt lr, #0x0 - bics r12, r12, #0x800 - beq _020E9CD8 - orrs r4, r0, r1, lsl #0x1 - bne _020E9E14 - mov r4, r3, lsr #0x14 - mov r3, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs r4, r4, lsl #0x15 - beq _020E9E00 - cmn r4, #0x200000 - bne _020E9E00 - orrs r4, r2, r3, lsl #0x1 - beq _020E9E00 - b _020E9E14 -_020E9CB4: - cmp r4, #0x800 - movge lr, #0x80000000 - movlt lr, #0x0 - bic r12, r12, #0x800 - bics r4, r4, #0x800 - beq _020E9D44 - orrs r4, r2, r3, lsl #0x1 - bne _020E9E14 - b _020E9E00 -_020E9CD8: - orrs r4, r0, r1, lsl #0x1 - beq _020E9D18 - mov r12, #0x1 - bic r1, r1, #0x80000000 - mov r4, r3, lsr #0x14 - mov r3, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs r4, r4, lsl #0x15 - cmnne r4, #0x200000 - mov r4, r4, lsr #0x15 - orr r4, r4, lr, lsr #0x14 - beq _020E9CB4 - orr r3, r3, #0x80000000 - orr r12, r12, lr, lsr #0x14 - b _020E9BA8 -_020E9D18: - mov r12, r3, lsr #0x14 - mov r1, r3, lsl #0xb - orr r1, r1, r2, lsr #0x15 - mov r0, r2, lsl #0xb - movs r4, r12, lsl #0x15 - beq _020E9DCC - cmn r4, #0x200000 - bne _020E9DCC - orrs r4, r0, r1, lsl #0x1 - beq _020E9E00 - b _020E9E18 -_020E9D44: - orrs r4, r2, r3, lsl #0x1 - beq _020E9DDC - mov r4, #0x1 - bic r3, r3, #0x80000000 - cmp r1, #0x0 - bpl _020E9D68 - orr r12, r12, lr, lsr #0x14 - orr r4, r4, lr, lsr #0x14 - b _020E9BA8 -_020E9D68: - adds r0, r0, r2 - adcs r1, r1, r3 - blo _020E9D88 - add r12, r12, #0x1 - and r4, r0, #0x1 - movs r1, r1, rrx - mov r0, r0, rrx - orr r0, r0, r4 -_020E9D88: - cmp r1, #0x0 - subges r12, r12, #0x1 - movs r2, r0, lsl #0x15 - mov r0, r0, lsr #0xb - orr r0, r0, r1, lsl #0x15 - add r1, r1, r1 - orr r1, lr, r1, lsr #0xc - orr r1, r1, r12, lsl #0x14 - ldmeqia sp!, {r4,lr} - bxeq lr - tst r2, #0x80000000 - ldmeqia sp!, {r4,lr} - bxeq lr - movs r2, r2, lsl #0x1 - andeqs r2, r0, #0x1 - ldmeqia sp!, {r4,lr} - bxeq lr -_020E9DCC: - mov r1, r3 - mov r0, r2 - ldmia sp!, {r4,lr} - bx lr -_020E9DDC: - cmp r1, #0x0 - subges r12, r12, #0x1 - mov r0, r0, lsr #0xb - orr r0, r0, r1, lsl #0x15 - add r1, r1, r1 - orr r1, lr, r1, lsr #0xc - orr r1, r1, r12, lsl #0x14 - ldmia sp!, {r4,lr} - bx lr -_020E9E00: - ldr r1, _020E9E58 ; =0x7FF00000 - orr r1, lr, r1 - mov r0, #0x0 - ldmia sp!, {r4,lr} - bx lr -_020E9E14: - mov r1, r3 -_020E9E18: - mvn r0, #0x0 - bic r1, r0, #0x80000000 - ldmia sp!, {r4,lr} - bx lr -_020E9E28: ; 0x020E9E28 - mvn r0, #0x0 - bic r1, r0, #0x80000000 - ldmia sp!, {r4,lr} - bx lr -_020E9E38: - cmp r12, #0x800 - movge lr, #0x80000000 - movlt lr, #0x0 - ldr r1, _020E9E58 ; =0x7FF00000 - orr r1, lr, r1 - mov r0, #0x0 - ldmia sp!, {r4,lr} - bx lr - .balign 4 -_020E9E58: .word 0x7FF00000 - - arm_func_start _d2f -_d2f: - and r2, r1, #0x80000000 - mov r12, r1, lsr #0x14 - bics r12, r12, #0x800 - beq _020E9ED4 - mov r3, r12, lsl #0x15 - cmn r3, #0x200000 - bhs _020E9EB8 - subs r12, r12, #0x380 - bls _020E9EE4 - cmp r12, #0xff - bge _020E9F54 - mov r1, r1, lsl #0xc - orr r3, r2, r1, lsr #0x9 - orr r3, r3, r0, lsr #0x1d - movs r1, r0, lsl #0x3 - orr r0, r3, r12, lsl #0x17 - bxeq lr - tst r1, #0x80000000 - bxeq lr - movs r1, r1, lsl #0x1 - andeqs r1, r0, #0x1 - addne r0, r0, #0x1 - bx lr -_020E9EB8: - orrs r3, r0, r1, lsl #0xc - bne _020E9ECC - mov r0, #0xff000000 - orr r0, r2, r0, lsr #0x1 - bx lr -_020E9ECC: - mvn r0, #0x80000000 - bx lr -_020E9ED4: - orrs r3, r0, r1, lsl #0xc - bne _020E9F4C - mov r0, r2 - bx lr -_020E9EE4: - cmn r12, #0x17 - beq _020E9F38 - bmi _020E9F4C - mov r1, r1, lsl #0xb - orr r1, r1, #0x80000000 - mov r3, r1, lsr #0x8 - orr r3, r3, r0, lsr #0x1d - rsb r12, r12, #0x1 - movs r1, r0, lsl #0x3 - orr r0, r2, r3, lsr r12 - rsb r12, r12, #0x20 - mov r3, r3, lsl r12 - orrne r3, r3, #0x1 - movs r1, r3 - bxeq lr - tst r1, #0x80000000 - bxeq lr - movs r1, r1, lsl #0x1 - andeqs r1, r0, #0x1 - addne r0, r0, #0x1 - bx lr -_020E9F38: - orr r0, r0, r1, lsl #0xc - movs r1, r0 - mov r0, r2 - addne r0, r0, #0x1 - bx lr -_020E9F4C: - mov r0, r2 - bx lr -_020E9F54: - mov r0, #0xff000000 - orr r0, r2, r0, lsr #0x1 - bx lr - - arm_func_start _dfix -_dfix: ; 0x020E9F60 - bic r3, r1, #0x80000000 - ldr r2, _020E9FA8 ; =0x0000041E - subs r2, r2, r3, lsr #0x14 - ble _020E9F9C - cmp r2, #0x20 - bge _020E9F94 - mov r3, r1, lsl #0xb - orr r3, r3, #0x80000000 - orr r3, r3, r0, lsr #0x15 - cmp r1, #0x0 - mov r0, r3, lsr r2 - rsbmi r0, r0, #0x0 - bx lr -_020E9F94: - mov r0, #0x0 - bx lr -_020E9F9C: - mvn r0, r1, asr #0x1f - add r0, r0, #0x80000000 - bx lr - .balign 4 -_020E9FA8: .word 0x0000041E - - arm_func_start _ll_ufrom_d -_ll_ufrom_d: ; 0x020E9FAC - tst r1, #0x80000000 - bne _020EA010 - ldr r2, _020EA034 ; =0x0000043E - subs r2, r2, r1, lsr #0x14 - blt _020EA028 - cmp r2, #0x40 - bge _020EA004 - mov r12, r1, lsl #0xb - orr r12, r12, #0x80000000 - orr r12, r12, r0, lsr #0x15 - cmp r2, #0x20 - ble _020E9FEC - sub r2, r2, #0x20 - mov r1, #0x0 - mov r0, r12, lsr r2 - bx lr -_020E9FEC: - mov r3, r0, lsl #0xb - mov r1, r12, lsr r2 - mov r0, r3, lsr r2 - rsb r2, r2, #0x20 - orr r0, r0, r12, lsl r2 - bx lr -_020EA004: - mov r1, #0x0 - mov r0, #0x0 - bx lr -_020EA010: - cmn r1, #0x100000 - cmpeq r0, #0x0 - bhi _020EA028 - mov r1, #0x0 - mov r0, #0x0 - bx lr -_020EA028: - mvn r1, #0x0 - mvn r0, #0x0 - bx lr - .balign 4 -_020EA034: .word 0x0000043E - - arm_func_start _dflt -_dflt: ; 0x020EA038 - ands r2, r0, #0x80000000 - rsbmi r0, r0, #0x0 - cmp r0, #0x0 - mov r1, #0x0 - bxeq lr - mov r3, #0x400 - add r3, r3, #0x1e - clz r12, r0 - movs r0, r0, lsl r12 - sub r3, r3, r12 - movs r1, r0 - mov r0, r1, lsl #0x15 - add r1, r1, r1 - orr r1, r2, r1, lsr #0xc - orr r1, r1, r3, lsl #0x14 - bx lr - - arm_func_start _dfltu -_dfltu: ; 0x020EA078 - cmp r0, #0x0 - mov r1, #0x0 - bxeq lr - mov r3, #0x400 - add r3, r3, #0x1e - bmi _020EA09C - clz r12, r0 - movs r0, r0, lsl r12 - sub r3, r3, r12 -_020EA09C: - mov r1, r0 - mov r0, r1, lsl #0x15 - add r1, r1, r1 - mov r1, r1, lsr #0xc - orr r1, r1, r3, lsl #0x14 - bx lr - - arm_func_start _dmul -_dmul: ; 0x020EA0B4 - stmdb sp!, {r4-r7,lr} - eor lr, r1, r3 - and lr, lr, #0x80000000 - mov r12, r1, lsr #0x14 - mov r1, r1, lsl #0xb - orr r1, r1, r0, lsr #0x15 - mov r0, r0, lsl #0xb - movs r6, r12, lsl #0x15 - cmnne r6, #0x200000 - beq _020EA1BC - orr r1, r1, #0x80000000 - bic r12, r12, #0x800 - mov r4, r3, lsr #0x14 - mov r3, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs r5, r4, lsl #0x15 - cmnne r5, #0x200000 - beq _020EA204 - orr r3, r3, #0x80000000 - bic r4, r4, #0x800 -_020EA108: - add r12, r4, r12 - umull r5, r4, r0, r2 - umull r7, r6, r0, r3 - adds r4, r7, r4 - adc r6, r6, #0x0 - umull r7, r0, r1, r2 - adds r4, r7, r4 - adcs r0, r0, r6 - umull r7, r2, r1, r3 - adc r1, r2, #0x0 - adds r0, r0, r7 - adc r1, r1, #0x0 - orrs r4, r4, r5 - orrne r0, r0, #0x1 - cmp r1, #0x0 - blt _020EA154 - sub r12, r12, #0x1 - adds r0, r0, r0 - adc r1, r1, r1 -_020EA154: - add r12, r12, #0x2 - subs r12, r12, #0x400 - bmi _020EA2F0 - beq _020EA2F0 - mov r6, r12, lsl #0x14 - cmn r6, #0x100000 - bmi _020EA3F0 - movs r2, r0, lsl #0x15 - mov r0, r0, lsr #0xb - orr r0, r0, r1, lsl #0x15 - add r1, r1, r1 - orr r1, lr, r1, lsr #0xc - orr r1, r1, r12, lsl #0x14 - ldmeqia sp!, {r4-r7,lr} - bxeq lr - tst r2, #0x80000000 - ldmeqia sp!, {r4-r7,lr} - bxeq lr - movs r2, r2, lsl #0x1 - andeqs r2, r0, #0x1 - ldmeqia sp!, {r4-r7,lr} - bxeq lr - adds r0, r0, #0x1 - adc r1, r1, #0x0 - ldmia sp!, {r4-r7,lr} - bx lr -_020EA1BC: - bics r12, r12, #0x800 - beq _020EA218 - orrs r6, r0, r1, lsl #0x1 - bne _020EA3A4 - mov r4, r3, lsr #0x14 - mov r3, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs r5, r4, lsl #0x15 - beq _020EA1F8 - cmn r5, #0x200000 - bne _020EA390 - orrs r5, r2, r3, lsl #0x1 - beq _020EA390 - b _020EA3A4 -_020EA1F8: - orrs r5, r3, r2 - beq _020EA3B8 - b _020EA390 -_020EA204: - bics r4, r4, #0x800 - beq _020EA2AC - orrs r6, r2, r3, lsl #0x1 - bne _020EA3A4 - b _020EA390 -_020EA218: - orrs r6, r0, r1, lsl #0x1 - beq _020EA280 - mov r12, #0x1 - cmp r1, #0x0 - bne _020EA23C - sub r12, r12, #0x20 - movs r1, r0 - mov r0, #0x0 - bmi _020EA258 -_020EA23C: - clz r6, r1 - movs r1, r1, lsl r6 - rsb r6, r6, #0x20 - orr r1, r1, r0, lsr r6 - rsb r6, r6, #0x20 - mov r0, r0, lsl r6 - sub r12, r12, r6 -_020EA258: - mov r4, r3, lsr #0x14 - mov r3, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs r5, r4, lsl #0x15 - cmnne r5, #0x200000 - beq _020EA204 - orr r3, r3, #0x80000000 - bic r4, r4, #0x800 - b _020EA108 -_020EA280: - mov r4, r3, lsr #0x14 - mov r3, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs r5, r4, lsl #0x15 - beq _020EA404 - cmn r5, #0x200000 - bne _020EA404 - orrs r6, r2, r3, lsl #0x1 - beq _020EA3B8 - b _020EA3A4 -_020EA2AC: - orrs r5, r2, r3, lsl #0x1 - beq _020EA404 - mov r4, #0x1 - cmp r3, #0x0 - bne _020EA2D0 - sub r4, r4, #0x20 - movs r3, r2 - mov r2, #0x0 - bmi _020EA108 -_020EA2D0: - clz r6, r3 - movs r3, r3, lsl r6 - rsb r6, r6, #0x20 - orr r3, r3, r2, lsr r6 - rsb r6, r6, #0x20 - mov r2, r2, lsl r6 - sub r4, r4, r6 - b _020EA108 -_020EA2F0: - cmn r12, #0x34 - beq _020EA388 - bmi _020EA3E0 - mov r2, r1 - mov r3, r0 - add r4, r12, #0x34 - cmp r4, #0x20 - movge r2, r3 - movge r3, #0x0 - subge r4, r4, #0x20 - rsb r5, r4, #0x20 - mov r2, r2, lsl r4 - orr r2, r2, r3, lsr r5 - movs r3, r3, lsl r4 - orrne r2, r2, #0x1 - rsb r12, r12, #0xc - cmp r12, #0x20 - movge r0, r1 - movge r1, #0x0 - subge r12, r12, #0x20 - rsb r4, r12, #0x20 - mov r0, r0, lsr r12 - orr r0, r0, r1, lsl r4 - orr r1, lr, r1, lsr r12 - cmp r2, #0x0 - ldmeqia sp!, {r4-r7,lr} - bxeq lr - tst r2, #0x80000000 - ldmeqia sp!, {r4-r7,lr} - bxeq lr - movs r2, r2, lsl #0x1 - andeqs r2, r0, #0x1 - ldmeqia sp!, {r4-r7,lr} - bxeq lr - adds r0, r0, #0x1 - adc r1, r1, #0x0 - ldmia sp!, {r4-r7,lr} - bx lr -_020EA388: - orr r0, r0, r1, lsl #0x1 - b _020EA3C8 -_020EA390: - ldr r1, _020EA414 ; =0x7FF00000 - orr r1, lr, r1 - mov r0, #0x0 - ldmia sp!, {r4-r7,lr} - bx lr -_020EA3A4: - mov r1, r3 - mvn r0, #0x0 - bic r1, r0, #0x80000000 - ldmia sp!, {r4-r7,lr} - bx lr -_020EA3B8: - mvn r0, #0x0 - bic r1, r0, #0x80000000 - ldmia sp!, {r4-r7,lr} - bx lr -_020EA3C8: - movs r2, r0 - mov r1, lr - mov r0, #0x0 - addne r0, r0, #0x1 - ldmia sp!, {r4-r7,lr} - bx lr -_020EA3E0: - mov r1, lr - mov r0, #0x0 - ldmia sp!, {r4-r7,lr} - bx lr -_020EA3F0: - ldr r1, _020EA414 ; =0x7FF00000 - orr r1, lr, r1 - mov r0, #0x0 - ldmia sp!, {r4-r7,lr} - bx lr -_020EA404: - mov r1, lr - mov r0, #0x0 - ldmia sp!, {r4-r7,lr} - bx lr - .balign 4 -_020EA414: .word 0x7FF00000 - - arm_func_start _dsqrt -_dsqrt: ; 0x020EA418 - stmdb sp!, {r4-r6,lr} - ldr r2, _020EA5A8 ; =0x7FF00000 - cmp r1, r2 - bhs _020EA564 - movs r12, r1, lsr #0x14 - beq _020EA510 - bic r1, r1, r2 - orr r1, r1, #0x100000 -_020EA438: - movs r12, r12, asr #0x1 - bhs _020EA44C - sub r12, r12, #0x1 - movs r0, r0, lsl #0x1 - adc r1, r1, r1 -_020EA44C: - movs r3, r0, lsl #0x1 - adc r1, r1, r1 - mov r2, #0x0 - mov r4, #0x0 - mov lr, #0x200000 -_020EA460: - add r6, r4, lr - cmp r6, r1 - addle r4, r6, lr - suble r1, r1, r6 - addle r2, r2, lr - movs r3, r3, lsl #0x1 - adc r1, r1, r1 - movs lr, lr, lsr #0x1 - bne _020EA460 - mov r0, #0x0 - mov r5, #0x0 - cmp r1, r4 - cmpeq r3, #0x80000000 - blo _020EA4A8 - subs r3, r3, #0x80000000 - sbc r1, r1, r4 - add r4, r4, #0x1 - mov r0, #0x80000000 -_020EA4A8: - movs r3, r3, lsl #0x1 - adc r1, r1, r1 - mov lr, #0x40000000 -_020EA4B4: - add r6, r5, lr - cmp r4, r1 - cmpeq r6, r3 - bhi _020EA4D4 - add r5, r6, lr - subs r3, r3, r6 - sbc r1, r1, r4 - add r0, r0, lr -_020EA4D4: - movs r3, r3, lsl #0x1 - adc r1, r1, r1 - movs lr, lr, lsr #0x1 - bne _020EA4B4 - orrs r1, r1, r3 - biceq r0, r0, #0x1 - movs r1, r2, lsr #0x1 - movs r0, r0, rrx - adcs r0, r0, #0x0 - adc r1, r1, #0x0 - add r1, r1, #0x20000000 - sub r1, r1, #0x100000 - add r1, r1, r12, lsl #0x14 - ldmia sp!, {r4-r6,lr} - bx lr -_020EA510: - cmp r1, #0x0 - bne _020EA540 - cmp r0, #0x0 - ldmeqia sp!, {r4-r6,lr} - bxeq lr - mvn r12, #0x13 - clz r5, r0 - movs r0, r0, lsl r5 - sub r12, r12, r5 - mov r1, r0, lsr #0xb - mov r0, r0, lsl #0x15 - b _020EA438 -_020EA540: - clz r2, r1 - movs r1, r1, lsl r2 - rsb r2, r2, #0x2b - mov r1, r1, lsr #0xb - orr r1, r1, r0, lsr r2 - rsb r2, r2, #0x20 - mov r0, r0, lsl r2 - rsb r12, r2, #0x1 - b _020EA438 -_020EA564: - tst r1, #0x80000000 - beq _020EA580 - bics r3, r1, #0x80000000 - cmpeq r0, #0x0 - ldmeqia sp!, {r4-r6,lr} - bxeq lr - b _020EA58C -_020EA580: - orrs r2, r0, r1, lsl #0xc - ldmeqia sp!, {r4-r6,lr} - bxeq lr -_020EA58C: - ldr r2, _020EA5AC ; =0x7FF80000 - orr r1, r1, r2 - ldr r3, _020EA5B0 ; =UNK_021D74A8 - mov r4, #0x21 - str r4, [r3, #0x0] - ldmia sp!, {r4-r6,lr} - bx lr - .balign 4 -_020EA5A8: .word 0x7FF00000 -_020EA5AC: .word 0x7FF80000 -_020EA5B0: .word UNK_021D74A8 - - arm_func_start _drsb -_drsb: ; 0x020EA5B4 - eor r1, r1, r3 - eor r3, r1, r3 - eor r1, r1, r3 - eor r0, r0, r2 - eor r2, r0, r2 - eor r0, r0, r2 - - arm_func_start _dsub -_dsub: - stmdb sp!, {r4,lr} - eors r12, r1, r3 - eormi r3, r3, #0x80000000 - bmi _020E9B54 -_020EA5DC: - subs r12, r0, r2 - sbcs lr, r1, r3 - bhs _020EA5FC - eor lr, lr, #0x80000000 - adds r2, r2, r12 - adc r3, r3, lr - subs r0, r0, r12 - sbc r1, r1, lr -_020EA5FC: - mov lr, #0x80000000 - mov r12, r1, lsr #0x14 - orr r1, lr, r1, lsl #0xb - orr r1, r1, r0, lsr #0x15 - mov r0, r0, lsl #0xb - movs r4, r12, lsl #0x15 - cmnne r4, #0x200000 - beq _020EA800 - mov r4, r3, lsr #0x14 - orr r3, lr, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs lr, r4, lsl #0x15 - beq _020EA848 -_020EA634: - subs r4, r12, r4 - beq _020EA6DC - cmp r4, #0x20 - ble _020EA670 - cmp r4, #0x38 - movge r4, #0x3f - sub r4, r4, #0x20 - rsb lr, r4, #0x20 - orrs lr, r2, r3, lsl lr - mov r2, r3, lsr r4 - orrne r2, r2, #0x1 - subs r0, r0, r2 - sbcs r1, r1, #0x0 - bmi _020EA698 - b _020EA788 -_020EA670: - rsb lr, r4, #0x20 - movs lr, r2, lsl lr - rsb lr, r4, #0x20 - mov r2, r2, lsr r4 - orr r2, r2, r3, lsl lr - mov r3, r3, lsr r4 - orrne r2, r2, #0x1 - subs r0, r0, r2 - sbcs r1, r1, r3 - bpl _020EA788 -_020EA698: - movs r2, r0, lsl #0x15 - mov r0, r0, lsr #0xb - orr r0, r0, r1, lsl #0x15 - add r1, r1, r1 - mov r1, r1, lsr #0xc - orr r1, r1, r12, lsl #0x14 - tst r2, #0x80000000 - ldmeqia sp!, {r4,lr} - bxeq lr - movs r2, r2, lsl #0x1 - andeqs r2, r0, #0x1 - ldmeqia sp!, {r4,lr} - bxeq lr - adds r0, r0, #0x1 - adc r1, r1, #0x0 - ldmia sp!, {r4,lr} - bx lr -_020EA6DC: - subs r0, r0, r2 - sbc r1, r1, r3 - orrs lr, r1, r0 - beq _020EA96C - mov lr, r12, lsl #0x14 - and lr, lr, #0x80000000 - bic r12, r12, #0x800 - cmp r1, #0x0 - bmi _020EA764 - bne _020EA714 - sub r12, r12, #0x20 - movs r1, r0 - mov r0, #0x0 - bmi _020EA730 -_020EA714: - clz r4, r1 - movs r1, r1, lsl r4 - rsb r4, r4, #0x20 - orr r1, r1, r0, lsr r4 - rsb r4, r4, #0x20 - mov r0, r0, lsl r4 - sub r12, r12, r4 -_020EA730: - cmp r12, #0x0 - bgt _020EA76C - rsb r12, r12, #0xc - cmp r12, #0x20 - movge r0, r1 - movge r1, #0x0 - subge r12, r12, #0x20 - rsb r4, r12, #0x20 - mov r0, r0, lsr r12 - orr r0, r0, r1, lsl r4 - orr r1, lr, r1, lsr r12 - ldmia sp!, {r4,lr} - bx lr -_020EA764: - cmp r1, #0x0 - subges r12, r12, #0x1 -_020EA76C: - mov r0, r0, lsr #0xb - orr r0, r0, r1, lsl #0x15 - add r1, r1, r1 - orr r1, lr, r1, lsr #0xc - orr r1, r1, r12, lsl #0x14 - ldmia sp!, {r4,lr} - bx lr -_020EA788: - mov lr, r12, lsl #0x14 - and lr, lr, #0x80000000 - bic r12, r12, #0x800 - cmp r1, #0x0 - bne _020EA7AC - sub r12, r12, #0x20 - movs r1, r0 - mov r0, #0x0 - bmi _020EA7C8 -_020EA7AC: - clz r4, r1 - movs r1, r1, lsl r4 - rsb r4, r4, #0x20 - orr r1, r1, r0, lsr r4 - rsb r4, r4, #0x20 - mov r0, r0, lsl r4 - sub r12, r12, r4 -_020EA7C8: - cmp r12, #0x0 - orrgt r12, r12, lr, lsr #0x14 - bgt _020EA698 - rsb r12, r12, #0xc - cmp r12, #0x20 - movge r0, r1 - movge r1, #0x0 - subge r12, r12, #0x20 - rsb r4, r12, #0x20 - mov r0, r0, lsr r12 - orr r0, r0, r1, lsl r4 - orr r1, lr, r1, lsr r12 - ldmia sp!, {r4,lr} - bx lr -_020EA800: - cmp r12, #0x800 - movge lr, #0x80000000 - movlt lr, #0x0 - bics r12, r12, #0x800 - beq _020EA86C - orrs r4, r0, r1, lsl #0x1 - bne _020EA948 - mov r4, r3, lsr #0x14 - mov r3, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs r4, r4, lsl #0x15 - beq _020EA934 - cmn r4, #0x200000 - bne _020EA934 - orrs r4, r2, r3, lsl #0x1 - beq _020EA95C - b _020EA948 -_020EA848: - cmp r4, #0x800 - movge lr, #0x80000000 - movlt lr, #0x0 - bic r12, r12, #0x800 - bics r4, r4, #0x800 - beq _020EA8E4 - orrs r4, r2, r3, lsl #0x1 - bne _020EA948 - b _020EA934 -_020EA86C: - orrs r4, r0, r1, lsl #0x1 - beq _020EA8AC - mov r12, #0x1 - bic r1, r1, #0x80000000 - mov r4, r3, lsr #0x14 - mov r3, r3, lsl #0xb - orr r3, r3, r2, lsr #0x15 - mov r2, r2, lsl #0xb - movs r4, r4, lsl #0x15 - cmnne r4, #0x200000 - mov r4, r4, lsr #0x15 - orr r4, r4, lr, lsr #0x14 - beq _020EA848 - orr r3, r3, #0x80000000 - orr r12, r12, lr, lsr #0x14 - b _020EA634 -_020EA8AC: - mov r12, r3, lsr #0x14 - mov r1, r3, lsl #0xb - orr r1, r1, r2, lsr #0x15 - mov r0, r2, lsl #0xb - movs r4, r12, lsl #0x15 - beq _020EA8D8 - cmn r4, #0x200000 - bne _020EA900 - orrs r4, r0, r1, lsl #0x1 - bne _020EA94C - b _020EA934 -_020EA8D8: - orrs r4, r0, r1, lsl #0x1 - beq _020EA96C - b _020EA900 -_020EA8E4: - orrs r4, r2, r3, lsl #0x1 - beq _020EA910 - mov r4, #0x1 - bic r3, r3, #0x80000000 - orr r12, r12, lr, lsr #0x14 - orr r4, r4, lr, lsr #0x14 - b _020EA634 -_020EA900: - mov r1, r3 - mov r0, r2 - ldmia sp!, {r4,lr} - bx lr -_020EA910: - cmp r1, #0x0 - subges r12, r12, #0x1 - mov r0, r0, lsr #0xb - orr r0, r0, r1, lsl #0x15 - add r1, r1, r1 - orr r1, lr, r1, lsr #0xc - orr r1, r1, r12, lsl #0x14 - ldmia sp!, {r4,lr} - bx lr -_020EA934: - ldr r1, _020EA97C ; =0x7FF00000 - orr r1, lr, r1 - mov r0, #0x0 - ldmia sp!, {r4,lr} - bx lr -_020EA948: - mov r1, r3 -_020EA94C: - mvn r0, #0x0 - bic r1, r0, #0x80000000 - ldmia sp!, {r4,lr} - bx lr -_020EA95C: - mvn r0, #0x0 - bic r1, r0, #0x80000000 - ldmia sp!, {r4,lr} - bx lr -_020EA96C: - mov r1, #0x0 - mov r0, #0x0 - ldmia sp!, {r4,lr} - bx lr - .balign 4 -_020EA97C: .word 0x7FF00000 - - arm_func_start _fadd -_fadd: ; 0x020EA980 - eors r2, r0, r1 - eormi r1, r1, #0x80000000 - bmi _020EB7BC -_020EA98C: - subs r12, r0, r1 - subcc r0, r0, r12 - addcc r1, r1, r12 - mov r2, #0x80000000 - mov r3, r0, lsr #0x17 - orr r0, r2, r0, lsl #0x8 - ands r12, r3, #0xff - cmpne r12, #0xff - beq _020EAA20 - mov r12, r1, lsr #0x17 - orr r1, r2, r1, lsl #0x8 - ands r2, r12, #0xff - beq _020EAA60 -_020EA9C0: - subs r12, r3, r12 - beq _020EA9D8 - rsb r2, r12, #0x20 - movs r2, r1, lsl r2 - mov r1, r1, lsr r12 - orrne r1, r1, #0x1 -_020EA9D8: - adds r0, r0, r1 - blo _020EA9F8 - and r1, r0, #0x1 - orr r0, r1, r0, rrx - add r3, r3, #0x1 - and r2, r3, #0xff - cmp r2, #0xff - beq _020EAB68 -_020EA9F8: - ands r1, r0, #0xff - add r0, r0, r0 - mov r0, r0, lsr #0x9 - orr r0, r0, r3, lsl #0x17 - tst r1, #0x80 - bxeq lr - ands r1, r1, #0x7f - andeqs r1, r0, #0x1 - addne r0, r0, #0x1 - bx lr -_020EAA20: - cmp r3, #0x100 - movge r2, #0x80000000 - movlt r2, #0x0 - ands r3, r3, #0xff - beq _020EAA84 - movs r0, r0, lsl #0x1 - bne _020EAB94 - mov r12, r1, lsr #0x17 - mov r1, r1, lsl #0x9 - ands r12, r12, #0xff - beq _020EAB88 - cmp r12, #0xff - blt _020EAB88 - cmp r1, #0x0 - beq _020EAB88 - b _020EAB94 -_020EAA60: - cmp r3, #0x100 - movge r2, #0x80000000 - movlt r2, #0x0 - and r3, r3, #0xff - ands r12, r12, #0xff - beq _020EAAE0 -_020EAA78: - movs r1, r1, lsl #0x1 - bne _020EAB94 - b _020EAB88 -_020EAA84: - movs r0, r0, lsl #0x1 - beq _020EAABC - mov r3, #0x1 - mov r0, r0, lsr #0x1 - mov r12, r1, lsr #0x17 - mov r1, r1, lsl #0x8 - ands r12, r12, #0xff - beq _020EAAE0 - cmp r12, #0xff - beq _020EAA78 - orr r1, r1, #0x80000000 - orr r3, r3, r2, lsr #0x17 - orr r12, r12, r2, lsr #0x17 - b _020EA9C0 -_020EAABC: - mov r3, r1, lsr #0x17 - mov r0, r1, lsl #0x9 - ands r3, r3, #0xff - beq _020EAB48 - cmp r3, #0xff - blt _020EAB48 - cmp r0, #0x0 - beq _020EAB88 - b _020EAB80 -_020EAAE0: - movs r1, r1, lsl #0x1 - beq _020EAB50 - mov r1, r1, lsr #0x1 - mov r12, #0x1 - orr r3, r3, r2, lsr #0x17 - orr r12, r12, r2, lsr #0x17 - cmp r0, #0x0 - bmi _020EA9C0 - adds r0, r0, r1 - blo _020EAB14 - and r1, r0, #0x1 - orr r0, r1, r0, rrx - add r12, r12, #0x1 -_020EAB14: - cmp r0, #0x0 - subge r12, r12, #0x1 - ands r1, r0, #0xff - add r0, r0, r0 - mov r0, r0, lsr #0x9 - orr r0, r0, r12, lsl #0x17 - bxeq lr - tst r1, #0x80 - bxeq lr - ands r1, r1, #0x7f - andeqs r1, r0, #0x1 - addne r0, r0, #0x1 - bx lr -_020EAB48: - mov r0, r1 - bx lr -_020EAB50: - cmp r0, #0x0 - subges r3, r3, #0x1 - add r0, r0, r0 - orr r0, r2, r0, lsr #0x9 - orr r0, r0, r3, lsl #0x17 - bx lr -_020EAB68: - cmp r3, #0x100 - movge r2, #0x80000000 - movlt r2, #0x0 - mov r0, #0xff000000 - orr r0, r2, r0, lsr #0x1 - bx lr -_020EAB80: - mvn r0, #0x80000000 - bx lr -_020EAB88: - mov r0, #0xff000000 - orr r0, r2, r0, lsr #0x1 - bx lr -_020EAB94: - mvn r0, #0x80000000 - bx lr -_020EAB9C: ; 0x020EAB9C - mvn r0, #0x80000000 - bx lr - - arm_func_start _dgr -_dgr: ; 0x020EABA4 - mov r12, #0x200000 - cmn r12, r1, lsl #0x1 - bhs _020EAC18 - cmn r12, r3, lsl #0x1 - bhs _020EAC2C -_020EABB8: - orrs r12, r3, r1 - bmi _020EABE8 - cmp r1, r3 - cmpeq r0, r2 - movhi r0, #0x1 - movls r0, #0x0 - bx lr -_020EABD4: - mov r0, #0x0 - mrs r12, cpsr - bic r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr -_020EABE8: - orr r12, r0, r12, lsl #0x1 - orrs r12, r12, r2 - moveq r0, #0x0 - mrs r12, cpsr - bic r12, r12, #0x20000000 - msr cpsr_f, r12 - bxeq lr - cmp r3, r1 - cmpeq r2, r0 - movhi r0, #0x1 - movls r0, #0x0 - bx lr -_020EAC18: - bne _020EABD4 - cmp r0, #0x0 - bhi _020EABD4 - cmn r12, r3, lsl #0x1 - blo _020EABB8 -_020EAC2C: - bne _020EABD4 - cmp r2, #0x0 - bhi _020EABD4 - b _020EABB8 - - arm_func_start _dleq -_dleq: ; 0x020EAC3C - mov r12, #0x200000 - cmn r12, r1, lsl #0x1 - bhs _020EACBC - cmn r12, r3, lsl #0x1 - bhs _020EACD0 -_020EAC50: - orrs r12, r3, r1 - bmi _020EAC84 - cmp r1, r3 - cmpeq r0, r2 - movls r0, #0x1 - movhi r0, #0x0 - bx lr -_020EAC6C: - mov r0, #0x0 - mrs r12, cpsr - bic r12, r12, #0x40000000 - orr r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr -_020EAC84: - orr r12, r0, r12, lsl #0x1 - orrs r12, r12, r2 - moveq r0, #0x1 - bne _020EACA8 - mrs r12, cpsr - bic r12, r12, #0x20000000 - orr r12, r12, #0x40000000 - msr cpsr_f, r12 - bxeq lr -_020EACA8: - cmp r3, r1 - cmpeq r2, r0 - movls r0, #0x1 - movhi r0, #0x0 - bx lr -_020EACBC: - bne _020EAC6C - cmp r0, #0x0 - bhi _020EAC6C - cmn r12, r3, lsl #0x1 - blo _020EAC50 -_020EACD0: - bne _020EAC6C - cmp r2, #0x0 - bhi _020EAC6C - b _020EAC50 - - arm_func_start _dls -_dls: ; 0x020EACE0 - mov r12, #0x200000 - cmn r12, r1, lsl #0x1 - bhs _020EAD58 - cmn r12, r3, lsl #0x1 - bhs _020EAD6C -_020EACF4: - orrs r12, r3, r1 - bmi _020EAD24 - cmp r1, r3 - cmpeq r0, r2 - movcc r0, #0x1 - movcs r0, #0x0 - bx lr -_020EAD10: - mov r0, #0x0 - mrs r12, cpsr - orr r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr -_020EAD24: - orr r12, r0, r12, lsl #0x1 - orrs r12, r12, r2 - moveq r0, #0x0 - bne _020EAD44 - mrs r12, cpsr - orr r12, r12, #0x20000000 - msr cpsr_f, r12 - bxeq lr -_020EAD44: - cmp r3, r1 - cmpeq r2, r0 - movcc r0, #0x1 - movcs r0, #0x0 - bx lr -_020EAD58: - bne _020EAD10 - cmp r0, #0x0 - bhi _020EAD10 - cmn r12, r3, lsl #0x1 - blo _020EACF4 -_020EAD6C: - bne _020EAD10 - cmp r2, #0x0 - bhi _020EAD10 - b _020EACF4 - - arm_func_start _deq -_deq: ; 0x020EAD7C - mov r12, #0x200000 - cmn r12, r1, lsl #0x1 - bhs _020EADE4 - cmn r12, r3, lsl #0x1 - bhs _020EADF8 -_020EAD90: - orrs r12, r3, r1 - bmi _020EADC0 - cmp r1, r3 - cmpeq r0, r2 - moveq r0, #0x1 - movne r0, #0x0 - bx lr -_020EADAC: - mov r0, #0x0 - mrs r12, cpsr - bic r12, r12, #0x40000000 - msr cpsr_f, r12 - bx lr -_020EADC0: - orr r12, r0, r12, lsl #0x1 - orrs r12, r12, r2 - moveq r0, #0x1 - bxeq lr - cmp r3, r1 - cmpeq r2, r0 - moveq r0, #0x1 - movne r0, #0x0 - bx lr -_020EADE4: - bne _020EADAC - cmp r0, #0x0 - bhi _020EADAC - cmn r12, r3, lsl #0x1 - blo _020EAD90 -_020EADF8: - bne _020EADAC - cmp r2, #0x0 - bhi _020EADAC - b _020EAD90 - - arm_func_start _dneq -_dneq: ; 0x020EAE08 - mov r12, #0x200000 - cmn r12, r1, lsl #0x1 - bhs _020EAE70 - cmn r12, r3, lsl #0x1 - bhs _020EAE84 -_020EAE1C: - orrs r12, r3, r1 - bmi _020EAE4C - cmp r1, r3 - cmpeq r0, r2 - movne r0, #0x1 - moveq r0, #0x0 - bx lr -_020EAE38: - mov r0, #0x1 - mrs r12, cpsr - bic r12, r12, #0x40000000 - msr cpsr_f, r12 - bx lr -_020EAE4C: - orr r12, r0, r12, lsl #0x1 - orrs r12, r12, r2 - moveq r0, #0x0 - bxeq lr - cmp r3, r1 - cmpeq r2, r0 - movne r0, #0x1 - moveq r0, #0x0 - bx lr -_020EAE70: - bne _020EAE38 - cmp r0, #0x0 - bhi _020EAE38 - cmn r12, r3, lsl #0x1 - blo _020EAE1C -_020EAE84: - bne _020EAE38 - cmp r2, #0x0 - bhi _020EAE38 - b _020EAE1C - - arm_func_start _fgeq -_fgeq: ; 0x020EAE94 - mov r3, #0xff000000 - cmp r3, r0, lsl #0x1 - cmpcs r3, r1, lsl #0x1 - blo _020EAEDC - cmp r0, #0x0 - bicmi r0, r0, #0x80000000 - rsbmi r0, r0, #0x0 - cmp r1, #0x0 - bicmi r1, r1, #0x80000000 - rsbmi r1, r1, #0x0 - cmp r0, r1 - movge r0, #0x1 - movlt r0, #0x0 - mrs r12, cpsr - biclt r12, r12, #0x20000000 - orrge r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr -_020EAEDC: - mov r0, #0x0 - mrs r12, cpsr - bic r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr - - arm_func_start _fgr -_fgr: ; 0x020EAEF0 - mov r3, #0xff000000 - cmp r3, r0, lsl #0x1 - cmpcs r3, r1, lsl #0x1 - blo _020EAF38 - cmp r0, #0x0 - bicmi r0, r0, #0x80000000 - rsbmi r0, r0, #0x0 - cmp r1, #0x0 - bicmi r1, r1, #0x80000000 - rsbmi r1, r1, #0x0 - cmp r0, r1 - movgt r0, #0x1 - movle r0, #0x0 - mrs r12, cpsr - bicle r12, r12, #0x20000000 - orrgt r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr -_020EAF38: - mov r0, #0x0 - mrs r12, cpsr - bic r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr - - arm_func_start _fleq -_fleq: ; 0x020EAF4C - mov r3, #0xff000000 - cmp r3, r0, lsl #0x1 - cmpcs r3, r1, lsl #0x1 - blo _020EAF9C - cmp r0, #0x0 - bicmi r0, r0, #0x80000000 - rsbmi r0, r0, #0x0 - cmp r1, #0x0 - bicmi r1, r1, #0x80000000 - rsbmi r1, r1, #0x0 - cmp r0, r1 - movle r0, #0x1 - movgt r0, #0x0 - mrs r12, cpsr - orrgt r12, r12, #0x20000000 - bicgt r12, r12, #0x40000000 - bicle r12, r12, #0x20000000 - orrle r12, r12, #0x40000000 - msr cpsr_f, r12 - bx lr -_020EAF9C: - mov r0, #0x0 - mrs r12, cpsr - bic r12, r12, #0x40000000 - orr r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr - - arm_func_start _fls -_fls: ; 0x020EAFB4 - mov r3, #0xff000000 - cmp r3, r0, lsl #0x1 - cmpcs r3, r1, lsl #0x1 - blo _020EAFFC - cmp r0, #0x0 - bicmi r0, r0, #0x80000000 - rsbmi r0, r0, #0x0 - cmp r1, #0x0 - bicmi r1, r1, #0x80000000 - rsbmi r1, r1, #0x0 - cmp r0, r1 - movlt r0, #0x1 - movge r0, #0x0 - mrs r12, cpsr - orrge r12, r12, #0x20000000 - biclt r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr -_020EAFFC: - mov r0, #0x0 - mrs r12, cpsr - orr r12, r12, #0x20000000 - msr cpsr_f, r12 - bx lr - - arm_func_start _feq -_feq: ; 0x020EB010 - mov r3, #0xff000000 - cmp r3, r0, lsl #0x1 - blo _020EB064 - cmp r3, r1, lsl #0x1 - blo _020EB064 - orr r3, r0, r1 - movs r3, r3, lsl #0x1 - moveq r0, #0x0 - bne _020EB044 - mrs r12, cpsr - orr r12, r12, #0x40000000 - msr cpsr_f, r12 - bx lr -_020EB044: - cmp r0, r1 - movne r0, #0x1 - moveq r0, #0x0 - mrs r12, cpsr - bicne r12, r12, #0x40000000 - orreq r12, r12, #0x40000000 - msr cpsr_f, r12 - bx lr -_020EB064: - mov r0, #0x1 - mrs r12, cpsr - bic r12, r12, #0x40000000 - msr cpsr_f, r12 - bx lr - - arm_func_start _frdiv -_frdiv: ; 0x020EB078 - eor r0, r0, r1 - eor r1, r0, r1 - eor r0, r0, r1 - - arm_func_start _fdiv -_fdiv: ; 0x020EB084 - stmdb sp!, {lr} - mov r12, #0xff - ands r3, r12, r0, lsr #0x17 - cmpne r3, #0xff - beq _020EB258 - ands r12, r12, r1, lsr #0x17 - cmpne r12, #0xff - beq _020EB294 - orr r1, r1, #0x800000 - orr r0, r0, #0x800000 - bic r2, r0, #0xff000000 - bic lr, r1, #0xff000000 -_020EB0B4: - cmp r2, lr - movcc r2, r2, lsl #0x1 - subcc r3, r3, #0x1 - teq r0, r1 - sub r0, pc, #0x94 - ldrb r1, [r0, lr, lsr #0xf] - rsb lr, lr, #0x0 - mov r0, lr, asr #0x1 - mul r0, r1, r0 - add r0, r0, #0x80000000 - mov r0, r0, lsr #0x6 - mul r0, r1, r0 - mov r0, r0, lsr #0xe - mul r1, lr, r0 - sub r12, r3, r12 - mov r1, r1, lsr #0xc - mul r1, r0, r1 - mov r0, r0, lsl #0xe - add r0, r0, r1, lsr #0xf - umull r1, r0, r2, r0 - mov r3, r0 - orrmi r0, r0, #0x80000000 - adds r12, r12, #0x7e - bmi _020EB35C - cmp r12, #0xfe - bge _020EB410 - add r0, r0, r12, lsl #0x17 - mov r12, r1, lsr #0x1c - cmp r12, #0x7 - beq _020EB238 - add r0, r0, r1, lsr #0x1f - ldmia sp!, {lr} - bx lr -_020EB138: ; not code - .byte 0xFF, 0xFF, 0xFE, 0xFD, 0xFC, 0xFB, 0xFA, 0xF9 - .byte 0xF8, 0xF7, 0xF6, 0xF5, 0xF4, 0xF3, 0xF2, 0xF1, 0xF0, 0xF0, 0xEF, 0xEE, 0xED, 0xEC, 0xEB, 0xEA - .byte 0xEA, 0xE9, 0xE8, 0xE7, 0xE6, 0xE6, 0xE5, 0xE4, 0xE3, 0xE2, 0xE2, 0xE1, 0xE0, 0xDF, 0xDF, 0xDE - .byte 0xDD, 0xDC, 0xDC, 0xDB, 0xDA, 0xD9, 0xD9, 0xD8, 0xD7, 0xD7, 0xD6, 0xD5, 0xD4, 0xD4, 0xD3, 0xD2 - .byte 0xD2, 0xD1, 0xD0, 0xD0, 0xCF, 0xCE, 0xCE, 0xCD, 0xCC, 0xCC, 0xCB, 0xCB, 0xCA, 0xC9, 0xC9, 0xC8 - .byte 0xC8, 0xC7, 0xC6, 0xC6, 0xC5, 0xC5, 0xC4, 0xC3, 0xC3, 0xC2, 0xC2, 0xC1, 0xC0, 0xC0, 0xBF, 0xBF - .byte 0xBE, 0xBE, 0xBD, 0xBD, 0xBC, 0xBC, 0xBB, 0xBA, 0xBA, 0xB9, 0xB9, 0xB8, 0xB8, 0xB7, 0xB7, 0xB6 - .byte 0xB6, 0xB5, 0xB5, 0xB4, 0xB4, 0xB3, 0xB3, 0xB2, 0xB2, 0xB1, 0xB1, 0xB0, 0xB0, 0xAF, 0xAF, 0xAF - .byte 0xAE, 0xAE, 0xAD, 0xAD, 0xAC, 0xAC, 0xAB, 0xAB, 0xAA, 0xAA, 0xAA, 0xA9, 0xA9, 0xA8, 0xA8, 0xA7 - .byte 0xA7, 0xA7, 0xA6, 0xA6, 0xA5, 0xA5, 0xA4, 0xA4, 0xA4, 0xA3, 0xA3, 0xA2, 0xA2, 0xA2, 0xA1, 0xA1 - .byte 0xA0, 0xA0, 0xA0, 0x9F, 0x9F, 0x9E, 0x9E, 0x9E, 0x9D, 0x9D, 0x9D, 0x9C, 0x9C, 0x9B, 0x9B, 0x9B - .byte 0x9A, 0x9A, 0x9A, 0x99, 0x99, 0x99, 0x98, 0x98, 0x98, 0x97, 0x97, 0x96, 0x96, 0x96, 0x95, 0x95 - .byte 0x95, 0x94, 0x94, 0x94, 0x93, 0x93, 0x93, 0x92, 0x92, 0x92, 0x91, 0x91, 0x91, 0x91, 0x90, 0x90 - .byte 0x90, 0x8F, 0x8F, 0x8F, 0x8E, 0x8E, 0x8E, 0x8D, 0x8D, 0x8D, 0x8C, 0x8C, 0x8C, 0x8C, 0x8B, 0x8B - .byte 0x8B, 0x8A, 0x8A, 0x8A, 0x8A, 0x89, 0x89, 0x89, 0x88, 0x88, 0x88, 0x88, 0x87, 0x87, 0x87, 0x86 - .byte 0x86, 0x86, 0x86, 0x85, 0x85, 0x85, 0x85, 0x84, 0x84, 0x84, 0x83, 0x83, 0x83, 0x83, 0x82, 0x82 - .byte 0x82, 0x82, 0x81, 0x81, 0x81, 0x81, 0x80, 0x80 -_020EB238: - mov r1, r3, lsl #0x1 - add r1, r1, #0x1 - rsb lr, lr, #0x0 - mul r1, lr, r1 - cmp r1, r2, lsl #0x18 - addmi r0, r0, #0x1 - ldmia sp!, {lr} - bx lr -_020EB258: - eor lr, r0, r1 - and lr, lr, #0x80000000 - cmp r3, #0x0 - beq _020EB2B0 - movs r0, r0, lsl #0x9 - bne _020EB3F8 - mov r12, r1, lsr #0x17 - mov r1, r1, lsl #0x9 - ands r12, r12, #0xff - beq _020EB3E8 - cmp r12, #0xff - blt _020EB3E8 - cmp r1, #0x0 - beq _020EB404 - b _020EB3E0 -_020EB294: - eor lr, r0, r1 - and lr, lr, #0x80000000 - cmp r12, #0x0 - beq _020EB314 -_020EB2A4: - movs r1, r1, lsl #0x9 - bne _020EB3E0 - b _020EB430 -_020EB2B0: - movs r2, r0, lsl #0x9 - beq _020EB2E4 - clz r3, r2 - movs r2, r2, lsl r3 - rsb r3, r3, #0x0 - mov r2, r2, lsr #0x8 - ands r12, r12, r1, lsr #0x17 - beq _020EB33C - cmp r12, #0xff - beq _020EB2A4 - orr r1, r1, #0x800000 - bic lr, r1, #0xff000000 - b _020EB0B4 -_020EB2E4: - mov r12, r1, lsr #0x17 - mov r1, r1, lsl #0x9 - ands r12, r12, #0xff - beq _020EB308 - cmp r12, #0xff - blt _020EB430 - cmp r1, #0x0 - beq _020EB430 - b _020EB3E0 -_020EB308: - cmp r1, #0x0 - beq _020EB404 - b _020EB430 -_020EB314: - movs r12, r1, lsl #0x9 - beq _020EB3E8 - mov lr, r12 - clz r12, lr - movs lr, lr, lsl r12 - rsb r12, r12, #0x0 - mov lr, lr, lsr #0x8 - orr r0, r0, #0x800000 - bic r2, r0, #0xff000000 - b _020EB0B4 -_020EB33C: - movs r12, r1, lsl #0x9 - beq _020EB3E8 - mov lr, r12 - clz r12, lr - movs lr, lr, lsl r12 - rsb r12, r12, #0x0 - mov lr, lr, lsr #0x8 - b _020EB0B4 -_020EB35C: - and r0, r0, #0x80000000 - cmn r12, #0x18 - beq _020EB3D0 - bmi _020EB428 - add r1, r12, #0x17 - mov r2, r2, lsl r1 - rsb r12, r12, #0x0 - mov r3, r3, lsr r12 - orr r0, r0, r3 - rsb lr, lr, #0x0 - mul r1, lr, r3 - cmp r1, r2 - ldmeqia sp!, {lr} - bxeq lr - add r1, r1, lr - cmp r1, r2 - beq _020EB3C4 - addmi r0, r0, #0x1 - subpl r1, r1, lr - add r1, lr, r1, lsl #0x1 - cmp r1, r2, lsl #0x1 - and r3, r0, #0x1 - addmi r0, r0, #0x1 - addeq r0, r0, r3 - ldmia sp!, {lr} - bx lr -_020EB3C4: - add r0, r0, #0x1 - ldmia sp!, {lr} - bx lr -_020EB3D0: - cmn r2, lr - addne r0, r0, #0x1 - ldmia sp!, {lr} - bx lr -_020EB3E0: - mov r0, r1 - b _020EB3F8 -_020EB3E8: - mov r0, #0xff000000 - orr r0, lr, r0, lsr #0x1 - ldmia sp!, {lr} - bx lr -_020EB3F8: - mvn r0, #0x80000000 - ldmia sp!, {lr} - bx lr -_020EB404: - mvn r0, #0x80000000 - ldmia sp!, {lr} - bx lr -_020EB410: - tst r0, #0x80000000 - mov r0, #0xff000000 - movne r0, r0, asr #0x1 - moveq r0, r0, lsr #0x1 - ldmia sp!, {lr} - bx lr -_020EB428: - ldmia sp!, {lr} - bx lr -_020EB430: - mov r0, lr - ldmia sp!, {lr} - bx lr - - arm_func_start _f2d -_f2d: - and r2, r0, #0x80000000 - mov r12, r0, lsr #0x17 - mov r3, r0, lsl #0x9 - ands r12, r12, #0xff - beq _020EB46C - cmp r12, #0xff - beq _020EB498 -_020EB458: - add r12, r12, #0x380 - mov r0, r3, lsl #0x14 - orr r1, r2, r3, lsr #0xc - orr r1, r1, r12, lsl #0x14 - bx lr -_020EB46C: - cmp r3, #0x0 - bne _020EB480 - mov r1, r2 - mov r0, #0x0 - bx lr -_020EB480: - mov r3, r3, lsr #0x1 - clz r12, r3 - movs r3, r3, lsl r12 - rsb r12, r12, #0x1 - add r3, r3, r3 - b _020EB458 -_020EB498: - cmp r3, #0x0 - bhi _020EB4B0 - ldr r1, _020EB4BC ; =0x7FF00000 - orr r1, r1, r2 - mov r0, #0x0 - bx lr -_020EB4B0: - mvn r0, #0x0 - bic r1, r0, #0x80000000 - bx lr - .balign 4 -_020EB4BC: .word 0x7FF00000 - - arm_func_start _ffix -_ffix: ; 0x020EB4C0 - bic r1, r0, #0x80000000 - mov r2, #0x9e - subs r2, r2, r1, lsr #0x17 - ble _020EB4E8 - mov r1, r1, lsl #0x8 - orr r1, r1, #0x80000000 - cmp r0, #0x0 - mov r0, r1, lsr r2 - rsbmi r0, r0, #0x0 - bx lr -_020EB4E8: - mvn r0, r0, asr #0x1f - add r0, r0, #0x80000000 - bx lr - - arm_func_start _ffixu -_ffixu: ; 0x020EB4F4 - tst r0, #0x80000000 - bne _020EB518 - mov r1, #0x9e - subs r1, r1, r0, lsr #0x17 - blt _020EB52C - mov r2, r0, lsl #0x8 - orr r0, r2, #0x80000000 - mov r0, r0, lsr r1 - bx lr -_020EB518: - mov r2, #0xff000000 - cmp r2, r0, lsl #0x1 - movcs r0, #0x0 - mvncc r0, #0x0 - bx lr -_020EB52C: - mvn r0, #0x0 - bx lr - - arm_func_start _fflt -_fflt: ; 0x020EB534 - ands r2, r0, #0x80000000 - rsbmi r0, r0, #0x0 - cmp r0, #0x0 - bxeq lr - clz r3, r0 - movs r0, r0, lsl r3 - rsb r3, r3, #0x9e - ands r1, r0, #0xff - add r0, r0, r0 - orr r0, r2, r0, lsr #0x9 - orr r0, r0, r3, lsl #0x17 - bxeq lr - tst r1, #0x80 - bxeq lr - ands r3, r1, #0x7f - andeqs r3, r0, #0x1 - addne r0, r0, #0x1 - bx lr - - arm_func_start _ffltu -_ffltu: ; 0x020EB57C - cmp r0, #0x0 - bxeq lr - mov r3, #0x9e - bmi _020EB598 - clz r12, r0 - movs r0, r0, lsl r12 - sub r3, r3, r12 -_020EB598: - ands r2, r0, #0xff - add r0, r0, r0 - mov r0, r0, lsr #0x9 - orr r0, r0, r3, lsl #0x17 - bxeq lr - tst r2, #0x80 - bxeq lr - ands r1, r2, #0x7f - andeqs r1, r0, #0x1 - addne r0, r0, #0x1 - bx lr - - arm_func_start _fmul -_fmul: ; 0x020EB5C4 - eor r2, r0, r1 - and r2, r2, #0x80000000 - mov r12, #0xff - ands r3, r12, r0, lsr #0x17 - mov r0, r0, lsl #0x8 - cmpne r3, #0xff - beq _020EB640 - orr r0, r0, #0x80000000 - ands r12, r12, r1, lsr #0x17 - mov r1, r1, lsl #0x8 - cmpne r12, #0xff - beq _020EB680 - orr r1, r1, #0x80000000 -_020EB5F8: - add r12, r3, r12 - umull r1, r3, r0, r1 - movs r0, r3 - addpl r0, r0, r0 - subpl r12, r12, #0x1 - subs r12, r12, #0x7f - bmi _020EB70C - cmp r12, #0xfe - bge _020EB778 - ands r3, r0, #0xff - orr r0, r2, r0, lsr #0x8 - add r0, r0, r12, lsl #0x17 - tst r3, #0x80 - bxeq lr - orrs r1, r1, r3, lsl #0x19 - andeqs r3, r0, #0x1 - addne r0, r0, #0x1 - bx lr -_020EB640: - cmp r3, #0x0 - beq _020EB694 - movs r0, r0, lsl #0x1 - bne _020EB768 - mov r12, r1, lsr #0x17 - mov r1, r1, lsl #0x9 - ands r12, r12, #0xff - beq _020EB674 - cmp r12, #0xff - blt _020EB75C - cmp r1, #0x0 - beq _020EB75C - b _020EB768 -_020EB674: - cmp r1, #0x0 - beq _020EB770 - b _020EB75C -_020EB680: - cmp r12, #0x0 - beq _020EB6F0 -_020EB688: - movs r1, r1, lsl #0x1 - bne _020EB768 - b _020EB75C -_020EB694: - movs r0, r0, lsl #0x1 - beq _020EB6CC - mov r0, r0, lsr #0x1 - clz r3, r0 - movs r0, r0, lsl r3 - rsb r3, r3, #0x1 - mov r12, r1, lsr #0x17 - mov r1, r1, lsl #0x8 - ands r12, r12, #0xff - beq _020EB6F0 - cmp r12, #0xff - beq _020EB688 - orr r1, r1, #0x80000000 - b _020EB5F8 -_020EB6CC: - mov r12, r1, lsr #0x17 - mov r1, r1, lsl #0x9 - ands r12, r12, #0xff - beq _020EB79C - cmp r12, #0xff - blt _020EB79C - cmp r1, #0x0 - beq _020EB770 - b _020EB768 -_020EB6F0: - movs r1, r1, lsl #0x1 - beq _020EB79C - mov r1, r1, lsr #0x1 - clz r12, r1 - movs r1, r1, lsl r12 - rsb r12, r12, #0x1 - b _020EB5F8 -_020EB70C: - cmn r12, #0x18 - beq _020EB754 - bmi _020EB794 - cmp r1, #0x0 - orrne r0, r0, #0x1 - mov r3, r0 - mov r0, r0, lsr #0x8 - rsb r12, r12, #0x0 - orr r0, r2, r0, lsr r12 - rsb r12, r12, #0x18 - movs r1, r3, lsl r12 - bxeq lr - tst r1, #0x80000000 - bxeq lr - movs r1, r1, lsl #0x1 - andeqs r1, r0, #0x1 - addne r0, r0, #0x1 - bx lr -_020EB754: - mov r0, r0, lsl #0x1 - b _020EB784 -_020EB75C: - mov r0, #0xff000000 - orr r0, r2, r0, lsr #0x1 - bx lr -_020EB768: - mvn r0, #0x80000000 - bx lr -_020EB770: - mvn r0, #0x80000000 - bx lr -_020EB778: - mov r0, #0xff000000 - orr r0, r2, r0, lsr #0x1 - bx lr -_020EB784: - movs r1, r0 - mov r0, r2 - addne r0, r0, #0x1 - bx lr -_020EB794: - mov r0, r2 - bx lr -_020EB79C: - mov r0, r2 - bx lr - - arm_func_start _frsb -_frsb: ; 0x020EB7A4 - eor r0, r0, r1 - eor r1, r0, r1 - eor r0, r0, r1 - - arm_func_start _fsub -_fsub: ; 0x020EB7B0 - eors r2, r0, r1 - eormi r1, r1, #0x80000000 - bmi _020EA98C -_020EB7BC: - subs r12, r0, r1 - eorcc r12, r12, #0x80000000 - subcc r0, r0, r12 - addcc r1, r1, r12 - mov r2, #0x80000000 - mov r3, r0, lsr #0x17 - orr r0, r2, r0, lsl #0x8 - ands r12, r3, #0xff - cmpne r12, #0xff - beq _020EB8D8 - mov r12, r1, lsr #0x17 - orr r1, r2, r1, lsl #0x8 - ands r2, r12, #0xff - beq _020EB918 -_020EB7F4: - subs r12, r3, r12 - beq _020EB83C - rsb r2, r12, #0x20 - movs r2, r1, lsl r2 - mov r1, r1, lsr r12 - orrne r1, r1, #0x1 - subs r0, r0, r1 - bpl _020EB880 - ands r1, r0, #0xff - add r0, r0, r0 - mov r0, r0, lsr #0x9 - orr r0, r0, r3, lsl #0x17 - tst r1, #0x80 - bxeq lr - ands r1, r1, #0x7f - andeqs r1, r0, #0x1 - addne r0, r0, #0x1 - bx lr -_020EB83C: - subs r0, r0, r1 - beq _020EB9E4 - mov r2, r3, lsl #0x17 - and r2, r2, #0x80000000 - bic r3, r3, #0x100 - clz r12, r0 - movs r0, r0, lsl r12 - sub r3, r3, r12 - cmp r3, #0x0 - bgt _020EB870 - rsb r3, r3, #0x9 - orr r0, r2, r0, lsr r3 - bx lr -_020EB870: - add r0, r0, r0 - orr r0, r2, r0, lsr #0x9 - orr r0, r0, r3, lsl #0x17 - bx lr -_020EB880: - mov r2, r3, lsl #0x17 - and r2, r2, #0x80000000 - bic r3, r3, #0x100 - clz r12, r0 - movs r0, r0, lsl r12 - sub r3, r3, r12 - cmp r3, #0x0 - bgt _020EB8AC - rsb r3, r3, #0x9 - orr r0, r2, r0, lsr r3 - bx lr -_020EB8AC: - ands r1, r0, #0xff - add r0, r0, r0 - orr r0, r2, r0, lsr #0x9 - orr r0, r0, r3, lsl #0x17 - bxeq lr - tst r1, #0x80 - bxeq lr - ands r1, r1, #0x7f - andeqs r1, r0, #0x1 - addne r0, r0, #0x1 - bx lr -_020EB8D8: - cmp r3, #0x100 - movge r2, #0x80000000 - movlt r2, #0x0 - ands r3, r3, #0xff - beq _020EB940 - movs r0, r0, lsl #0x1 - bne _020EBA18 - mov r12, r1, lsr #0x17 - mov r1, r1, lsl #0x9 - ands r12, r12, #0xff - beq _020EBA0C - cmp r12, #0xff - blt _020EBA0C - cmp r1, #0x0 - beq _020EBA20 - b _020EBA18 -_020EB918: - cmp r12, #0x100 - movge r2, #0x80000000 - movlt r2, #0x0 - and r3, r3, #0xff - ands r12, r12, #0xff - beq _020EB9A8 -_020EB930: - eor r2, r2, #0x80000000 - movs r1, r1, lsl #0x1 - bne _020EBA18 - b _020EBA0C -_020EB940: - movs r0, r0, lsl #0x1 - beq _020EB978 - mov r0, r0, lsr #0x1 - mov r3, #0x1 - mov r12, r1, lsr #0x17 - mov r1, r1, lsl #0x8 - ands r12, r12, #0xff - beq _020EB9A8 - cmp r12, #0xff - beq _020EB930 - orr r1, r1, #0x80000000 - orr r3, r3, r2, lsr #0x17 - orr r12, r12, r2, lsr #0x17 - b _020EB7F4 -_020EB978: - mov r3, r1, lsr #0x17 - mov r0, r1, lsl #0x9 - ands r2, r3, #0xff - beq _020EB99C - cmp r2, #0xff - blt _020EB9C4 - cmp r0, #0x0 - bne _020EBA04 - b _020EBA0C -_020EB99C: - cmp r0, #0x0 - beq _020EB9E4 - b _020EB9C4 -_020EB9A8: - movs r1, r1, lsl #0x1 - beq _020EB9CC - mov r1, r1, lsr #0x1 - mov r12, #0x1 - orr r12, r12, r2, lsr #0x17 - orr r3, r3, r2, lsr #0x17 - b _020EB7F4 -_020EB9C4: - mov r0, r1 - bx lr -_020EB9CC: - cmp r0, #0x0 - subges r3, r3, #0x1 - add r0, r0, r0 - orr r0, r2, r0, lsr #0x9 - orr r0, r0, r3, lsl #0x17 - bx lr -_020EB9E4: - mov r0, #0x0 - bx lr -_020EB9EC: ; 0x020EB9EC - cmp r0, #0x0 - subges r3, r3, #0x1 - add r0, r0, r0 - mov r0, r0, lsr #0x9 - orr r0, r0, r3, lsl #0x17 - bx lr -_020EBA04: - mvn r0, #0x80000000 - bx lr -_020EBA0C: - mov r0, #0xff000000 - orr r0, r2, r0, lsr #0x1 - bx lr -_020EBA18: - mvn r0, #0x80000000 - bx lr -_020EBA20: - mvn r0, #0x80000000 - bx lr - - arm_func_start _ll_mod -_ll_mod: ; 0x020EBA28 - stmdb sp!, {r4-r7,r11-r12,lr} - mov r4, r1 - orr r4, r4, #0x1 - b _020EBA48 - - arm_func_start _ll_sdiv -_ll_sdiv: ; 0x020EBA38 - stmdb sp!, {r4-r7,r11-r12,lr} - eor r4, r1, r3 - mov r4, r4, asr #0x1 - mov r4, r4, lsl #0x1 -_020EBA48: - orrs r5, r3, r2 - bne _020EBA58 - ldmia sp!, {r4-r7,r11-r12,lr} - bx lr -_020EBA58: - mov r5, r0, lsr #0x1f - add r5, r5, r1 - mov r6, r2, lsr #0x1f - add r6, r6, r3 - orrs r6, r5, r6 - bne _020EBA8C - mov r1, r2 - bl _s32_div_f - ands r4, r4, #0x1 - movne r0, r1 - mov r1, r0, asr #0x1f - ldmia sp!, {r4-r7,r11-r12,lr} - bx lr -_020EBA8C: - cmp r1, #0x0 - bge _020EBA9C - rsbs r0, r0, #0x0 - rsc r1, r1, #0x0 -_020EBA9C: - cmp r3, #0x0 - bge _020EBAAC - rsbs r2, r2, #0x0 - rsc r3, r3, #0x0 -_020EBAAC: - orrs r5, r1, r0 - beq _020EBBD0 - mov r5, #0x0 - mov r6, #0x1 - cmp r3, #0x0 - bmi _020EBAD8 -_020EBAC4: - add r5, r5, #0x1 - adds r2, r2, r2 - adcs r3, r3, r3 - bpl _020EBAC4 - add r6, r6, r5 -_020EBAD8: - cmp r1, #0x0 - blt _020EBAF8 -_020EBAE0: - cmp r6, #0x1 - beq _020EBAF8 - sub r6, r6, #0x1 - adds r0, r0, r0 - adcs r1, r1, r1 - bpl _020EBAE0 -_020EBAF8: - mov r7, #0x0 - mov r12, #0x0 - mov r11, #0x0 - b _020EBB20 -_020EBB08: - orr r12, r12, #0x1 - subs r6, r6, #0x1 - beq _020EBB78 - adds r0, r0, r0 - adcs r1, r1, r1 - adcs r7, r7, r7 -_020EBB20: - subs r0, r0, r2 - sbcs r1, r1, r3 - sbcs r7, r7, #0x0 - adds r12, r12, r12 - adc r11, r11, r11 - cmp r7, #0x0 - bge _020EBB08 -_020EBB3C: - subs r6, r6, #0x1 - beq _020EBB70 - adds r0, r0, r0 - adcs r1, r1, r1 - adc r7, r7, r7 - adds r0, r0, r2 - adcs r1, r1, r3 - adc r7, r7, #0x0 - adds r12, r12, r12 - adc r11, r11, r11 - cmp r7, #0x0 - bge _020EBB08 - b _020EBB3C -_020EBB70: - adds r0, r0, r2 - adc r1, r1, r3 -_020EBB78: - ands r7, r4, #0x1 - moveq r0, r12 - moveq r1, r11 - beq _020EBBB0 - subs r7, r5, #0x20 - movge r0, r1, lsr r7 - bge _020EBBD4 - rsb r7, r5, #0x20 - mov r0, r0, lsr r5 - orr r0, r0, r1, lsl r7 - mov r1, r1, lsr r5 - b _020EBBB0 -_020EBBA8: ; 0x020EBBA8 - mov r0, r1, lsr r7 - mov r1, #0x0 -_020EBBB0: - cmp r4, #0x0 - blt _020EBBC0 - ldmia sp!, {r4-r7,r11-r12,lr} - bx lr -_020EBBC0: - rsbs r0, r0, #0x0 - rsc r1, r1, #0x0 - ldmia sp!, {r4-r7,r11-r12,lr} - bx lr -_020EBBD0: - mov r0, #0x0 -_020EBBD4: - mov r1, #0x0 - cmp r4, #0x0 - blt _020EBBC0 - ldmia sp!, {r4-r7,r11-r12,lr} - bx lr - - arm_func_start _ll_udiv -_ll_udiv: ; 0x020EBBE8 - stmdb sp!, {r4-r7,r11-r12,lr} - mov r4, #0x0 - b _020EBBFC - - arm_func_start _ull_mod -_ull_mod: ; 0x020EBBF4 - stmdb sp!, {r4-r7,r11-r12,lr} - mov r4, #0x1 -_020EBBFC: - orrs r5, r3, r2 - bne _020EBC0C - ldmia sp!, {r4-r7,r11-r12,lr} - bx lr -_020EBC0C: - orrs r5, r1, r3 - bne _020EBAAC - mov r1, r2 - bl _u32_div_not_0_f - cmp r4, #0x0 - movne r0, r1 - mov r1, #0x0 - ldmia sp!, {r4-r7,r11-r12,lr} - bx lr - - arm_func_start _ll_mul -_ll_mul: ; 0x020EBC30 - stmdb sp!, {r4-r5,lr} - umull r5, r4, r0, r2 - mla r4, r0, r3, r4 - mla r4, r2, r1, r4 - mov r1, r4 - mov r0, r5 - ldmia sp!, {r4-r5,lr} - bx lr - - arm_func_start _ll_shl -_ll_shl: ; 0x020EBC50 - ands r2, r2, #0x3f - bxeq lr - subs r3, r2, #0x20 - bge _020EBC74 - rsb r3, r2, #0x20 - mov r1, r1, lsl r2 - orr r1, r1, r0, lsr r3 - mov r0, r0, lsl r2 - bx lr -_020EBC74: - mov r1, r0, lsl r3 - mov r0, #0x0 - bx lr - - arm_func_start _s32_div_f -_s32_div_f: ; 0x020EBC80 - eor r12, r0, r1 - and r12, r12, #0x80000000 - cmp r0, #0x0 - rsblt r0, r0, #0x0 - addlt r12, r12, #0x1 - cmp r1, #0x0 - rsblt r1, r1, #0x0 - beq _020EBE78 - cmp r0, r1 - movcc r1, r0 - movcc r0, #0x0 - blo _020EBE78 - mov r2, #0x1c - mov r3, r0, lsr #0x4 - cmp r1, r3, lsr #0xc - suble r2, r2, #0x10 - movle r3, r3, lsr #0x10 - cmp r1, r3, lsr #0x4 - suble r2, r2, #0x8 - movle r3, r3, lsr #0x8 - cmp r1, r3 - suble r2, r2, #0x4 - movle r3, r3, lsr #0x4 - mov r0, r0, lsl r2 - rsb r1, r1, #0x0 - adds r0, r0, r0 - add r2, r2, r2, lsl #0x1 - add pc, pc, r2, lsl #0x2 - mov r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - mov r1, r3 -_020EBE78: - ands r3, r12, #0x80000000 - rsbne r0, r0, #0x0 - ands r3, r12, #0x1 - rsbne r1, r1, #0x0 - bx lr - - arm_func_start _u32_div_f -_u32_div_f: ; 0x020EBE8C - cmp r1, #0x0 - bxeq lr - - arm_func_start _u32_div_not_0_f -_u32_div_not_0_f: - cmp r0, r1 - movcc r1, r0 - movcc r0, #0x0 - bxcc lr - mov r2, #0x1c - mov r3, r0, lsr #0x4 - cmp r1, r3, lsr #0xc - suble r2, r2, #0x10 - movle r3, r3, lsr #0x10 - cmp r1, r3, lsr #0x4 - suble r2, r2, #0x8 - movle r3, r3, lsr #0x8 - cmp r1, r3 - suble r2, r2, #0x4 - movle r3, r3, lsr #0x4 - mov r0, r0, lsl r2 - rsb r1, r1, #0x0 - adds r0, r0, r0 - add r2, r2, r2, lsl #0x1 - add pc, pc, r2, lsl #0x2 - mov r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - adcs r3, r1, r3, lsl #0x1 - subcc r3, r3, r1 - adcs r0, r0, r0 - mov r1, r3 - bx lr - - arm_func_start _drdiv -_drdiv: ; 0x020EC070 - eor r1, r1, r3 - eor r3, r1, r3 - eor r1, r1, r3 - eor r0, r0, r2 - eor r2, r0, r2 - eor r0, r0, r2 - - arm_func_start _ddiv -_ddiv: ; 0x020EC088 - stmdb sp!, {r4-r6,lr} - ldr lr, _020EC5C8 ; =0x00000FFE - eor r4, r1, r3 - ands r12, lr, r1, lsr #0x13 - cmpne r12, lr - beq _020EC434 - bic r1, r1, lr, lsl #0x14 - orr r1, r1, #0x100000 - add r12, r12, r4, lsr #0x1f -_020EC0AC: - ands r4, lr, r3, lsr #0x13 - cmpne r4, lr - beq _020EC4CC - bic r3, r3, lr, lsl #0x14 - orr r3, r3, #0x100000 -_020EC0C0: - sub r12, r12, r4 - cmp r1, r3 - cmpeq r0, r2 - bhs _020EC0DC - adds r0, r0, r0 - adc r1, r1, r1 - sub r12, r12, #0x2 -_020EC0DC: - sub r4, pc, #0x24 - ldrb lr, [r4, r3, lsr #0xc] - rsbs r2, r2, #0x0 - rsc r3, r3, #0x0 - mov r4, #0x20000000 - mla r5, lr, r3, r4 - mov r6, r3, lsl #0xa - mov r5, r5, lsr #0x7 - mul lr, r5, lr - orr r6, r6, r2, lsr #0x16 - mov lr, lr, lsr #0xd - mul r5, lr, r6 - mov r6, r1, lsl #0xa - orr r6, r6, r0, lsr #0x16 - mov r5, r5, lsr #0x10 - mul r5, lr, r5 - mov lr, lr, lsl #0xe - add lr, lr, r5, lsr #0x10 - umull r5, r6, lr, r6 - umull r4, r5, r6, r2 - mla r5, r3, r6, r5 - mov r4, r4, lsr #0x1a - orr r4, r4, r5, lsl #0x6 - add r4, r4, r0, lsl #0x2 - umull lr, r5, r4, lr - mov r4, #0x0 - adds r5, r5, r6, lsl #0x18 - adc r4, r4, r6, lsr #0x8 - cmp r12, #0x800 - bge _020EC2C0 - add r12, r12, #0x7f0 - adds r12, r12, #0xc - bmi _020EC2D8 - orr r1, r4, r12, lsl #0x1f - bic r12, r12, #0x1 - add r1, r1, r12, lsl #0x13 - tst lr, #0x80000000 - bne _020EC1B0 - rsbs r2, r2, #0x0 - mov r4, r4, lsl #0x1 - add r4, r4, r5, lsr #0x1f - mul lr, r2, r4 - mov r6, #0x0 - mov r4, r5, lsl #0x1 - orr r4, r4, #0x1 - umlal r6, lr, r4, r2 - rsc r3, r3, #0x0 - mla lr, r4, r3, lr - cmp lr, r0, lsl #0x15 - bmi _020EC1B0 - mov r0, r5 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC1B0: - adds r0, r5, #0x1 - adc r1, r1, #0x0 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC1C0: ; not code - .byte 0xFF, 0xFF, 0xFE, 0xFD, 0xFC, 0xFB, 0xFA, 0xF9, 0xF8, 0xF7, 0xF6, 0xF5, 0xF4, 0xF3, 0xF2, 0xF1 - .byte 0xF0, 0xF0, 0xEF, 0xEE, 0xED, 0xEC, 0xEB, 0xEA, 0xEA, 0xE9, 0xE8, 0xE7, 0xE6, 0xE6, 0xE5, 0xE4 - .byte 0xE3, 0xE2, 0xE2, 0xE1, 0xE0, 0xDF, 0xDF, 0xDE, 0xDD, 0xDC, 0xDC, 0xDB, 0xDA, 0xD9, 0xD9, 0xD8 - .byte 0xD7, 0xD7, 0xD6, 0xD5, 0xD4, 0xD4, 0xD3, 0xD2, 0xD2, 0xD1, 0xD0, 0xD0, 0xCF, 0xCE, 0xCE, 0xCD - .byte 0xCC, 0xCC, 0xCB, 0xCB, 0xCA, 0xC9, 0xC9, 0xC8, 0xC8, 0xC7, 0xC6, 0xC6, 0xC5, 0xC5, 0xC4, 0xC3 - .byte 0xC3, 0xC2, 0xC2, 0xC1, 0xC0, 0xC0, 0xBF, 0xBF, 0xBE, 0xBE, 0xBD, 0xBD, 0xBC, 0xBC, 0xBB, 0xBA - .byte 0xBA, 0xB9, 0xB9, 0xB8, 0xB8, 0xB7, 0xB7, 0xB6, 0xB6, 0xB5, 0xB5, 0xB4, 0xB4, 0xB3, 0xB3, 0xB2 - .byte 0xB2, 0xB1, 0xB1, 0xB0, 0xB0, 0xAF, 0xAF, 0xAF, 0xAE, 0xAE, 0xAD, 0xAD, 0xAC, 0xAC, 0xAB, 0xAB - .byte 0xAA, 0xAA, 0xAA, 0xA9, 0xA9, 0xA8, 0xA8, 0xA7, 0xA7, 0xA7, 0xA6, 0xA6, 0xA5, 0xA5, 0xA4, 0xA4 - .byte 0xA4, 0xA3, 0xA3, 0xA2, 0xA2, 0xA2, 0xA1, 0xA1, 0xA0, 0xA0, 0xA0, 0x9F, 0x9F, 0x9E, 0x9E, 0x9E - .byte 0x9D, 0x9D, 0x9D, 0x9C, 0x9C, 0x9B, 0x9B, 0x9B, 0x9A, 0x9A, 0x9A, 0x99, 0x99, 0x99, 0x98, 0x98 - .byte 0x98, 0x97, 0x97, 0x96, 0x96, 0x96, 0x95, 0x95, 0x95, 0x94, 0x94, 0x94, 0x93, 0x93, 0x93, 0x92 - .byte 0x92, 0x92, 0x91, 0x91, 0x91, 0x91, 0x90, 0x90, 0x90, 0x8F, 0x8F, 0x8F, 0x8E, 0x8E, 0x8E, 0x8D - .byte 0x8D, 0x8D, 0x8C, 0x8C, 0x8C, 0x8C, 0x8B, 0x8B, 0x8B, 0x8A, 0x8A, 0x8A, 0x8A, 0x89, 0x89, 0x89 - .byte 0x88, 0x88, 0x88, 0x88, 0x87, 0x87, 0x87, 0x86, 0x86, 0x86, 0x86, 0x85, 0x85, 0x85, 0x85, 0x84 - .byte 0x84, 0x84, 0x83, 0x83, 0x83, 0x83, 0x82, 0x82, 0x82, 0x82, 0x81, 0x81, 0x81, 0x81, 0x80, 0x80 -_020EC2C0: - movs r1, r12, lsl #0x1f - orr r1, r1, #0x7f000000 - orr r1, r1, #0xf00000 - mov r0, #0x0 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC2D8: - mvn r6, r12, asr #0x1 - cmp r6, #0x34 - bgt _020EC424 - beq _020EC400 - cmp r6, #0x14 - bge _020EC320 - rsb r6, r6, #0x13 - mov lr, r0, lsl r6 - rsb r6, r6, #0x14 - mov r0, r5, lsr r6 - rsb r6, r6, #0x20 - orr r0, r0, r4, lsl r6 - rsb r6, r6, #0x20 - mov r4, r4, lsr r6 - orr r1, r4, r12, lsl #0x1f - mov r12, lr - mov lr, #0x0 - b _020EC350 -_020EC320: - rsb r6, r6, #0x33 - mov lr, r1, lsl r6 - mov r1, r12, lsl #0x1f - rsb r6, r6, #0x20 - orr r12, lr, r0, lsr r6 - rsb r6, r6, #0x20 - mov lr, r0, lsl r6 - mov r5, r5, lsr #0x15 - orr r5, r5, r4, lsl #0xb - rsb r6, r6, #0x1f - mov r0, r5, lsr r6 - mov r4, #0x0 -_020EC350: - rsbs r2, r2, #0x0 - mul r4, r2, r4 - mov r5, #0x0 - umlal r5, r4, r2, r0 - rsc r3, r3, #0x0 - mla r4, r0, r3, r4 - cmp r4, r12 - cmpeq r5, lr - ldmeqia sp!, {r4-r6,lr} - bxeq lr - adds r5, r5, r2 - adc r4, r4, r3 - cmp r4, r12 - bmi _020EC3F4 - bne _020EC398 - cmp r5, lr - beq _020EC3E4 - blo _020EC3F4 -_020EC398: - subs r5, r5, r2 - sbc r4, r4, r3 -_020EC3A0: - adds r5, r5, r5 - adc r4, r4, r4 - adds r5, r5, r2 - adc r4, r4, r3 - adds lr, lr, lr - adc r12, r12, r12 - cmp r4, r12 - bmi _020EC3E4 - ldmneia sp!, {r4-r6,lr} - bxne lr - cmp r5, lr - blo _020EC3E4 - ldmneia sp!, {r4-r6,lr} - bxne lr - tst r0, #0x1 - ldmeqia sp!, {r4-r6,lr} - bxeq lr -_020EC3E4: - adds r0, r0, #0x1 - adc r1, r1, #0x0 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC3F4: - adds r0, r0, #0x1 - adc r1, r1, #0x0 - b _020EC3A0 -_020EC400: - rsbs r2, r2, #0x0 - rsc r3, r3, #0x0 - cmp r1, r3 - cmpeq r0, r2 - mov r1, r12, lsl #0x1f - mov r0, #0x0 - movne r0, #0x1 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC424: - mov r1, r12, lsl #0x1f - mov r0, #0x0 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC434: - orrs r5, r0, r1, lsl #0x1 - beq _020EC558 - cmp r12, lr - beq _020EC49C - movs r1, r1, lsl #0xc - beq _020EC478 - clz r5, r1 - movs r1, r1, lsl r5 - sub r12, r12, r5 - add r5, r12, #0x1f - mov r1, r1, lsr #0xb - orr r1, r1, r0, lsr r5 - rsb r5, r5, #0x20 - mov r0, r0, lsl r5 - mov r12, r12, lsl #0x1 - orr r12, r12, r4, lsr #0x1f - b _020EC0AC -_020EC478: - mvn r12, #0x13 - clz r5, r0 - movs r0, r0, lsl r5 - sub r12, r12, r5 - mov r1, r0, lsr #0xb - mov r0, r0, lsl #0x15 - mov r12, r12, lsl #0x1 - orr r12, r12, r4, lsr #0x1f - b _020EC0AC -_020EC49C: - orrs r5, r0, r1, lsl #0xc - bne _020EC580 - bic r5, r3, #0x80000000 - cmp r5, lr, lsl #0x13 - bhs _020EC4C0 - and r5, r3, #0x80000000 - eor r1, r5, r1 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC4C0: - orrs r5, r2, r3, lsl #0xc - bne _020EC5A0 - b _020EC5B8 -_020EC4CC: - orrs r5, r2, r3, lsl #0x1 - beq _020EC544 - cmp r4, lr - beq _020EC52C - movs r3, r3, lsl #0xc - beq _020EC50C - clz r5, r3 - movs r3, r3, lsl r5 - sub r4, r4, r5 - add r5, r4, #0x1f - mov r3, r3, lsr #0xb - orr r3, r3, r2, lsr r5 - rsb r5, r5, #0x20 - mov r2, r2, lsl r5 - mov r4, r4, lsl #0x1 - b _020EC0C0 -_020EC50C: - mvn r4, #0x13 - clz r5, r2 - movs r2, r2, lsl r5 - sub r4, r4, r5 - mov r3, r2, lsr #0xb - mov r2, r2, lsl #0x15 - mov r4, r4, lsl #0x1 - b _020EC0C0 -_020EC52C: - orrs r5, r2, r3, lsl #0xc - bne _020EC5A0 - mov r1, r12, lsl #0x1f - mov r0, #0x0 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC544: - mov r1, r12, lsl #0x1f - orr r1, r1, lr, lsl #0x13 - mov r0, #0x0 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC558: - orrs r5, r2, r3, lsl #0x1 - beq _020EC5B8 - bic r5, r3, #0x80000000 - cmp r5, lr, lsl #0x13 - cmpeq r2, #0x0 - bhi _020EC5A0 - eor r1, r1, r3 - and r1, r1, #0x80000000 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC580: - tst r1, #0x80000 - beq _020EC5B8 - bic r5, r3, #0x80000000 - cmp r5, lr, lsl #0x13 - cmpeq r2, #0x0 - bhi _020EC5A0 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC5A0: - tst r3, #0x80000 - beq _020EC5B8 - mov r1, r3 - mov r0, r2 - ldmia sp!, {r4-r6,lr} - bx lr -_020EC5B8: - orr r1, r1, #0x7f000000 - orr r1, r1, #0xf80000 - ldmia sp!, {r4-r6,lr} - bx lr - .balign 4 -_020EC5C8: .word 0x00000FFE - - arm_func_start _fp_init -_fp_init: ; 0x020EC5CC - bx lr - - arm_func_start sys_writec -sys_writec: ; 0x020EC5D0 - str lr, [sp, #-0x4]! - mov r1, r0 - mov r0, #0x3 - swi 0x123456 - ldr pc, [sp], #0x4 - - arm_func_start sys_readc -sys_readc: ; 0x020EC5E4 - str lr, [sp, #-0x4]! - mov r1, #0x0 - mov r0, #0x7 - swi 0x123456 - ldr pc, [sp], #0x4 - - arm_func_start sys_exit -sys_exit: ; 0x020EC5F8 - mov r1, #0x0 - mov r0, #0x18 - swi 0x123456 - mov pc, lr - - arm_func_start __read_console -__read_console: ; 0x020EC608 - stmdb sp!, {r3-r7,lr} - mov r6, r2 - ldr r5, [r6, #0x0] - mov r7, r1 - cmp r5, #0x0 - mov r4, #0x0 - bls _020EC650 -_020EC624: - bl sys_readc - and r1, r0, #0xff - cmp r1, #0xd - strb r0, [r7, r4] - cmpne r1, #0xa - addeq r0, r4, #0x1 - streq r0, [r6, #0x0] - beq _020EC650 - add r4, r4, #0x1 - cmp r4, r5 - blo _020EC624 -_020EC650: - mov r0, #0x0 - ldmia sp!, {r3-r7,pc} - - arm_func_start __write_console -__write_console: ; 0x020EC658 - stmdb sp!, {r4-r6,lr} - ldr r5, [r2, #0x0] - mov r6, r1 - cmp r5, #0x0 - mov r4, #0x0 - bls _020EC684 -_020EC670: - add r0, r6, r4 - bl sys_writec - add r4, r4, #0x1 - cmp r4, r5 - blo _020EC670 -_020EC684: - mov r0, #0x0 - ldmia sp!, {r4-r6,pc} - - arm_func_start __close_console -__close_console: ; 0x020EC68C - mov r0, #0x0 - bx lr - - .extern SDK_STATIC_SINIT_START - arm_func_start __call_static_initializers -__call_static_initializers: ; 0x020EC694 - stmdb sp!, {r4,lr} - ldr r4, _020EC6BC ; =SDK_STATIC_SINIT_START - b _020EC6A8 -_020EC6A0: - blx r0 - add r4, r4, #0x4 -_020EC6A8: - cmp r4, #0x0 - ldrne r0, [r4, #0x0] - cmpne r0, #0x0 - bne _020EC6A0 - ldmia sp!, {r4,pc} - .balign 4 -_020EC6BC: .word SDK_STATIC_SINIT_START - - arm_func_start __destroy_global_chain -__destroy_global_chain: ; 0x020EC6C0 - stmdb sp!, {r3-r5,lr} - ldr r4, _020EC700 ; =__global_destructor_chain - ldr r2, [r4, #0x0] - cmp r2, #0x0 - ldmeqia sp!, {r3-r5,pc} -_020EC6D4: ; 0x020EC6D4 - mvn r5, #0x0 -_020EC6D8: - ldr r0, [r2, #0x0] - mov r1, r5 - str r0, [r4, #0x0] - ldr r0, [r2, #0x8] - ldr r2, [r2, #0x4] - blx r2 - ldr r2, [r4, #0x0] - cmp r2, #0x0 - bne _020EC6D8 - ldmia sp!, {r3-r5,pc} - .balign 4 -_020EC700: .word __global_destructor_chain - - arm_func_start _ExitProcess -_ExitProcess: ; 0x020EC704 - ldr ip, _020EC70C ; =sys_exit - bx r12 - .balign 4 -_020EC70C: .word sys_exit - - .section .exception - .word 0x00200100 - .word __read_console - .short 81 - .word 0x00300F00 - .word __write_console - .short 53 - .word 0x00200700 - .word __call_static_initializers - .short 45 - .word 0x00100100 - .word __destroy_global_chain - .short 69 - .word 0x00200300 - .word _ExitProcess - .short 13 - .word 0x00000000 diff --git a/arm9/asm/stdlibmwcc.s b/arm9/asm/stdlibmwcc.s new file mode 100644 index 00000000..5b3fc86d --- /dev/null +++ b/arm9/asm/stdlibmwcc.s @@ -0,0 +1,3175 @@ + .include "asm/macros.inc" + .include "global.inc" + .extern UNK_021D74A8 + + .section .bss + + .global __global_destructor_chain +__global_destructor_chain: ; 0x021D74C8 + .space 0x18 + + .section .text + .balign 4, 0 + + arm_func_start _dadd +_dadd: + stmdb sp!, {r4,lr} + eors r12, r1, r3 + eormi r3, r3, #0x80000000 + bmi _020EA5DC +_020E9B54: + subs r12, r0, r2 + sbcs lr, r1, r3 + bhs _020E9B70 + adds r2, r2, r12 + adc r3, r3, lr + subs r0, r0, r12 + sbc r1, r1, lr +_020E9B70: + mov lr, #0x80000000 + mov r12, r1, lsr #0x14 + orr r1, lr, r1, lsl #0xb + orr r1, r1, r0, lsr #0x15 + mov r0, r0, lsl #0xb + movs r4, r12, lsl #0x15 + cmnne r4, #0x200000 + beq _020E9C6C + mov r4, r3, lsr #0x14 + orr r3, lr, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs lr, r4, lsl #0x15 + beq _020E9CB4 +_020E9BA8: + subs r4, r12, r4 + beq _020E9C00 + cmp r4, #0x20 + ble _020E9BE4 + cmp r4, #0x38 + movge r4, #0x3f + sub r4, r4, #0x20 + rsb lr, r4, #0x20 + orrs lr, r2, r3, lsl lr + mov r2, r3, lsr r4 + orrne r2, r2, #0x1 + adds r0, r0, r2 + adcs r1, r1, #0x0 + blo _020E9C28 + b _020E9C0C +_020E9BE4: + rsb lr, r4, #0x20 + movs lr, r2, lsl lr + rsb lr, r4, #0x20 + mov r2, r2, lsr r4 + orr r2, r2, r3, lsl lr + mov r3, r3, lsr r4 + orrne r2, r2, #0x1 +_020E9C00: + adds r0, r0, r2 + adcs r1, r1, r3 + blo _020E9C28 +_020E9C0C: + add r12, r12, #0x1 + and r4, r0, #0x1 + movs r1, r1, rrx + orr r0, r4, r0, rrx + mov lr, r12, lsl #0x15 + cmn lr, #0x200000 + beq _020E9E38 +_020E9C28: + movs r2, r0, lsl #0x15 + mov r0, r0, lsr #0xb + orr r0, r0, r1, lsl #0x15 + add r1, r1, r1 + mov r1, r1, lsr #0xc + orr r1, r1, r12, lsl #0x14 + tst r2, #0x80000000 + ldmeqia sp!, {r4,lr} + bxeq lr + movs r2, r2, lsl #0x1 + andeqs r2, r0, #0x1 + ldmeqia sp!, {r4,lr} + bxeq lr + adds r0, r0, #0x1 + adc r1, r1, #0x0 + ldmia sp!, {r4,lr} + bx lr +_020E9C6C: + cmp r12, #0x800 + movge lr, #0x80000000 + movlt lr, #0x0 + bics r12, r12, #0x800 + beq _020E9CD8 + orrs r4, r0, r1, lsl #0x1 + bne _020E9E14 + mov r4, r3, lsr #0x14 + mov r3, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs r4, r4, lsl #0x15 + beq _020E9E00 + cmn r4, #0x200000 + bne _020E9E00 + orrs r4, r2, r3, lsl #0x1 + beq _020E9E00 + b _020E9E14 +_020E9CB4: + cmp r4, #0x800 + movge lr, #0x80000000 + movlt lr, #0x0 + bic r12, r12, #0x800 + bics r4, r4, #0x800 + beq _020E9D44 + orrs r4, r2, r3, lsl #0x1 + bne _020E9E14 + b _020E9E00 +_020E9CD8: + orrs r4, r0, r1, lsl #0x1 + beq _020E9D18 + mov r12, #0x1 + bic r1, r1, #0x80000000 + mov r4, r3, lsr #0x14 + mov r3, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs r4, r4, lsl #0x15 + cmnne r4, #0x200000 + mov r4, r4, lsr #0x15 + orr r4, r4, lr, lsr #0x14 + beq _020E9CB4 + orr r3, r3, #0x80000000 + orr r12, r12, lr, lsr #0x14 + b _020E9BA8 +_020E9D18: + mov r12, r3, lsr #0x14 + mov r1, r3, lsl #0xb + orr r1, r1, r2, lsr #0x15 + mov r0, r2, lsl #0xb + movs r4, r12, lsl #0x15 + beq _020E9DCC + cmn r4, #0x200000 + bne _020E9DCC + orrs r4, r0, r1, lsl #0x1 + beq _020E9E00 + b _020E9E18 +_020E9D44: + orrs r4, r2, r3, lsl #0x1 + beq _020E9DDC + mov r4, #0x1 + bic r3, r3, #0x80000000 + cmp r1, #0x0 + bpl _020E9D68 + orr r12, r12, lr, lsr #0x14 + orr r4, r4, lr, lsr #0x14 + b _020E9BA8 +_020E9D68: + adds r0, r0, r2 + adcs r1, r1, r3 + blo _020E9D88 + add r12, r12, #0x1 + and r4, r0, #0x1 + movs r1, r1, rrx + mov r0, r0, rrx + orr r0, r0, r4 +_020E9D88: + cmp r1, #0x0 + subges r12, r12, #0x1 + movs r2, r0, lsl #0x15 + mov r0, r0, lsr #0xb + orr r0, r0, r1, lsl #0x15 + add r1, r1, r1 + orr r1, lr, r1, lsr #0xc + orr r1, r1, r12, lsl #0x14 + ldmeqia sp!, {r4,lr} + bxeq lr + tst r2, #0x80000000 + ldmeqia sp!, {r4,lr} + bxeq lr + movs r2, r2, lsl #0x1 + andeqs r2, r0, #0x1 + ldmeqia sp!, {r4,lr} + bxeq lr +_020E9DCC: + mov r1, r3 + mov r0, r2 + ldmia sp!, {r4,lr} + bx lr +_020E9DDC: + cmp r1, #0x0 + subges r12, r12, #0x1 + mov r0, r0, lsr #0xb + orr r0, r0, r1, lsl #0x15 + add r1, r1, r1 + orr r1, lr, r1, lsr #0xc + orr r1, r1, r12, lsl #0x14 + ldmia sp!, {r4,lr} + bx lr +_020E9E00: + ldr r1, _020E9E58 ; =0x7FF00000 + orr r1, lr, r1 + mov r0, #0x0 + ldmia sp!, {r4,lr} + bx lr +_020E9E14: + mov r1, r3 +_020E9E18: + mvn r0, #0x0 + bic r1, r0, #0x80000000 + ldmia sp!, {r4,lr} + bx lr +_020E9E28: ; 0x020E9E28 + mvn r0, #0x0 + bic r1, r0, #0x80000000 + ldmia sp!, {r4,lr} + bx lr +_020E9E38: + cmp r12, #0x800 + movge lr, #0x80000000 + movlt lr, #0x0 + ldr r1, _020E9E58 ; =0x7FF00000 + orr r1, lr, r1 + mov r0, #0x0 + ldmia sp!, {r4,lr} + bx lr + .balign 4 +_020E9E58: .word 0x7FF00000 + + arm_func_start _d2f +_d2f: + and r2, r1, #0x80000000 + mov r12, r1, lsr #0x14 + bics r12, r12, #0x800 + beq _020E9ED4 + mov r3, r12, lsl #0x15 + cmn r3, #0x200000 + bhs _020E9EB8 + subs r12, r12, #0x380 + bls _020E9EE4 + cmp r12, #0xff + bge _020E9F54 + mov r1, r1, lsl #0xc + orr r3, r2, r1, lsr #0x9 + orr r3, r3, r0, lsr #0x1d + movs r1, r0, lsl #0x3 + orr r0, r3, r12, lsl #0x17 + bxeq lr + tst r1, #0x80000000 + bxeq lr + movs r1, r1, lsl #0x1 + andeqs r1, r0, #0x1 + addne r0, r0, #0x1 + bx lr +_020E9EB8: + orrs r3, r0, r1, lsl #0xc + bne _020E9ECC + mov r0, #0xff000000 + orr r0, r2, r0, lsr #0x1 + bx lr +_020E9ECC: + mvn r0, #0x80000000 + bx lr +_020E9ED4: + orrs r3, r0, r1, lsl #0xc + bne _020E9F4C + mov r0, r2 + bx lr +_020E9EE4: + cmn r12, #0x17 + beq _020E9F38 + bmi _020E9F4C + mov r1, r1, lsl #0xb + orr r1, r1, #0x80000000 + mov r3, r1, lsr #0x8 + orr r3, r3, r0, lsr #0x1d + rsb r12, r12, #0x1 + movs r1, r0, lsl #0x3 + orr r0, r2, r3, lsr r12 + rsb r12, r12, #0x20 + mov r3, r3, lsl r12 + orrne r3, r3, #0x1 + movs r1, r3 + bxeq lr + tst r1, #0x80000000 + bxeq lr + movs r1, r1, lsl #0x1 + andeqs r1, r0, #0x1 + addne r0, r0, #0x1 + bx lr +_020E9F38: + orr r0, r0, r1, lsl #0xc + movs r1, r0 + mov r0, r2 + addne r0, r0, #0x1 + bx lr +_020E9F4C: + mov r0, r2 + bx lr +_020E9F54: + mov r0, #0xff000000 + orr r0, r2, r0, lsr #0x1 + bx lr + + arm_func_start _dfix +_dfix: ; 0x020E9F60 + bic r3, r1, #0x80000000 + ldr r2, _020E9FA8 ; =0x0000041E + subs r2, r2, r3, lsr #0x14 + ble _020E9F9C + cmp r2, #0x20 + bge _020E9F94 + mov r3, r1, lsl #0xb + orr r3, r3, #0x80000000 + orr r3, r3, r0, lsr #0x15 + cmp r1, #0x0 + mov r0, r3, lsr r2 + rsbmi r0, r0, #0x0 + bx lr +_020E9F94: + mov r0, #0x0 + bx lr +_020E9F9C: + mvn r0, r1, asr #0x1f + add r0, r0, #0x80000000 + bx lr + .balign 4 +_020E9FA8: .word 0x0000041E + + arm_func_start _ll_ufrom_d +_ll_ufrom_d: ; 0x020E9FAC + tst r1, #0x80000000 + bne _020EA010 + ldr r2, _020EA034 ; =0x0000043E + subs r2, r2, r1, lsr #0x14 + blt _020EA028 + cmp r2, #0x40 + bge _020EA004 + mov r12, r1, lsl #0xb + orr r12, r12, #0x80000000 + orr r12, r12, r0, lsr #0x15 + cmp r2, #0x20 + ble _020E9FEC + sub r2, r2, #0x20 + mov r1, #0x0 + mov r0, r12, lsr r2 + bx lr +_020E9FEC: + mov r3, r0, lsl #0xb + mov r1, r12, lsr r2 + mov r0, r3, lsr r2 + rsb r2, r2, #0x20 + orr r0, r0, r12, lsl r2 + bx lr +_020EA004: + mov r1, #0x0 + mov r0, #0x0 + bx lr +_020EA010: + cmn r1, #0x100000 + cmpeq r0, #0x0 + bhi _020EA028 + mov r1, #0x0 + mov r0, #0x0 + bx lr +_020EA028: + mvn r1, #0x0 + mvn r0, #0x0 + bx lr + .balign 4 +_020EA034: .word 0x0000043E + + arm_func_start _dflt +_dflt: ; 0x020EA038 + ands r2, r0, #0x80000000 + rsbmi r0, r0, #0x0 + cmp r0, #0x0 + mov r1, #0x0 + bxeq lr + mov r3, #0x400 + add r3, r3, #0x1e + clz r12, r0 + movs r0, r0, lsl r12 + sub r3, r3, r12 + movs r1, r0 + mov r0, r1, lsl #0x15 + add r1, r1, r1 + orr r1, r2, r1, lsr #0xc + orr r1, r1, r3, lsl #0x14 + bx lr + + arm_func_start _dfltu +_dfltu: ; 0x020EA078 + cmp r0, #0x0 + mov r1, #0x0 + bxeq lr + mov r3, #0x400 + add r3, r3, #0x1e + bmi _020EA09C + clz r12, r0 + movs r0, r0, lsl r12 + sub r3, r3, r12 +_020EA09C: + mov r1, r0 + mov r0, r1, lsl #0x15 + add r1, r1, r1 + mov r1, r1, lsr #0xc + orr r1, r1, r3, lsl #0x14 + bx lr + + arm_func_start _dmul +_dmul: ; 0x020EA0B4 + stmdb sp!, {r4-r7,lr} + eor lr, r1, r3 + and lr, lr, #0x80000000 + mov r12, r1, lsr #0x14 + mov r1, r1, lsl #0xb + orr r1, r1, r0, lsr #0x15 + mov r0, r0, lsl #0xb + movs r6, r12, lsl #0x15 + cmnne r6, #0x200000 + beq _020EA1BC + orr r1, r1, #0x80000000 + bic r12, r12, #0x800 + mov r4, r3, lsr #0x14 + mov r3, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs r5, r4, lsl #0x15 + cmnne r5, #0x200000 + beq _020EA204 + orr r3, r3, #0x80000000 + bic r4, r4, #0x800 +_020EA108: + add r12, r4, r12 + umull r5, r4, r0, r2 + umull r7, r6, r0, r3 + adds r4, r7, r4 + adc r6, r6, #0x0 + umull r7, r0, r1, r2 + adds r4, r7, r4 + adcs r0, r0, r6 + umull r7, r2, r1, r3 + adc r1, r2, #0x0 + adds r0, r0, r7 + adc r1, r1, #0x0 + orrs r4, r4, r5 + orrne r0, r0, #0x1 + cmp r1, #0x0 + blt _020EA154 + sub r12, r12, #0x1 + adds r0, r0, r0 + adc r1, r1, r1 +_020EA154: + add r12, r12, #0x2 + subs r12, r12, #0x400 + bmi _020EA2F0 + beq _020EA2F0 + mov r6, r12, lsl #0x14 + cmn r6, #0x100000 + bmi _020EA3F0 + movs r2, r0, lsl #0x15 + mov r0, r0, lsr #0xb + orr r0, r0, r1, lsl #0x15 + add r1, r1, r1 + orr r1, lr, r1, lsr #0xc + orr r1, r1, r12, lsl #0x14 + ldmeqia sp!, {r4-r7,lr} + bxeq lr + tst r2, #0x80000000 + ldmeqia sp!, {r4-r7,lr} + bxeq lr + movs r2, r2, lsl #0x1 + andeqs r2, r0, #0x1 + ldmeqia sp!, {r4-r7,lr} + bxeq lr + adds r0, r0, #0x1 + adc r1, r1, #0x0 + ldmia sp!, {r4-r7,lr} + bx lr +_020EA1BC: + bics r12, r12, #0x800 + beq _020EA218 + orrs r6, r0, r1, lsl #0x1 + bne _020EA3A4 + mov r4, r3, lsr #0x14 + mov r3, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs r5, r4, lsl #0x15 + beq _020EA1F8 + cmn r5, #0x200000 + bne _020EA390 + orrs r5, r2, r3, lsl #0x1 + beq _020EA390 + b _020EA3A4 +_020EA1F8: + orrs r5, r3, r2 + beq _020EA3B8 + b _020EA390 +_020EA204: + bics r4, r4, #0x800 + beq _020EA2AC + orrs r6, r2, r3, lsl #0x1 + bne _020EA3A4 + b _020EA390 +_020EA218: + orrs r6, r0, r1, lsl #0x1 + beq _020EA280 + mov r12, #0x1 + cmp r1, #0x0 + bne _020EA23C + sub r12, r12, #0x20 + movs r1, r0 + mov r0, #0x0 + bmi _020EA258 +_020EA23C: + clz r6, r1 + movs r1, r1, lsl r6 + rsb r6, r6, #0x20 + orr r1, r1, r0, lsr r6 + rsb r6, r6, #0x20 + mov r0, r0, lsl r6 + sub r12, r12, r6 +_020EA258: + mov r4, r3, lsr #0x14 + mov r3, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs r5, r4, lsl #0x15 + cmnne r5, #0x200000 + beq _020EA204 + orr r3, r3, #0x80000000 + bic r4, r4, #0x800 + b _020EA108 +_020EA280: + mov r4, r3, lsr #0x14 + mov r3, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs r5, r4, lsl #0x15 + beq _020EA404 + cmn r5, #0x200000 + bne _020EA404 + orrs r6, r2, r3, lsl #0x1 + beq _020EA3B8 + b _020EA3A4 +_020EA2AC: + orrs r5, r2, r3, lsl #0x1 + beq _020EA404 + mov r4, #0x1 + cmp r3, #0x0 + bne _020EA2D0 + sub r4, r4, #0x20 + movs r3, r2 + mov r2, #0x0 + bmi _020EA108 +_020EA2D0: + clz r6, r3 + movs r3, r3, lsl r6 + rsb r6, r6, #0x20 + orr r3, r3, r2, lsr r6 + rsb r6, r6, #0x20 + mov r2, r2, lsl r6 + sub r4, r4, r6 + b _020EA108 +_020EA2F0: + cmn r12, #0x34 + beq _020EA388 + bmi _020EA3E0 + mov r2, r1 + mov r3, r0 + add r4, r12, #0x34 + cmp r4, #0x20 + movge r2, r3 + movge r3, #0x0 + subge r4, r4, #0x20 + rsb r5, r4, #0x20 + mov r2, r2, lsl r4 + orr r2, r2, r3, lsr r5 + movs r3, r3, lsl r4 + orrne r2, r2, #0x1 + rsb r12, r12, #0xc + cmp r12, #0x20 + movge r0, r1 + movge r1, #0x0 + subge r12, r12, #0x20 + rsb r4, r12, #0x20 + mov r0, r0, lsr r12 + orr r0, r0, r1, lsl r4 + orr r1, lr, r1, lsr r12 + cmp r2, #0x0 + ldmeqia sp!, {r4-r7,lr} + bxeq lr + tst r2, #0x80000000 + ldmeqia sp!, {r4-r7,lr} + bxeq lr + movs r2, r2, lsl #0x1 + andeqs r2, r0, #0x1 + ldmeqia sp!, {r4-r7,lr} + bxeq lr + adds r0, r0, #0x1 + adc r1, r1, #0x0 + ldmia sp!, {r4-r7,lr} + bx lr +_020EA388: + orr r0, r0, r1, lsl #0x1 + b _020EA3C8 +_020EA390: + ldr r1, _020EA414 ; =0x7FF00000 + orr r1, lr, r1 + mov r0, #0x0 + ldmia sp!, {r4-r7,lr} + bx lr +_020EA3A4: + mov r1, r3 + mvn r0, #0x0 + bic r1, r0, #0x80000000 + ldmia sp!, {r4-r7,lr} + bx lr +_020EA3B8: + mvn r0, #0x0 + bic r1, r0, #0x80000000 + ldmia sp!, {r4-r7,lr} + bx lr +_020EA3C8: + movs r2, r0 + mov r1, lr + mov r0, #0x0 + addne r0, r0, #0x1 + ldmia sp!, {r4-r7,lr} + bx lr +_020EA3E0: + mov r1, lr + mov r0, #0x0 + ldmia sp!, {r4-r7,lr} + bx lr +_020EA3F0: + ldr r1, _020EA414 ; =0x7FF00000 + orr r1, lr, r1 + mov r0, #0x0 + ldmia sp!, {r4-r7,lr} + bx lr +_020EA404: + mov r1, lr + mov r0, #0x0 + ldmia sp!, {r4-r7,lr} + bx lr + .balign 4 +_020EA414: .word 0x7FF00000 + + arm_func_start _dsqrt +_dsqrt: ; 0x020EA418 + stmdb sp!, {r4-r6,lr} + ldr r2, _020EA5A8 ; =0x7FF00000 + cmp r1, r2 + bhs _020EA564 + movs r12, r1, lsr #0x14 + beq _020EA510 + bic r1, r1, r2 + orr r1, r1, #0x100000 +_020EA438: + movs r12, r12, asr #0x1 + bhs _020EA44C + sub r12, r12, #0x1 + movs r0, r0, lsl #0x1 + adc r1, r1, r1 +_020EA44C: + movs r3, r0, lsl #0x1 + adc r1, r1, r1 + mov r2, #0x0 + mov r4, #0x0 + mov lr, #0x200000 +_020EA460: + add r6, r4, lr + cmp r6, r1 + addle r4, r6, lr + suble r1, r1, r6 + addle r2, r2, lr + movs r3, r3, lsl #0x1 + adc r1, r1, r1 + movs lr, lr, lsr #0x1 + bne _020EA460 + mov r0, #0x0 + mov r5, #0x0 + cmp r1, r4 + cmpeq r3, #0x80000000 + blo _020EA4A8 + subs r3, r3, #0x80000000 + sbc r1, r1, r4 + add r4, r4, #0x1 + mov r0, #0x80000000 +_020EA4A8: + movs r3, r3, lsl #0x1 + adc r1, r1, r1 + mov lr, #0x40000000 +_020EA4B4: + add r6, r5, lr + cmp r4, r1 + cmpeq r6, r3 + bhi _020EA4D4 + add r5, r6, lr + subs r3, r3, r6 + sbc r1, r1, r4 + add r0, r0, lr +_020EA4D4: + movs r3, r3, lsl #0x1 + adc r1, r1, r1 + movs lr, lr, lsr #0x1 + bne _020EA4B4 + orrs r1, r1, r3 + biceq r0, r0, #0x1 + movs r1, r2, lsr #0x1 + movs r0, r0, rrx + adcs r0, r0, #0x0 + adc r1, r1, #0x0 + add r1, r1, #0x20000000 + sub r1, r1, #0x100000 + add r1, r1, r12, lsl #0x14 + ldmia sp!, {r4-r6,lr} + bx lr +_020EA510: + cmp r1, #0x0 + bne _020EA540 + cmp r0, #0x0 + ldmeqia sp!, {r4-r6,lr} + bxeq lr + mvn r12, #0x13 + clz r5, r0 + movs r0, r0, lsl r5 + sub r12, r12, r5 + mov r1, r0, lsr #0xb + mov r0, r0, lsl #0x15 + b _020EA438 +_020EA540: + clz r2, r1 + movs r1, r1, lsl r2 + rsb r2, r2, #0x2b + mov r1, r1, lsr #0xb + orr r1, r1, r0, lsr r2 + rsb r2, r2, #0x20 + mov r0, r0, lsl r2 + rsb r12, r2, #0x1 + b _020EA438 +_020EA564: + tst r1, #0x80000000 + beq _020EA580 + bics r3, r1, #0x80000000 + cmpeq r0, #0x0 + ldmeqia sp!, {r4-r6,lr} + bxeq lr + b _020EA58C +_020EA580: + orrs r2, r0, r1, lsl #0xc + ldmeqia sp!, {r4-r6,lr} + bxeq lr +_020EA58C: + ldr r2, _020EA5AC ; =0x7FF80000 + orr r1, r1, r2 + ldr r3, _020EA5B0 ; =UNK_021D74A8 + mov r4, #0x21 + str r4, [r3, #0x0] + ldmia sp!, {r4-r6,lr} + bx lr + .balign 4 +_020EA5A8: .word 0x7FF00000 +_020EA5AC: .word 0x7FF80000 +_020EA5B0: .word UNK_021D74A8 + + arm_func_start _drsb +_drsb: ; 0x020EA5B4 + eor r1, r1, r3 + eor r3, r1, r3 + eor r1, r1, r3 + eor r0, r0, r2 + eor r2, r0, r2 + eor r0, r0, r2 + + arm_func_start _dsub +_dsub: + stmdb sp!, {r4,lr} + eors r12, r1, r3 + eormi r3, r3, #0x80000000 + bmi _020E9B54 +_020EA5DC: + subs r12, r0, r2 + sbcs lr, r1, r3 + bhs _020EA5FC + eor lr, lr, #0x80000000 + adds r2, r2, r12 + adc r3, r3, lr + subs r0, r0, r12 + sbc r1, r1, lr +_020EA5FC: + mov lr, #0x80000000 + mov r12, r1, lsr #0x14 + orr r1, lr, r1, lsl #0xb + orr r1, r1, r0, lsr #0x15 + mov r0, r0, lsl #0xb + movs r4, r12, lsl #0x15 + cmnne r4, #0x200000 + beq _020EA800 + mov r4, r3, lsr #0x14 + orr r3, lr, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs lr, r4, lsl #0x15 + beq _020EA848 +_020EA634: + subs r4, r12, r4 + beq _020EA6DC + cmp r4, #0x20 + ble _020EA670 + cmp r4, #0x38 + movge r4, #0x3f + sub r4, r4, #0x20 + rsb lr, r4, #0x20 + orrs lr, r2, r3, lsl lr + mov r2, r3, lsr r4 + orrne r2, r2, #0x1 + subs r0, r0, r2 + sbcs r1, r1, #0x0 + bmi _020EA698 + b _020EA788 +_020EA670: + rsb lr, r4, #0x20 + movs lr, r2, lsl lr + rsb lr, r4, #0x20 + mov r2, r2, lsr r4 + orr r2, r2, r3, lsl lr + mov r3, r3, lsr r4 + orrne r2, r2, #0x1 + subs r0, r0, r2 + sbcs r1, r1, r3 + bpl _020EA788 +_020EA698: + movs r2, r0, lsl #0x15 + mov r0, r0, lsr #0xb + orr r0, r0, r1, lsl #0x15 + add r1, r1, r1 + mov r1, r1, lsr #0xc + orr r1, r1, r12, lsl #0x14 + tst r2, #0x80000000 + ldmeqia sp!, {r4,lr} + bxeq lr + movs r2, r2, lsl #0x1 + andeqs r2, r0, #0x1 + ldmeqia sp!, {r4,lr} + bxeq lr + adds r0, r0, #0x1 + adc r1, r1, #0x0 + ldmia sp!, {r4,lr} + bx lr +_020EA6DC: + subs r0, r0, r2 + sbc r1, r1, r3 + orrs lr, r1, r0 + beq _020EA96C + mov lr, r12, lsl #0x14 + and lr, lr, #0x80000000 + bic r12, r12, #0x800 + cmp r1, #0x0 + bmi _020EA764 + bne _020EA714 + sub r12, r12, #0x20 + movs r1, r0 + mov r0, #0x0 + bmi _020EA730 +_020EA714: + clz r4, r1 + movs r1, r1, lsl r4 + rsb r4, r4, #0x20 + orr r1, r1, r0, lsr r4 + rsb r4, r4, #0x20 + mov r0, r0, lsl r4 + sub r12, r12, r4 +_020EA730: + cmp r12, #0x0 + bgt _020EA76C + rsb r12, r12, #0xc + cmp r12, #0x20 + movge r0, r1 + movge r1, #0x0 + subge r12, r12, #0x20 + rsb r4, r12, #0x20 + mov r0, r0, lsr r12 + orr r0, r0, r1, lsl r4 + orr r1, lr, r1, lsr r12 + ldmia sp!, {r4,lr} + bx lr +_020EA764: + cmp r1, #0x0 + subges r12, r12, #0x1 +_020EA76C: + mov r0, r0, lsr #0xb + orr r0, r0, r1, lsl #0x15 + add r1, r1, r1 + orr r1, lr, r1, lsr #0xc + orr r1, r1, r12, lsl #0x14 + ldmia sp!, {r4,lr} + bx lr +_020EA788: + mov lr, r12, lsl #0x14 + and lr, lr, #0x80000000 + bic r12, r12, #0x800 + cmp r1, #0x0 + bne _020EA7AC + sub r12, r12, #0x20 + movs r1, r0 + mov r0, #0x0 + bmi _020EA7C8 +_020EA7AC: + clz r4, r1 + movs r1, r1, lsl r4 + rsb r4, r4, #0x20 + orr r1, r1, r0, lsr r4 + rsb r4, r4, #0x20 + mov r0, r0, lsl r4 + sub r12, r12, r4 +_020EA7C8: + cmp r12, #0x0 + orrgt r12, r12, lr, lsr #0x14 + bgt _020EA698 + rsb r12, r12, #0xc + cmp r12, #0x20 + movge r0, r1 + movge r1, #0x0 + subge r12, r12, #0x20 + rsb r4, r12, #0x20 + mov r0, r0, lsr r12 + orr r0, r0, r1, lsl r4 + orr r1, lr, r1, lsr r12 + ldmia sp!, {r4,lr} + bx lr +_020EA800: + cmp r12, #0x800 + movge lr, #0x80000000 + movlt lr, #0x0 + bics r12, r12, #0x800 + beq _020EA86C + orrs r4, r0, r1, lsl #0x1 + bne _020EA948 + mov r4, r3, lsr #0x14 + mov r3, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs r4, r4, lsl #0x15 + beq _020EA934 + cmn r4, #0x200000 + bne _020EA934 + orrs r4, r2, r3, lsl #0x1 + beq _020EA95C + b _020EA948 +_020EA848: + cmp r4, #0x800 + movge lr, #0x80000000 + movlt lr, #0x0 + bic r12, r12, #0x800 + bics r4, r4, #0x800 + beq _020EA8E4 + orrs r4, r2, r3, lsl #0x1 + bne _020EA948 + b _020EA934 +_020EA86C: + orrs r4, r0, r1, lsl #0x1 + beq _020EA8AC + mov r12, #0x1 + bic r1, r1, #0x80000000 + mov r4, r3, lsr #0x14 + mov r3, r3, lsl #0xb + orr r3, r3, r2, lsr #0x15 + mov r2, r2, lsl #0xb + movs r4, r4, lsl #0x15 + cmnne r4, #0x200000 + mov r4, r4, lsr #0x15 + orr r4, r4, lr, lsr #0x14 + beq _020EA848 + orr r3, r3, #0x80000000 + orr r12, r12, lr, lsr #0x14 + b _020EA634 +_020EA8AC: + mov r12, r3, lsr #0x14 + mov r1, r3, lsl #0xb + orr r1, r1, r2, lsr #0x15 + mov r0, r2, lsl #0xb + movs r4, r12, lsl #0x15 + beq _020EA8D8 + cmn r4, #0x200000 + bne _020EA900 + orrs r4, r0, r1, lsl #0x1 + bne _020EA94C + b _020EA934 +_020EA8D8: + orrs r4, r0, r1, lsl #0x1 + beq _020EA96C + b _020EA900 +_020EA8E4: + orrs r4, r2, r3, lsl #0x1 + beq _020EA910 + mov r4, #0x1 + bic r3, r3, #0x80000000 + orr r12, r12, lr, lsr #0x14 + orr r4, r4, lr, lsr #0x14 + b _020EA634 +_020EA900: + mov r1, r3 + mov r0, r2 + ldmia sp!, {r4,lr} + bx lr +_020EA910: + cmp r1, #0x0 + subges r12, r12, #0x1 + mov r0, r0, lsr #0xb + orr r0, r0, r1, lsl #0x15 + add r1, r1, r1 + orr r1, lr, r1, lsr #0xc + orr r1, r1, r12, lsl #0x14 + ldmia sp!, {r4,lr} + bx lr +_020EA934: + ldr r1, _020EA97C ; =0x7FF00000 + orr r1, lr, r1 + mov r0, #0x0 + ldmia sp!, {r4,lr} + bx lr +_020EA948: + mov r1, r3 +_020EA94C: + mvn r0, #0x0 + bic r1, r0, #0x80000000 + ldmia sp!, {r4,lr} + bx lr +_020EA95C: + mvn r0, #0x0 + bic r1, r0, #0x80000000 + ldmia sp!, {r4,lr} + bx lr +_020EA96C: + mov r1, #0x0 + mov r0, #0x0 + ldmia sp!, {r4,lr} + bx lr + .balign 4 +_020EA97C: .word 0x7FF00000 + + arm_func_start _fadd +_fadd: ; 0x020EA980 + eors r2, r0, r1 + eormi r1, r1, #0x80000000 + bmi _020EB7BC +_020EA98C: + subs r12, r0, r1 + subcc r0, r0, r12 + addcc r1, r1, r12 + mov r2, #0x80000000 + mov r3, r0, lsr #0x17 + orr r0, r2, r0, lsl #0x8 + ands r12, r3, #0xff + cmpne r12, #0xff + beq _020EAA20 + mov r12, r1, lsr #0x17 + orr r1, r2, r1, lsl #0x8 + ands r2, r12, #0xff + beq _020EAA60 +_020EA9C0: + subs r12, r3, r12 + beq _020EA9D8 + rsb r2, r12, #0x20 + movs r2, r1, lsl r2 + mov r1, r1, lsr r12 + orrne r1, r1, #0x1 +_020EA9D8: + adds r0, r0, r1 + blo _020EA9F8 + and r1, r0, #0x1 + orr r0, r1, r0, rrx + add r3, r3, #0x1 + and r2, r3, #0xff + cmp r2, #0xff + beq _020EAB68 +_020EA9F8: + ands r1, r0, #0xff + add r0, r0, r0 + mov r0, r0, lsr #0x9 + orr r0, r0, r3, lsl #0x17 + tst r1, #0x80 + bxeq lr + ands r1, r1, #0x7f + andeqs r1, r0, #0x1 + addne r0, r0, #0x1 + bx lr +_020EAA20: + cmp r3, #0x100 + movge r2, #0x80000000 + movlt r2, #0x0 + ands r3, r3, #0xff + beq _020EAA84 + movs r0, r0, lsl #0x1 + bne _020EAB94 + mov r12, r1, lsr #0x17 + mov r1, r1, lsl #0x9 + ands r12, r12, #0xff + beq _020EAB88 + cmp r12, #0xff + blt _020EAB88 + cmp r1, #0x0 + beq _020EAB88 + b _020EAB94 +_020EAA60: + cmp r3, #0x100 + movge r2, #0x80000000 + movlt r2, #0x0 + and r3, r3, #0xff + ands r12, r12, #0xff + beq _020EAAE0 +_020EAA78: + movs r1, r1, lsl #0x1 + bne _020EAB94 + b _020EAB88 +_020EAA84: + movs r0, r0, lsl #0x1 + beq _020EAABC + mov r3, #0x1 + mov r0, r0, lsr #0x1 + mov r12, r1, lsr #0x17 + mov r1, r1, lsl #0x8 + ands r12, r12, #0xff + beq _020EAAE0 + cmp r12, #0xff + beq _020EAA78 + orr r1, r1, #0x80000000 + orr r3, r3, r2, lsr #0x17 + orr r12, r12, r2, lsr #0x17 + b _020EA9C0 +_020EAABC: + mov r3, r1, lsr #0x17 + mov r0, r1, lsl #0x9 + ands r3, r3, #0xff + beq _020EAB48 + cmp r3, #0xff + blt _020EAB48 + cmp r0, #0x0 + beq _020EAB88 + b _020EAB80 +_020EAAE0: + movs r1, r1, lsl #0x1 + beq _020EAB50 + mov r1, r1, lsr #0x1 + mov r12, #0x1 + orr r3, r3, r2, lsr #0x17 + orr r12, r12, r2, lsr #0x17 + cmp r0, #0x0 + bmi _020EA9C0 + adds r0, r0, r1 + blo _020EAB14 + and r1, r0, #0x1 + orr r0, r1, r0, rrx + add r12, r12, #0x1 +_020EAB14: + cmp r0, #0x0 + subge r12, r12, #0x1 + ands r1, r0, #0xff + add r0, r0, r0 + mov r0, r0, lsr #0x9 + orr r0, r0, r12, lsl #0x17 + bxeq lr + tst r1, #0x80 + bxeq lr + ands r1, r1, #0x7f + andeqs r1, r0, #0x1 + addne r0, r0, #0x1 + bx lr +_020EAB48: + mov r0, r1 + bx lr +_020EAB50: + cmp r0, #0x0 + subges r3, r3, #0x1 + add r0, r0, r0 + orr r0, r2, r0, lsr #0x9 + orr r0, r0, r3, lsl #0x17 + bx lr +_020EAB68: + cmp r3, #0x100 + movge r2, #0x80000000 + movlt r2, #0x0 + mov r0, #0xff000000 + orr r0, r2, r0, lsr #0x1 + bx lr +_020EAB80: + mvn r0, #0x80000000 + bx lr +_020EAB88: + mov r0, #0xff000000 + orr r0, r2, r0, lsr #0x1 + bx lr +_020EAB94: + mvn r0, #0x80000000 + bx lr +_020EAB9C: ; 0x020EAB9C + mvn r0, #0x80000000 + bx lr + + arm_func_start _dgr +_dgr: ; 0x020EABA4 + mov r12, #0x200000 + cmn r12, r1, lsl #0x1 + bhs _020EAC18 + cmn r12, r3, lsl #0x1 + bhs _020EAC2C +_020EABB8: + orrs r12, r3, r1 + bmi _020EABE8 + cmp r1, r3 + cmpeq r0, r2 + movhi r0, #0x1 + movls r0, #0x0 + bx lr +_020EABD4: + mov r0, #0x0 + mrs r12, cpsr + bic r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr +_020EABE8: + orr r12, r0, r12, lsl #0x1 + orrs r12, r12, r2 + moveq r0, #0x0 + mrs r12, cpsr + bic r12, r12, #0x20000000 + msr cpsr_f, r12 + bxeq lr + cmp r3, r1 + cmpeq r2, r0 + movhi r0, #0x1 + movls r0, #0x0 + bx lr +_020EAC18: + bne _020EABD4 + cmp r0, #0x0 + bhi _020EABD4 + cmn r12, r3, lsl #0x1 + blo _020EABB8 +_020EAC2C: + bne _020EABD4 + cmp r2, #0x0 + bhi _020EABD4 + b _020EABB8 + + arm_func_start _dleq +_dleq: ; 0x020EAC3C + mov r12, #0x200000 + cmn r12, r1, lsl #0x1 + bhs _020EACBC + cmn r12, r3, lsl #0x1 + bhs _020EACD0 +_020EAC50: + orrs r12, r3, r1 + bmi _020EAC84 + cmp r1, r3 + cmpeq r0, r2 + movls r0, #0x1 + movhi r0, #0x0 + bx lr +_020EAC6C: + mov r0, #0x0 + mrs r12, cpsr + bic r12, r12, #0x40000000 + orr r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr +_020EAC84: + orr r12, r0, r12, lsl #0x1 + orrs r12, r12, r2 + moveq r0, #0x1 + bne _020EACA8 + mrs r12, cpsr + bic r12, r12, #0x20000000 + orr r12, r12, #0x40000000 + msr cpsr_f, r12 + bxeq lr +_020EACA8: + cmp r3, r1 + cmpeq r2, r0 + movls r0, #0x1 + movhi r0, #0x0 + bx lr +_020EACBC: + bne _020EAC6C + cmp r0, #0x0 + bhi _020EAC6C + cmn r12, r3, lsl #0x1 + blo _020EAC50 +_020EACD0: + bne _020EAC6C + cmp r2, #0x0 + bhi _020EAC6C + b _020EAC50 + + arm_func_start _dls +_dls: ; 0x020EACE0 + mov r12, #0x200000 + cmn r12, r1, lsl #0x1 + bhs _020EAD58 + cmn r12, r3, lsl #0x1 + bhs _020EAD6C +_020EACF4: + orrs r12, r3, r1 + bmi _020EAD24 + cmp r1, r3 + cmpeq r0, r2 + movcc r0, #0x1 + movcs r0, #0x0 + bx lr +_020EAD10: + mov r0, #0x0 + mrs r12, cpsr + orr r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr +_020EAD24: + orr r12, r0, r12, lsl #0x1 + orrs r12, r12, r2 + moveq r0, #0x0 + bne _020EAD44 + mrs r12, cpsr + orr r12, r12, #0x20000000 + msr cpsr_f, r12 + bxeq lr +_020EAD44: + cmp r3, r1 + cmpeq r2, r0 + movcc r0, #0x1 + movcs r0, #0x0 + bx lr +_020EAD58: + bne _020EAD10 + cmp r0, #0x0 + bhi _020EAD10 + cmn r12, r3, lsl #0x1 + blo _020EACF4 +_020EAD6C: + bne _020EAD10 + cmp r2, #0x0 + bhi _020EAD10 + b _020EACF4 + + arm_func_start _deq +_deq: ; 0x020EAD7C + mov r12, #0x200000 + cmn r12, r1, lsl #0x1 + bhs _020EADE4 + cmn r12, r3, lsl #0x1 + bhs _020EADF8 +_020EAD90: + orrs r12, r3, r1 + bmi _020EADC0 + cmp r1, r3 + cmpeq r0, r2 + moveq r0, #0x1 + movne r0, #0x0 + bx lr +_020EADAC: + mov r0, #0x0 + mrs r12, cpsr + bic r12, r12, #0x40000000 + msr cpsr_f, r12 + bx lr +_020EADC0: + orr r12, r0, r12, lsl #0x1 + orrs r12, r12, r2 + moveq r0, #0x1 + bxeq lr + cmp r3, r1 + cmpeq r2, r0 + moveq r0, #0x1 + movne r0, #0x0 + bx lr +_020EADE4: + bne _020EADAC + cmp r0, #0x0 + bhi _020EADAC + cmn r12, r3, lsl #0x1 + blo _020EAD90 +_020EADF8: + bne _020EADAC + cmp r2, #0x0 + bhi _020EADAC + b _020EAD90 + + arm_func_start _dneq +_dneq: ; 0x020EAE08 + mov r12, #0x200000 + cmn r12, r1, lsl #0x1 + bhs _020EAE70 + cmn r12, r3, lsl #0x1 + bhs _020EAE84 +_020EAE1C: + orrs r12, r3, r1 + bmi _020EAE4C + cmp r1, r3 + cmpeq r0, r2 + movne r0, #0x1 + moveq r0, #0x0 + bx lr +_020EAE38: + mov r0, #0x1 + mrs r12, cpsr + bic r12, r12, #0x40000000 + msr cpsr_f, r12 + bx lr +_020EAE4C: + orr r12, r0, r12, lsl #0x1 + orrs r12, r12, r2 + moveq r0, #0x0 + bxeq lr + cmp r3, r1 + cmpeq r2, r0 + movne r0, #0x1 + moveq r0, #0x0 + bx lr +_020EAE70: + bne _020EAE38 + cmp r0, #0x0 + bhi _020EAE38 + cmn r12, r3, lsl #0x1 + blo _020EAE1C +_020EAE84: + bne _020EAE38 + cmp r2, #0x0 + bhi _020EAE38 + b _020EAE1C + + arm_func_start _fgeq +_fgeq: ; 0x020EAE94 + mov r3, #0xff000000 + cmp r3, r0, lsl #0x1 + cmpcs r3, r1, lsl #0x1 + blo _020EAEDC + cmp r0, #0x0 + bicmi r0, r0, #0x80000000 + rsbmi r0, r0, #0x0 + cmp r1, #0x0 + bicmi r1, r1, #0x80000000 + rsbmi r1, r1, #0x0 + cmp r0, r1 + movge r0, #0x1 + movlt r0, #0x0 + mrs r12, cpsr + biclt r12, r12, #0x20000000 + orrge r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr +_020EAEDC: + mov r0, #0x0 + mrs r12, cpsr + bic r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr + + arm_func_start _fgr +_fgr: ; 0x020EAEF0 + mov r3, #0xff000000 + cmp r3, r0, lsl #0x1 + cmpcs r3, r1, lsl #0x1 + blo _020EAF38 + cmp r0, #0x0 + bicmi r0, r0, #0x80000000 + rsbmi r0, r0, #0x0 + cmp r1, #0x0 + bicmi r1, r1, #0x80000000 + rsbmi r1, r1, #0x0 + cmp r0, r1 + movgt r0, #0x1 + movle r0, #0x0 + mrs r12, cpsr + bicle r12, r12, #0x20000000 + orrgt r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr +_020EAF38: + mov r0, #0x0 + mrs r12, cpsr + bic r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr + + arm_func_start _fleq +_fleq: ; 0x020EAF4C + mov r3, #0xff000000 + cmp r3, r0, lsl #0x1 + cmpcs r3, r1, lsl #0x1 + blo _020EAF9C + cmp r0, #0x0 + bicmi r0, r0, #0x80000000 + rsbmi r0, r0, #0x0 + cmp r1, #0x0 + bicmi r1, r1, #0x80000000 + rsbmi r1, r1, #0x0 + cmp r0, r1 + movle r0, #0x1 + movgt r0, #0x0 + mrs r12, cpsr + orrgt r12, r12, #0x20000000 + bicgt r12, r12, #0x40000000 + bicle r12, r12, #0x20000000 + orrle r12, r12, #0x40000000 + msr cpsr_f, r12 + bx lr +_020EAF9C: + mov r0, #0x0 + mrs r12, cpsr + bic r12, r12, #0x40000000 + orr r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr + + arm_func_start _fls +_fls: ; 0x020EAFB4 + mov r3, #0xff000000 + cmp r3, r0, lsl #0x1 + cmpcs r3, r1, lsl #0x1 + blo _020EAFFC + cmp r0, #0x0 + bicmi r0, r0, #0x80000000 + rsbmi r0, r0, #0x0 + cmp r1, #0x0 + bicmi r1, r1, #0x80000000 + rsbmi r1, r1, #0x0 + cmp r0, r1 + movlt r0, #0x1 + movge r0, #0x0 + mrs r12, cpsr + orrge r12, r12, #0x20000000 + biclt r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr +_020EAFFC: + mov r0, #0x0 + mrs r12, cpsr + orr r12, r12, #0x20000000 + msr cpsr_f, r12 + bx lr + + arm_func_start _feq +_feq: ; 0x020EB010 + mov r3, #0xff000000 + cmp r3, r0, lsl #0x1 + blo _020EB064 + cmp r3, r1, lsl #0x1 + blo _020EB064 + orr r3, r0, r1 + movs r3, r3, lsl #0x1 + moveq r0, #0x0 + bne _020EB044 + mrs r12, cpsr + orr r12, r12, #0x40000000 + msr cpsr_f, r12 + bx lr +_020EB044: + cmp r0, r1 + movne r0, #0x1 + moveq r0, #0x0 + mrs r12, cpsr + bicne r12, r12, #0x40000000 + orreq r12, r12, #0x40000000 + msr cpsr_f, r12 + bx lr +_020EB064: + mov r0, #0x1 + mrs r12, cpsr + bic r12, r12, #0x40000000 + msr cpsr_f, r12 + bx lr + + arm_func_start _frdiv +_frdiv: ; 0x020EB078 + eor r0, r0, r1 + eor r1, r0, r1 + eor r0, r0, r1 + + arm_func_start _fdiv +_fdiv: ; 0x020EB084 + stmdb sp!, {lr} + mov r12, #0xff + ands r3, r12, r0, lsr #0x17 + cmpne r3, #0xff + beq _020EB258 + ands r12, r12, r1, lsr #0x17 + cmpne r12, #0xff + beq _020EB294 + orr r1, r1, #0x800000 + orr r0, r0, #0x800000 + bic r2, r0, #0xff000000 + bic lr, r1, #0xff000000 +_020EB0B4: + cmp r2, lr + movcc r2, r2, lsl #0x1 + subcc r3, r3, #0x1 + teq r0, r1 + sub r0, pc, #0x94 + ldrb r1, [r0, lr, lsr #0xf] + rsb lr, lr, #0x0 + mov r0, lr, asr #0x1 + mul r0, r1, r0 + add r0, r0, #0x80000000 + mov r0, r0, lsr #0x6 + mul r0, r1, r0 + mov r0, r0, lsr #0xe + mul r1, lr, r0 + sub r12, r3, r12 + mov r1, r1, lsr #0xc + mul r1, r0, r1 + mov r0, r0, lsl #0xe + add r0, r0, r1, lsr #0xf + umull r1, r0, r2, r0 + mov r3, r0 + orrmi r0, r0, #0x80000000 + adds r12, r12, #0x7e + bmi _020EB35C + cmp r12, #0xfe + bge _020EB410 + add r0, r0, r12, lsl #0x17 + mov r12, r1, lsr #0x1c + cmp r12, #0x7 + beq _020EB238 + add r0, r0, r1, lsr #0x1f + ldmia sp!, {lr} + bx lr +_020EB138: ; not code + .byte 0xFF, 0xFF, 0xFE, 0xFD, 0xFC, 0xFB, 0xFA, 0xF9 + .byte 0xF8, 0xF7, 0xF6, 0xF5, 0xF4, 0xF3, 0xF2, 0xF1, 0xF0, 0xF0, 0xEF, 0xEE, 0xED, 0xEC, 0xEB, 0xEA + .byte 0xEA, 0xE9, 0xE8, 0xE7, 0xE6, 0xE6, 0xE5, 0xE4, 0xE3, 0xE2, 0xE2, 0xE1, 0xE0, 0xDF, 0xDF, 0xDE + .byte 0xDD, 0xDC, 0xDC, 0xDB, 0xDA, 0xD9, 0xD9, 0xD8, 0xD7, 0xD7, 0xD6, 0xD5, 0xD4, 0xD4, 0xD3, 0xD2 + .byte 0xD2, 0xD1, 0xD0, 0xD0, 0xCF, 0xCE, 0xCE, 0xCD, 0xCC, 0xCC, 0xCB, 0xCB, 0xCA, 0xC9, 0xC9, 0xC8 + .byte 0xC8, 0xC7, 0xC6, 0xC6, 0xC5, 0xC5, 0xC4, 0xC3, 0xC3, 0xC2, 0xC2, 0xC1, 0xC0, 0xC0, 0xBF, 0xBF + .byte 0xBE, 0xBE, 0xBD, 0xBD, 0xBC, 0xBC, 0xBB, 0xBA, 0xBA, 0xB9, 0xB9, 0xB8, 0xB8, 0xB7, 0xB7, 0xB6 + .byte 0xB6, 0xB5, 0xB5, 0xB4, 0xB4, 0xB3, 0xB3, 0xB2, 0xB2, 0xB1, 0xB1, 0xB0, 0xB0, 0xAF, 0xAF, 0xAF + .byte 0xAE, 0xAE, 0xAD, 0xAD, 0xAC, 0xAC, 0xAB, 0xAB, 0xAA, 0xAA, 0xAA, 0xA9, 0xA9, 0xA8, 0xA8, 0xA7 + .byte 0xA7, 0xA7, 0xA6, 0xA6, 0xA5, 0xA5, 0xA4, 0xA4, 0xA4, 0xA3, 0xA3, 0xA2, 0xA2, 0xA2, 0xA1, 0xA1 + .byte 0xA0, 0xA0, 0xA0, 0x9F, 0x9F, 0x9E, 0x9E, 0x9E, 0x9D, 0x9D, 0x9D, 0x9C, 0x9C, 0x9B, 0x9B, 0x9B + .byte 0x9A, 0x9A, 0x9A, 0x99, 0x99, 0x99, 0x98, 0x98, 0x98, 0x97, 0x97, 0x96, 0x96, 0x96, 0x95, 0x95 + .byte 0x95, 0x94, 0x94, 0x94, 0x93, 0x93, 0x93, 0x92, 0x92, 0x92, 0x91, 0x91, 0x91, 0x91, 0x90, 0x90 + .byte 0x90, 0x8F, 0x8F, 0x8F, 0x8E, 0x8E, 0x8E, 0x8D, 0x8D, 0x8D, 0x8C, 0x8C, 0x8C, 0x8C, 0x8B, 0x8B + .byte 0x8B, 0x8A, 0x8A, 0x8A, 0x8A, 0x89, 0x89, 0x89, 0x88, 0x88, 0x88, 0x88, 0x87, 0x87, 0x87, 0x86 + .byte 0x86, 0x86, 0x86, 0x85, 0x85, 0x85, 0x85, 0x84, 0x84, 0x84, 0x83, 0x83, 0x83, 0x83, 0x82, 0x82 + .byte 0x82, 0x82, 0x81, 0x81, 0x81, 0x81, 0x80, 0x80 +_020EB238: + mov r1, r3, lsl #0x1 + add r1, r1, #0x1 + rsb lr, lr, #0x0 + mul r1, lr, r1 + cmp r1, r2, lsl #0x18 + addmi r0, r0, #0x1 + ldmia sp!, {lr} + bx lr +_020EB258: + eor lr, r0, r1 + and lr, lr, #0x80000000 + cmp r3, #0x0 + beq _020EB2B0 + movs r0, r0, lsl #0x9 + bne _020EB3F8 + mov r12, r1, lsr #0x17 + mov r1, r1, lsl #0x9 + ands r12, r12, #0xff + beq _020EB3E8 + cmp r12, #0xff + blt _020EB3E8 + cmp r1, #0x0 + beq _020EB404 + b _020EB3E0 +_020EB294: + eor lr, r0, r1 + and lr, lr, #0x80000000 + cmp r12, #0x0 + beq _020EB314 +_020EB2A4: + movs r1, r1, lsl #0x9 + bne _020EB3E0 + b _020EB430 +_020EB2B0: + movs r2, r0, lsl #0x9 + beq _020EB2E4 + clz r3, r2 + movs r2, r2, lsl r3 + rsb r3, r3, #0x0 + mov r2, r2, lsr #0x8 + ands r12, r12, r1, lsr #0x17 + beq _020EB33C + cmp r12, #0xff + beq _020EB2A4 + orr r1, r1, #0x800000 + bic lr, r1, #0xff000000 + b _020EB0B4 +_020EB2E4: + mov r12, r1, lsr #0x17 + mov r1, r1, lsl #0x9 + ands r12, r12, #0xff + beq _020EB308 + cmp r12, #0xff + blt _020EB430 + cmp r1, #0x0 + beq _020EB430 + b _020EB3E0 +_020EB308: + cmp r1, #0x0 + beq _020EB404 + b _020EB430 +_020EB314: + movs r12, r1, lsl #0x9 + beq _020EB3E8 + mov lr, r12 + clz r12, lr + movs lr, lr, lsl r12 + rsb r12, r12, #0x0 + mov lr, lr, lsr #0x8 + orr r0, r0, #0x800000 + bic r2, r0, #0xff000000 + b _020EB0B4 +_020EB33C: + movs r12, r1, lsl #0x9 + beq _020EB3E8 + mov lr, r12 + clz r12, lr + movs lr, lr, lsl r12 + rsb r12, r12, #0x0 + mov lr, lr, lsr #0x8 + b _020EB0B4 +_020EB35C: + and r0, r0, #0x80000000 + cmn r12, #0x18 + beq _020EB3D0 + bmi _020EB428 + add r1, r12, #0x17 + mov r2, r2, lsl r1 + rsb r12, r12, #0x0 + mov r3, r3, lsr r12 + orr r0, r0, r3 + rsb lr, lr, #0x0 + mul r1, lr, r3 + cmp r1, r2 + ldmeqia sp!, {lr} + bxeq lr + add r1, r1, lr + cmp r1, r2 + beq _020EB3C4 + addmi r0, r0, #0x1 + subpl r1, r1, lr + add r1, lr, r1, lsl #0x1 + cmp r1, r2, lsl #0x1 + and r3, r0, #0x1 + addmi r0, r0, #0x1 + addeq r0, r0, r3 + ldmia sp!, {lr} + bx lr +_020EB3C4: + add r0, r0, #0x1 + ldmia sp!, {lr} + bx lr +_020EB3D0: + cmn r2, lr + addne r0, r0, #0x1 + ldmia sp!, {lr} + bx lr +_020EB3E0: + mov r0, r1 + b _020EB3F8 +_020EB3E8: + mov r0, #0xff000000 + orr r0, lr, r0, lsr #0x1 + ldmia sp!, {lr} + bx lr +_020EB3F8: + mvn r0, #0x80000000 + ldmia sp!, {lr} + bx lr +_020EB404: + mvn r0, #0x80000000 + ldmia sp!, {lr} + bx lr +_020EB410: + tst r0, #0x80000000 + mov r0, #0xff000000 + movne r0, r0, asr #0x1 + moveq r0, r0, lsr #0x1 + ldmia sp!, {lr} + bx lr +_020EB428: + ldmia sp!, {lr} + bx lr +_020EB430: + mov r0, lr + ldmia sp!, {lr} + bx lr + + arm_func_start _f2d +_f2d: + and r2, r0, #0x80000000 + mov r12, r0, lsr #0x17 + mov r3, r0, lsl #0x9 + ands r12, r12, #0xff + beq _020EB46C + cmp r12, #0xff + beq _020EB498 +_020EB458: + add r12, r12, #0x380 + mov r0, r3, lsl #0x14 + orr r1, r2, r3, lsr #0xc + orr r1, r1, r12, lsl #0x14 + bx lr +_020EB46C: + cmp r3, #0x0 + bne _020EB480 + mov r1, r2 + mov r0, #0x0 + bx lr +_020EB480: + mov r3, r3, lsr #0x1 + clz r12, r3 + movs r3, r3, lsl r12 + rsb r12, r12, #0x1 + add r3, r3, r3 + b _020EB458 +_020EB498: + cmp r3, #0x0 + bhi _020EB4B0 + ldr r1, _020EB4BC ; =0x7FF00000 + orr r1, r1, r2 + mov r0, #0x0 + bx lr +_020EB4B0: + mvn r0, #0x0 + bic r1, r0, #0x80000000 + bx lr + .balign 4 +_020EB4BC: .word 0x7FF00000 + + arm_func_start _ffix +_ffix: ; 0x020EB4C0 + bic r1, r0, #0x80000000 + mov r2, #0x9e + subs r2, r2, r1, lsr #0x17 + ble _020EB4E8 + mov r1, r1, lsl #0x8 + orr r1, r1, #0x80000000 + cmp r0, #0x0 + mov r0, r1, lsr r2 + rsbmi r0, r0, #0x0 + bx lr +_020EB4E8: + mvn r0, r0, asr #0x1f + add r0, r0, #0x80000000 + bx lr + + arm_func_start _ffixu +_ffixu: ; 0x020EB4F4 + tst r0, #0x80000000 + bne _020EB518 + mov r1, #0x9e + subs r1, r1, r0, lsr #0x17 + blt _020EB52C + mov r2, r0, lsl #0x8 + orr r0, r2, #0x80000000 + mov r0, r0, lsr r1 + bx lr +_020EB518: + mov r2, #0xff000000 + cmp r2, r0, lsl #0x1 + movcs r0, #0x0 + mvncc r0, #0x0 + bx lr +_020EB52C: + mvn r0, #0x0 + bx lr + + arm_func_start _fflt +_fflt: ; 0x020EB534 + ands r2, r0, #0x80000000 + rsbmi r0, r0, #0x0 + cmp r0, #0x0 + bxeq lr + clz r3, r0 + movs r0, r0, lsl r3 + rsb r3, r3, #0x9e + ands r1, r0, #0xff + add r0, r0, r0 + orr r0, r2, r0, lsr #0x9 + orr r0, r0, r3, lsl #0x17 + bxeq lr + tst r1, #0x80 + bxeq lr + ands r3, r1, #0x7f + andeqs r3, r0, #0x1 + addne r0, r0, #0x1 + bx lr + + arm_func_start _ffltu +_ffltu: ; 0x020EB57C + cmp r0, #0x0 + bxeq lr + mov r3, #0x9e + bmi _020EB598 + clz r12, r0 + movs r0, r0, lsl r12 + sub r3, r3, r12 +_020EB598: + ands r2, r0, #0xff + add r0, r0, r0 + mov r0, r0, lsr #0x9 + orr r0, r0, r3, lsl #0x17 + bxeq lr + tst r2, #0x80 + bxeq lr + ands r1, r2, #0x7f + andeqs r1, r0, #0x1 + addne r0, r0, #0x1 + bx lr + + arm_func_start _fmul +_fmul: ; 0x020EB5C4 + eor r2, r0, r1 + and r2, r2, #0x80000000 + mov r12, #0xff + ands r3, r12, r0, lsr #0x17 + mov r0, r0, lsl #0x8 + cmpne r3, #0xff + beq _020EB640 + orr r0, r0, #0x80000000 + ands r12, r12, r1, lsr #0x17 + mov r1, r1, lsl #0x8 + cmpne r12, #0xff + beq _020EB680 + orr r1, r1, #0x80000000 +_020EB5F8: + add r12, r3, r12 + umull r1, r3, r0, r1 + movs r0, r3 + addpl r0, r0, r0 + subpl r12, r12, #0x1 + subs r12, r12, #0x7f + bmi _020EB70C + cmp r12, #0xfe + bge _020EB778 + ands r3, r0, #0xff + orr r0, r2, r0, lsr #0x8 + add r0, r0, r12, lsl #0x17 + tst r3, #0x80 + bxeq lr + orrs r1, r1, r3, lsl #0x19 + andeqs r3, r0, #0x1 + addne r0, r0, #0x1 + bx lr +_020EB640: + cmp r3, #0x0 + beq _020EB694 + movs r0, r0, lsl #0x1 + bne _020EB768 + mov r12, r1, lsr #0x17 + mov r1, r1, lsl #0x9 + ands r12, r12, #0xff + beq _020EB674 + cmp r12, #0xff + blt _020EB75C + cmp r1, #0x0 + beq _020EB75C + b _020EB768 +_020EB674: + cmp r1, #0x0 + beq _020EB770 + b _020EB75C +_020EB680: + cmp r12, #0x0 + beq _020EB6F0 +_020EB688: + movs r1, r1, lsl #0x1 + bne _020EB768 + b _020EB75C +_020EB694: + movs r0, r0, lsl #0x1 + beq _020EB6CC + mov r0, r0, lsr #0x1 + clz r3, r0 + movs r0, r0, lsl r3 + rsb r3, r3, #0x1 + mov r12, r1, lsr #0x17 + mov r1, r1, lsl #0x8 + ands r12, r12, #0xff + beq _020EB6F0 + cmp r12, #0xff + beq _020EB688 + orr r1, r1, #0x80000000 + b _020EB5F8 +_020EB6CC: + mov r12, r1, lsr #0x17 + mov r1, r1, lsl #0x9 + ands r12, r12, #0xff + beq _020EB79C + cmp r12, #0xff + blt _020EB79C + cmp r1, #0x0 + beq _020EB770 + b _020EB768 +_020EB6F0: + movs r1, r1, lsl #0x1 + beq _020EB79C + mov r1, r1, lsr #0x1 + clz r12, r1 + movs r1, r1, lsl r12 + rsb r12, r12, #0x1 + b _020EB5F8 +_020EB70C: + cmn r12, #0x18 + beq _020EB754 + bmi _020EB794 + cmp r1, #0x0 + orrne r0, r0, #0x1 + mov r3, r0 + mov r0, r0, lsr #0x8 + rsb r12, r12, #0x0 + orr r0, r2, r0, lsr r12 + rsb r12, r12, #0x18 + movs r1, r3, lsl r12 + bxeq lr + tst r1, #0x80000000 + bxeq lr + movs r1, r1, lsl #0x1 + andeqs r1, r0, #0x1 + addne r0, r0, #0x1 + bx lr +_020EB754: + mov r0, r0, lsl #0x1 + b _020EB784 +_020EB75C: + mov r0, #0xff000000 + orr r0, r2, r0, lsr #0x1 + bx lr +_020EB768: + mvn r0, #0x80000000 + bx lr +_020EB770: + mvn r0, #0x80000000 + bx lr +_020EB778: + mov r0, #0xff000000 + orr r0, r2, r0, lsr #0x1 + bx lr +_020EB784: + movs r1, r0 + mov r0, r2 + addne r0, r0, #0x1 + bx lr +_020EB794: + mov r0, r2 + bx lr +_020EB79C: + mov r0, r2 + bx lr + + arm_func_start _frsb +_frsb: ; 0x020EB7A4 + eor r0, r0, r1 + eor r1, r0, r1 + eor r0, r0, r1 + + arm_func_start _fsub +_fsub: ; 0x020EB7B0 + eors r2, r0, r1 + eormi r1, r1, #0x80000000 + bmi _020EA98C +_020EB7BC: + subs r12, r0, r1 + eorcc r12, r12, #0x80000000 + subcc r0, r0, r12 + addcc r1, r1, r12 + mov r2, #0x80000000 + mov r3, r0, lsr #0x17 + orr r0, r2, r0, lsl #0x8 + ands r12, r3, #0xff + cmpne r12, #0xff + beq _020EB8D8 + mov r12, r1, lsr #0x17 + orr r1, r2, r1, lsl #0x8 + ands r2, r12, #0xff + beq _020EB918 +_020EB7F4: + subs r12, r3, r12 + beq _020EB83C + rsb r2, r12, #0x20 + movs r2, r1, lsl r2 + mov r1, r1, lsr r12 + orrne r1, r1, #0x1 + subs r0, r0, r1 + bpl _020EB880 + ands r1, r0, #0xff + add r0, r0, r0 + mov r0, r0, lsr #0x9 + orr r0, r0, r3, lsl #0x17 + tst r1, #0x80 + bxeq lr + ands r1, r1, #0x7f + andeqs r1, r0, #0x1 + addne r0, r0, #0x1 + bx lr +_020EB83C: + subs r0, r0, r1 + beq _020EB9E4 + mov r2, r3, lsl #0x17 + and r2, r2, #0x80000000 + bic r3, r3, #0x100 + clz r12, r0 + movs r0, r0, lsl r12 + sub r3, r3, r12 + cmp r3, #0x0 + bgt _020EB870 + rsb r3, r3, #0x9 + orr r0, r2, r0, lsr r3 + bx lr +_020EB870: + add r0, r0, r0 + orr r0, r2, r0, lsr #0x9 + orr r0, r0, r3, lsl #0x17 + bx lr +_020EB880: + mov r2, r3, lsl #0x17 + and r2, r2, #0x80000000 + bic r3, r3, #0x100 + clz r12, r0 + movs r0, r0, lsl r12 + sub r3, r3, r12 + cmp r3, #0x0 + bgt _020EB8AC + rsb r3, r3, #0x9 + orr r0, r2, r0, lsr r3 + bx lr +_020EB8AC: + ands r1, r0, #0xff + add r0, r0, r0 + orr r0, r2, r0, lsr #0x9 + orr r0, r0, r3, lsl #0x17 + bxeq lr + tst r1, #0x80 + bxeq lr + ands r1, r1, #0x7f + andeqs r1, r0, #0x1 + addne r0, r0, #0x1 + bx lr +_020EB8D8: + cmp r3, #0x100 + movge r2, #0x80000000 + movlt r2, #0x0 + ands r3, r3, #0xff + beq _020EB940 + movs r0, r0, lsl #0x1 + bne _020EBA18 + mov r12, r1, lsr #0x17 + mov r1, r1, lsl #0x9 + ands r12, r12, #0xff + beq _020EBA0C + cmp r12, #0xff + blt _020EBA0C + cmp r1, #0x0 + beq _020EBA20 + b _020EBA18 +_020EB918: + cmp r12, #0x100 + movge r2, #0x80000000 + movlt r2, #0x0 + and r3, r3, #0xff + ands r12, r12, #0xff + beq _020EB9A8 +_020EB930: + eor r2, r2, #0x80000000 + movs r1, r1, lsl #0x1 + bne _020EBA18 + b _020EBA0C +_020EB940: + movs r0, r0, lsl #0x1 + beq _020EB978 + mov r0, r0, lsr #0x1 + mov r3, #0x1 + mov r12, r1, lsr #0x17 + mov r1, r1, lsl #0x8 + ands r12, r12, #0xff + beq _020EB9A8 + cmp r12, #0xff + beq _020EB930 + orr r1, r1, #0x80000000 + orr r3, r3, r2, lsr #0x17 + orr r12, r12, r2, lsr #0x17 + b _020EB7F4 +_020EB978: + mov r3, r1, lsr #0x17 + mov r0, r1, lsl #0x9 + ands r2, r3, #0xff + beq _020EB99C + cmp r2, #0xff + blt _020EB9C4 + cmp r0, #0x0 + bne _020EBA04 + b _020EBA0C +_020EB99C: + cmp r0, #0x0 + beq _020EB9E4 + b _020EB9C4 +_020EB9A8: + movs r1, r1, lsl #0x1 + beq _020EB9CC + mov r1, r1, lsr #0x1 + mov r12, #0x1 + orr r12, r12, r2, lsr #0x17 + orr r3, r3, r2, lsr #0x17 + b _020EB7F4 +_020EB9C4: + mov r0, r1 + bx lr +_020EB9CC: + cmp r0, #0x0 + subges r3, r3, #0x1 + add r0, r0, r0 + orr r0, r2, r0, lsr #0x9 + orr r0, r0, r3, lsl #0x17 + bx lr +_020EB9E4: + mov r0, #0x0 + bx lr +_020EB9EC: ; 0x020EB9EC + cmp r0, #0x0 + subges r3, r3, #0x1 + add r0, r0, r0 + mov r0, r0, lsr #0x9 + orr r0, r0, r3, lsl #0x17 + bx lr +_020EBA04: + mvn r0, #0x80000000 + bx lr +_020EBA0C: + mov r0, #0xff000000 + orr r0, r2, r0, lsr #0x1 + bx lr +_020EBA18: + mvn r0, #0x80000000 + bx lr +_020EBA20: + mvn r0, #0x80000000 + bx lr + + arm_func_start _ll_mod +_ll_mod: ; 0x020EBA28 + stmdb sp!, {r4-r7,r11-r12,lr} + mov r4, r1 + orr r4, r4, #0x1 + b _020EBA48 + + arm_func_start _ll_sdiv +_ll_sdiv: ; 0x020EBA38 + stmdb sp!, {r4-r7,r11-r12,lr} + eor r4, r1, r3 + mov r4, r4, asr #0x1 + mov r4, r4, lsl #0x1 +_020EBA48: + orrs r5, r3, r2 + bne _020EBA58 + ldmia sp!, {r4-r7,r11-r12,lr} + bx lr +_020EBA58: + mov r5, r0, lsr #0x1f + add r5, r5, r1 + mov r6, r2, lsr #0x1f + add r6, r6, r3 + orrs r6, r5, r6 + bne _020EBA8C + mov r1, r2 + bl _s32_div_f + ands r4, r4, #0x1 + movne r0, r1 + mov r1, r0, asr #0x1f + ldmia sp!, {r4-r7,r11-r12,lr} + bx lr +_020EBA8C: + cmp r1, #0x0 + bge _020EBA9C + rsbs r0, r0, #0x0 + rsc r1, r1, #0x0 +_020EBA9C: + cmp r3, #0x0 + bge _020EBAAC + rsbs r2, r2, #0x0 + rsc r3, r3, #0x0 +_020EBAAC: + orrs r5, r1, r0 + beq _020EBBD0 + mov r5, #0x0 + mov r6, #0x1 + cmp r3, #0x0 + bmi _020EBAD8 +_020EBAC4: + add r5, r5, #0x1 + adds r2, r2, r2 + adcs r3, r3, r3 + bpl _020EBAC4 + add r6, r6, r5 +_020EBAD8: + cmp r1, #0x0 + blt _020EBAF8 +_020EBAE0: + cmp r6, #0x1 + beq _020EBAF8 + sub r6, r6, #0x1 + adds r0, r0, r0 + adcs r1, r1, r1 + bpl _020EBAE0 +_020EBAF8: + mov r7, #0x0 + mov r12, #0x0 + mov r11, #0x0 + b _020EBB20 +_020EBB08: + orr r12, r12, #0x1 + subs r6, r6, #0x1 + beq _020EBB78 + adds r0, r0, r0 + adcs r1, r1, r1 + adcs r7, r7, r7 +_020EBB20: + subs r0, r0, r2 + sbcs r1, r1, r3 + sbcs r7, r7, #0x0 + adds r12, r12, r12 + adc r11, r11, r11 + cmp r7, #0x0 + bge _020EBB08 +_020EBB3C: + subs r6, r6, #0x1 + beq _020EBB70 + adds r0, r0, r0 + adcs r1, r1, r1 + adc r7, r7, r7 + adds r0, r0, r2 + adcs r1, r1, r3 + adc r7, r7, #0x0 + adds r12, r12, r12 + adc r11, r11, r11 + cmp r7, #0x0 + bge _020EBB08 + b _020EBB3C +_020EBB70: + adds r0, r0, r2 + adc r1, r1, r3 +_020EBB78: + ands r7, r4, #0x1 + moveq r0, r12 + moveq r1, r11 + beq _020EBBB0 + subs r7, r5, #0x20 + movge r0, r1, lsr r7 + bge _020EBBD4 + rsb r7, r5, #0x20 + mov r0, r0, lsr r5 + orr r0, r0, r1, lsl r7 + mov r1, r1, lsr r5 + b _020EBBB0 +_020EBBA8: ; 0x020EBBA8 + mov r0, r1, lsr r7 + mov r1, #0x0 +_020EBBB0: + cmp r4, #0x0 + blt _020EBBC0 + ldmia sp!, {r4-r7,r11-r12,lr} + bx lr +_020EBBC0: + rsbs r0, r0, #0x0 + rsc r1, r1, #0x0 + ldmia sp!, {r4-r7,r11-r12,lr} + bx lr +_020EBBD0: + mov r0, #0x0 +_020EBBD4: + mov r1, #0x0 + cmp r4, #0x0 + blt _020EBBC0 + ldmia sp!, {r4-r7,r11-r12,lr} + bx lr + + arm_func_start _ll_udiv +_ll_udiv: ; 0x020EBBE8 + stmdb sp!, {r4-r7,r11-r12,lr} + mov r4, #0x0 + b _020EBBFC + + arm_func_start _ull_mod +_ull_mod: ; 0x020EBBF4 + stmdb sp!, {r4-r7,r11-r12,lr} + mov r4, #0x1 +_020EBBFC: + orrs r5, r3, r2 + bne _020EBC0C + ldmia sp!, {r4-r7,r11-r12,lr} + bx lr +_020EBC0C: + orrs r5, r1, r3 + bne _020EBAAC + mov r1, r2 + bl _u32_div_not_0_f + cmp r4, #0x0 + movne r0, r1 + mov r1, #0x0 + ldmia sp!, {r4-r7,r11-r12,lr} + bx lr + + arm_func_start _ll_mul +_ll_mul: ; 0x020EBC30 + stmdb sp!, {r4-r5,lr} + umull r5, r4, r0, r2 + mla r4, r0, r3, r4 + mla r4, r2, r1, r4 + mov r1, r4 + mov r0, r5 + ldmia sp!, {r4-r5,lr} + bx lr + + arm_func_start _ll_shl +_ll_shl: ; 0x020EBC50 + ands r2, r2, #0x3f + bxeq lr + subs r3, r2, #0x20 + bge _020EBC74 + rsb r3, r2, #0x20 + mov r1, r1, lsl r2 + orr r1, r1, r0, lsr r3 + mov r0, r0, lsl r2 + bx lr +_020EBC74: + mov r1, r0, lsl r3 + mov r0, #0x0 + bx lr + + arm_func_start _s32_div_f +_s32_div_f: ; 0x020EBC80 + eor r12, r0, r1 + and r12, r12, #0x80000000 + cmp r0, #0x0 + rsblt r0, r0, #0x0 + addlt r12, r12, #0x1 + cmp r1, #0x0 + rsblt r1, r1, #0x0 + beq _020EBE78 + cmp r0, r1 + movcc r1, r0 + movcc r0, #0x0 + blo _020EBE78 + mov r2, #0x1c + mov r3, r0, lsr #0x4 + cmp r1, r3, lsr #0xc + suble r2, r2, #0x10 + movle r3, r3, lsr #0x10 + cmp r1, r3, lsr #0x4 + suble r2, r2, #0x8 + movle r3, r3, lsr #0x8 + cmp r1, r3 + suble r2, r2, #0x4 + movle r3, r3, lsr #0x4 + mov r0, r0, lsl r2 + rsb r1, r1, #0x0 + adds r0, r0, r0 + add r2, r2, r2, lsl #0x1 + add pc, pc, r2, lsl #0x2 + mov r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + mov r1, r3 +_020EBE78: + ands r3, r12, #0x80000000 + rsbne r0, r0, #0x0 + ands r3, r12, #0x1 + rsbne r1, r1, #0x0 + bx lr + + arm_func_start _u32_div_f +_u32_div_f: ; 0x020EBE8C + cmp r1, #0x0 + bxeq lr + + arm_func_start _u32_div_not_0_f +_u32_div_not_0_f: + cmp r0, r1 + movcc r1, r0 + movcc r0, #0x0 + bxcc lr + mov r2, #0x1c + mov r3, r0, lsr #0x4 + cmp r1, r3, lsr #0xc + suble r2, r2, #0x10 + movle r3, r3, lsr #0x10 + cmp r1, r3, lsr #0x4 + suble r2, r2, #0x8 + movle r3, r3, lsr #0x8 + cmp r1, r3 + suble r2, r2, #0x4 + movle r3, r3, lsr #0x4 + mov r0, r0, lsl r2 + rsb r1, r1, #0x0 + adds r0, r0, r0 + add r2, r2, r2, lsl #0x1 + add pc, pc, r2, lsl #0x2 + mov r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + adcs r3, r1, r3, lsl #0x1 + subcc r3, r3, r1 + adcs r0, r0, r0 + mov r1, r3 + bx lr + + arm_func_start _drdiv +_drdiv: ; 0x020EC070 + eor r1, r1, r3 + eor r3, r1, r3 + eor r1, r1, r3 + eor r0, r0, r2 + eor r2, r0, r2 + eor r0, r0, r2 + + arm_func_start _ddiv +_ddiv: ; 0x020EC088 + stmdb sp!, {r4-r6,lr} + ldr lr, _020EC5C8 ; =0x00000FFE + eor r4, r1, r3 + ands r12, lr, r1, lsr #0x13 + cmpne r12, lr + beq _020EC434 + bic r1, r1, lr, lsl #0x14 + orr r1, r1, #0x100000 + add r12, r12, r4, lsr #0x1f +_020EC0AC: + ands r4, lr, r3, lsr #0x13 + cmpne r4, lr + beq _020EC4CC + bic r3, r3, lr, lsl #0x14 + orr r3, r3, #0x100000 +_020EC0C0: + sub r12, r12, r4 + cmp r1, r3 + cmpeq r0, r2 + bhs _020EC0DC + adds r0, r0, r0 + adc r1, r1, r1 + sub r12, r12, #0x2 +_020EC0DC: + sub r4, pc, #0x24 + ldrb lr, [r4, r3, lsr #0xc] + rsbs r2, r2, #0x0 + rsc r3, r3, #0x0 + mov r4, #0x20000000 + mla r5, lr, r3, r4 + mov r6, r3, lsl #0xa + mov r5, r5, lsr #0x7 + mul lr, r5, lr + orr r6, r6, r2, lsr #0x16 + mov lr, lr, lsr #0xd + mul r5, lr, r6 + mov r6, r1, lsl #0xa + orr r6, r6, r0, lsr #0x16 + mov r5, r5, lsr #0x10 + mul r5, lr, r5 + mov lr, lr, lsl #0xe + add lr, lr, r5, lsr #0x10 + umull r5, r6, lr, r6 + umull r4, r5, r6, r2 + mla r5, r3, r6, r5 + mov r4, r4, lsr #0x1a + orr r4, r4, r5, lsl #0x6 + add r4, r4, r0, lsl #0x2 + umull lr, r5, r4, lr + mov r4, #0x0 + adds r5, r5, r6, lsl #0x18 + adc r4, r4, r6, lsr #0x8 + cmp r12, #0x800 + bge _020EC2C0 + add r12, r12, #0x7f0 + adds r12, r12, #0xc + bmi _020EC2D8 + orr r1, r4, r12, lsl #0x1f + bic r12, r12, #0x1 + add r1, r1, r12, lsl #0x13 + tst lr, #0x80000000 + bne _020EC1B0 + rsbs r2, r2, #0x0 + mov r4, r4, lsl #0x1 + add r4, r4, r5, lsr #0x1f + mul lr, r2, r4 + mov r6, #0x0 + mov r4, r5, lsl #0x1 + orr r4, r4, #0x1 + umlal r6, lr, r4, r2 + rsc r3, r3, #0x0 + mla lr, r4, r3, lr + cmp lr, r0, lsl #0x15 + bmi _020EC1B0 + mov r0, r5 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC1B0: + adds r0, r5, #0x1 + adc r1, r1, #0x0 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC1C0: ; not code + .byte 0xFF, 0xFF, 0xFE, 0xFD, 0xFC, 0xFB, 0xFA, 0xF9, 0xF8, 0xF7, 0xF6, 0xF5, 0xF4, 0xF3, 0xF2, 0xF1 + .byte 0xF0, 0xF0, 0xEF, 0xEE, 0xED, 0xEC, 0xEB, 0xEA, 0xEA, 0xE9, 0xE8, 0xE7, 0xE6, 0xE6, 0xE5, 0xE4 + .byte 0xE3, 0xE2, 0xE2, 0xE1, 0xE0, 0xDF, 0xDF, 0xDE, 0xDD, 0xDC, 0xDC, 0xDB, 0xDA, 0xD9, 0xD9, 0xD8 + .byte 0xD7, 0xD7, 0xD6, 0xD5, 0xD4, 0xD4, 0xD3, 0xD2, 0xD2, 0xD1, 0xD0, 0xD0, 0xCF, 0xCE, 0xCE, 0xCD + .byte 0xCC, 0xCC, 0xCB, 0xCB, 0xCA, 0xC9, 0xC9, 0xC8, 0xC8, 0xC7, 0xC6, 0xC6, 0xC5, 0xC5, 0xC4, 0xC3 + .byte 0xC3, 0xC2, 0xC2, 0xC1, 0xC0, 0xC0, 0xBF, 0xBF, 0xBE, 0xBE, 0xBD, 0xBD, 0xBC, 0xBC, 0xBB, 0xBA + .byte 0xBA, 0xB9, 0xB9, 0xB8, 0xB8, 0xB7, 0xB7, 0xB6, 0xB6, 0xB5, 0xB5, 0xB4, 0xB4, 0xB3, 0xB3, 0xB2 + .byte 0xB2, 0xB1, 0xB1, 0xB0, 0xB0, 0xAF, 0xAF, 0xAF, 0xAE, 0xAE, 0xAD, 0xAD, 0xAC, 0xAC, 0xAB, 0xAB + .byte 0xAA, 0xAA, 0xAA, 0xA9, 0xA9, 0xA8, 0xA8, 0xA7, 0xA7, 0xA7, 0xA6, 0xA6, 0xA5, 0xA5, 0xA4, 0xA4 + .byte 0xA4, 0xA3, 0xA3, 0xA2, 0xA2, 0xA2, 0xA1, 0xA1, 0xA0, 0xA0, 0xA0, 0x9F, 0x9F, 0x9E, 0x9E, 0x9E + .byte 0x9D, 0x9D, 0x9D, 0x9C, 0x9C, 0x9B, 0x9B, 0x9B, 0x9A, 0x9A, 0x9A, 0x99, 0x99, 0x99, 0x98, 0x98 + .byte 0x98, 0x97, 0x97, 0x96, 0x96, 0x96, 0x95, 0x95, 0x95, 0x94, 0x94, 0x94, 0x93, 0x93, 0x93, 0x92 + .byte 0x92, 0x92, 0x91, 0x91, 0x91, 0x91, 0x90, 0x90, 0x90, 0x8F, 0x8F, 0x8F, 0x8E, 0x8E, 0x8E, 0x8D + .byte 0x8D, 0x8D, 0x8C, 0x8C, 0x8C, 0x8C, 0x8B, 0x8B, 0x8B, 0x8A, 0x8A, 0x8A, 0x8A, 0x89, 0x89, 0x89 + .byte 0x88, 0x88, 0x88, 0x88, 0x87, 0x87, 0x87, 0x86, 0x86, 0x86, 0x86, 0x85, 0x85, 0x85, 0x85, 0x84 + .byte 0x84, 0x84, 0x83, 0x83, 0x83, 0x83, 0x82, 0x82, 0x82, 0x82, 0x81, 0x81, 0x81, 0x81, 0x80, 0x80 +_020EC2C0: + movs r1, r12, lsl #0x1f + orr r1, r1, #0x7f000000 + orr r1, r1, #0xf00000 + mov r0, #0x0 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC2D8: + mvn r6, r12, asr #0x1 + cmp r6, #0x34 + bgt _020EC424 + beq _020EC400 + cmp r6, #0x14 + bge _020EC320 + rsb r6, r6, #0x13 + mov lr, r0, lsl r6 + rsb r6, r6, #0x14 + mov r0, r5, lsr r6 + rsb r6, r6, #0x20 + orr r0, r0, r4, lsl r6 + rsb r6, r6, #0x20 + mov r4, r4, lsr r6 + orr r1, r4, r12, lsl #0x1f + mov r12, lr + mov lr, #0x0 + b _020EC350 +_020EC320: + rsb r6, r6, #0x33 + mov lr, r1, lsl r6 + mov r1, r12, lsl #0x1f + rsb r6, r6, #0x20 + orr r12, lr, r0, lsr r6 + rsb r6, r6, #0x20 + mov lr, r0, lsl r6 + mov r5, r5, lsr #0x15 + orr r5, r5, r4, lsl #0xb + rsb r6, r6, #0x1f + mov r0, r5, lsr r6 + mov r4, #0x0 +_020EC350: + rsbs r2, r2, #0x0 + mul r4, r2, r4 + mov r5, #0x0 + umlal r5, r4, r2, r0 + rsc r3, r3, #0x0 + mla r4, r0, r3, r4 + cmp r4, r12 + cmpeq r5, lr + ldmeqia sp!, {r4-r6,lr} + bxeq lr + adds r5, r5, r2 + adc r4, r4, r3 + cmp r4, r12 + bmi _020EC3F4 + bne _020EC398 + cmp r5, lr + beq _020EC3E4 + blo _020EC3F4 +_020EC398: + subs r5, r5, r2 + sbc r4, r4, r3 +_020EC3A0: + adds r5, r5, r5 + adc r4, r4, r4 + adds r5, r5, r2 + adc r4, r4, r3 + adds lr, lr, lr + adc r12, r12, r12 + cmp r4, r12 + bmi _020EC3E4 + ldmneia sp!, {r4-r6,lr} + bxne lr + cmp r5, lr + blo _020EC3E4 + ldmneia sp!, {r4-r6,lr} + bxne lr + tst r0, #0x1 + ldmeqia sp!, {r4-r6,lr} + bxeq lr +_020EC3E4: + adds r0, r0, #0x1 + adc r1, r1, #0x0 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC3F4: + adds r0, r0, #0x1 + adc r1, r1, #0x0 + b _020EC3A0 +_020EC400: + rsbs r2, r2, #0x0 + rsc r3, r3, #0x0 + cmp r1, r3 + cmpeq r0, r2 + mov r1, r12, lsl #0x1f + mov r0, #0x0 + movne r0, #0x1 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC424: + mov r1, r12, lsl #0x1f + mov r0, #0x0 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC434: + orrs r5, r0, r1, lsl #0x1 + beq _020EC558 + cmp r12, lr + beq _020EC49C + movs r1, r1, lsl #0xc + beq _020EC478 + clz r5, r1 + movs r1, r1, lsl r5 + sub r12, r12, r5 + add r5, r12, #0x1f + mov r1, r1, lsr #0xb + orr r1, r1, r0, lsr r5 + rsb r5, r5, #0x20 + mov r0, r0, lsl r5 + mov r12, r12, lsl #0x1 + orr r12, r12, r4, lsr #0x1f + b _020EC0AC +_020EC478: + mvn r12, #0x13 + clz r5, r0 + movs r0, r0, lsl r5 + sub r12, r12, r5 + mov r1, r0, lsr #0xb + mov r0, r0, lsl #0x15 + mov r12, r12, lsl #0x1 + orr r12, r12, r4, lsr #0x1f + b _020EC0AC +_020EC49C: + orrs r5, r0, r1, lsl #0xc + bne _020EC580 + bic r5, r3, #0x80000000 + cmp r5, lr, lsl #0x13 + bhs _020EC4C0 + and r5, r3, #0x80000000 + eor r1, r5, r1 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC4C0: + orrs r5, r2, r3, lsl #0xc + bne _020EC5A0 + b _020EC5B8 +_020EC4CC: + orrs r5, r2, r3, lsl #0x1 + beq _020EC544 + cmp r4, lr + beq _020EC52C + movs r3, r3, lsl #0xc + beq _020EC50C + clz r5, r3 + movs r3, r3, lsl r5 + sub r4, r4, r5 + add r5, r4, #0x1f + mov r3, r3, lsr #0xb + orr r3, r3, r2, lsr r5 + rsb r5, r5, #0x20 + mov r2, r2, lsl r5 + mov r4, r4, lsl #0x1 + b _020EC0C0 +_020EC50C: + mvn r4, #0x13 + clz r5, r2 + movs r2, r2, lsl r5 + sub r4, r4, r5 + mov r3, r2, lsr #0xb + mov r2, r2, lsl #0x15 + mov r4, r4, lsl #0x1 + b _020EC0C0 +_020EC52C: + orrs r5, r2, r3, lsl #0xc + bne _020EC5A0 + mov r1, r12, lsl #0x1f + mov r0, #0x0 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC544: + mov r1, r12, lsl #0x1f + orr r1, r1, lr, lsl #0x13 + mov r0, #0x0 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC558: + orrs r5, r2, r3, lsl #0x1 + beq _020EC5B8 + bic r5, r3, #0x80000000 + cmp r5, lr, lsl #0x13 + cmpeq r2, #0x0 + bhi _020EC5A0 + eor r1, r1, r3 + and r1, r1, #0x80000000 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC580: + tst r1, #0x80000 + beq _020EC5B8 + bic r5, r3, #0x80000000 + cmp r5, lr, lsl #0x13 + cmpeq r2, #0x0 + bhi _020EC5A0 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC5A0: + tst r3, #0x80000 + beq _020EC5B8 + mov r1, r3 + mov r0, r2 + ldmia sp!, {r4-r6,lr} + bx lr +_020EC5B8: + orr r1, r1, #0x7f000000 + orr r1, r1, #0xf80000 + ldmia sp!, {r4-r6,lr} + bx lr + .balign 4 +_020EC5C8: .word 0x00000FFE + + arm_func_start _fp_init +_fp_init: ; 0x020EC5CC + bx lr + + arm_func_start sys_writec +sys_writec: ; 0x020EC5D0 + str lr, [sp, #-0x4]! + mov r1, r0 + mov r0, #0x3 + swi 0x123456 + ldr pc, [sp], #0x4 + + arm_func_start sys_readc +sys_readc: ; 0x020EC5E4 + str lr, [sp, #-0x4]! + mov r1, #0x0 + mov r0, #0x7 + swi 0x123456 + ldr pc, [sp], #0x4 + + arm_func_start sys_exit +sys_exit: ; 0x020EC5F8 + mov r1, #0x0 + mov r0, #0x18 + swi 0x123456 + mov pc, lr + + arm_func_start __read_console +__read_console: ; 0x020EC608 + stmdb sp!, {r3-r7,lr} + mov r6, r2 + ldr r5, [r6, #0x0] + mov r7, r1 + cmp r5, #0x0 + mov r4, #0x0 + bls _020EC650 +_020EC624: + bl sys_readc + and r1, r0, #0xff + cmp r1, #0xd + strb r0, [r7, r4] + cmpne r1, #0xa + addeq r0, r4, #0x1 + streq r0, [r6, #0x0] + beq _020EC650 + add r4, r4, #0x1 + cmp r4, r5 + blo _020EC624 +_020EC650: + mov r0, #0x0 + ldmia sp!, {r3-r7,pc} + + arm_func_start __write_console +__write_console: ; 0x020EC658 + stmdb sp!, {r4-r6,lr} + ldr r5, [r2, #0x0] + mov r6, r1 + cmp r5, #0x0 + mov r4, #0x0 + bls _020EC684 +_020EC670: + add r0, r6, r4 + bl sys_writec + add r4, r4, #0x1 + cmp r4, r5 + blo _020EC670 +_020EC684: + mov r0, #0x0 + ldmia sp!, {r4-r6,pc} + + arm_func_start __close_console +__close_console: ; 0x020EC68C + mov r0, #0x0 + bx lr + + .extern SDK_STATIC_SINIT_START + arm_func_start __call_static_initializers +__call_static_initializers: ; 0x020EC694 + stmdb sp!, {r4,lr} + ldr r4, _020EC6BC ; =SDK_STATIC_SINIT_START + b _020EC6A8 +_020EC6A0: + blx r0 + add r4, r4, #0x4 +_020EC6A8: + cmp r4, #0x0 + ldrne r0, [r4, #0x0] + cmpne r0, #0x0 + bne _020EC6A0 + ldmia sp!, {r4,pc} + .balign 4 +_020EC6BC: .word SDK_STATIC_SINIT_START + + arm_func_start __destroy_global_chain +__destroy_global_chain: ; 0x020EC6C0 + stmdb sp!, {r3-r5,lr} + ldr r4, _020EC700 ; =__global_destructor_chain + ldr r2, [r4, #0x0] + cmp r2, #0x0 + ldmeqia sp!, {r3-r5,pc} +_020EC6D4: ; 0x020EC6D4 + mvn r5, #0x0 +_020EC6D8: + ldr r0, [r2, #0x0] + mov r1, r5 + str r0, [r4, #0x0] + ldr r0, [r2, #0x8] + ldr r2, [r2, #0x4] + blx r2 + ldr r2, [r4, #0x0] + cmp r2, #0x0 + bne _020EC6D8 + ldmia sp!, {r3-r5,pc} + .balign 4 +_020EC700: .word __global_destructor_chain + + arm_func_start _ExitProcess +_ExitProcess: ; 0x020EC704 + ldr ip, _020EC70C ; =sys_exit + bx r12 + .balign 4 +_020EC70C: .word sys_exit + + .section .exception + .word 0x00200100 + .word __read_console + .short 81 + .word 0x00300F00 + .word __write_console + .short 53 + .word 0x00200700 + .word __call_static_initializers + .short 45 + .word 0x00100100 + .word __destroy_global_chain + .short 69 + .word 0x00200300 + .word _ExitProcess + .short 13 + .word 0x00000000 diff --git a/arm9/lib/src/OS_irqHandler.c b/arm9/lib/src/OS_irqHandler.c index b1211b98..68f1425d 100644 --- a/arm9/lib/src/OS_irqHandler.c +++ b/arm9/lib/src/OS_irqHandler.c @@ -5,9 +5,7 @@ #include "sections.h" #include "CP_context.h" -#pragma section DTCM begin OSThreadQueue OSi_IrqThreadQueue = { NULL, NULL }; -#pragma section DTCM end #pragma section ITCM begin ARM_FUNC asm void OS_IrqHandler(void) -- cgit v1.2.3 From 75baff98260a8d962a85cc3fba6fef0646acc463 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 30 Jun 2020 10:33:20 -0400 Subject: Retire arm9.lcf --- CONTRIBUTING.md | 26 +- arm9/Makefile | 8 +- arm9/arm9.lcf | 4834 --------------------------------- arm9/arm9.lsf | 16 + arm9/asm/CTRDG_backup.s | 5 +- arm9/asm/CTRDG_flash_common.s | 4 + arm9/modules/01/src/module_01.c | 3 +- arm9/modules/11/asm/module_11.s | 10 - arm9/modules/11/src/module_11_sinit.c | 4 + arm9/modules/21/asm/module_21.s | 9 - arm9/modules/21/src/module_21_sinit.c | 4 + arm9/modules/23/asm/module_23.s | 8 - arm9/modules/23/src/module_23_sinit.c | 4 + arm9/modules/27/asm/module_27.s | 8 - arm9/modules/27/src/module_27_sinit.c | 4 + arm9/modules/28/asm/module_28.s | 8 - arm9/modules/28/src/module_28_sinit.c | 4 + arm9/modules/29/asm/module_29.s | 8 - arm9/modules/29/src/module_29_sinit.c | 4 + arm9/modules/30/asm/module_30.s | 10 +- arm9/modules/30/src/module_30_sinit.c | 4 + arm9/modules/32/asm/module_32.s | 8 - arm9/modules/32/src/module_32_sinit.c | 4 + arm9/modules/34/asm/module_34.s | 8 - arm9/modules/34/src/module_34_sinit.c | 4 + arm9/modules/36/asm/module_36.s | 8 - arm9/modules/36/src/module_36_sinit.c | 4 + arm9/modules/39/asm/module_39.s | 8 - arm9/modules/39/src/module_39_sinit.c | 4 + arm9/modules/41/asm/module_41.s | 8 - arm9/modules/41/src/module_41_sinit.c | 4 + arm9/modules/42/asm/module_42.s | 8 - arm9/modules/42/src/module_42_sinit.c | 4 + arm9/modules/43/asm/module_43.s | 8 - arm9/modules/43/src/module_43_sinit.c | 4 + arm9/modules/44/asm/module_44.s | 8 - arm9/modules/44/src/module_44_sinit.c | 4 + arm9/modules/47/asm/module_47.s | 8 - arm9/modules/47/src/module_47_sinit.c | 4 + 39 files changed, 102 insertions(+), 4991 deletions(-) delete mode 100644 arm9/arm9.lcf create mode 100644 arm9/modules/11/src/module_11_sinit.c create mode 100644 arm9/modules/21/src/module_21_sinit.c create mode 100644 arm9/modules/23/src/module_23_sinit.c create mode 100644 arm9/modules/27/src/module_27_sinit.c create mode 100644 arm9/modules/28/src/module_28_sinit.c create mode 100644 arm9/modules/29/src/module_29_sinit.c create mode 100644 arm9/modules/30/src/module_30_sinit.c create mode 100644 arm9/modules/32/src/module_32_sinit.c create mode 100644 arm9/modules/34/src/module_34_sinit.c create mode 100644 arm9/modules/36/src/module_36_sinit.c create mode 100644 arm9/modules/39/src/module_39_sinit.c create mode 100644 arm9/modules/41/src/module_41_sinit.c create mode 100644 arm9/modules/42/src/module_42_sinit.c create mode 100644 arm9/modules/43/src/module_43_sinit.c create mode 100644 arm9/modules/44/src/module_44_sinit.c create mode 100644 arm9/modules/47/src/module_47_sinit.c diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8e2b89c..ff323116 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,12 +24,12 @@ root `- ... `- src `- global.inc - `- arm9.lcf + `- arm9.lsf `- Makefile `- arm7 `- asm `- global.inc - `- arm7.lcf + `- arm7.lsf `- Makefile `- files `- data @@ -68,24 +68,18 @@ Most functions in the codebase will be longer and more complicated than this. ## Creating a new C file -Section link order is specified in the Linker Command File, arm9/arm9.lcf. Only the basenames of each object (.o) file are specified in the lcf and recognized by the project linker, mwldarm. Therefore, no two compiled objects can have the same name. When decompiling asm/foo.s, please create the C file with a different name (basename minus extension i.e. src/foo_c.c). You must explicitly specify the .text, .data, .rodata, and .bss sections in their respective locations in the lcf. For instance: +Section link order is specified in the Linker Spec File, arm9/arm9.lsf. Only the basenames of each object (.o) file are specified in the lsf and recognized by the project linker, mwldarm. Therefore, no two compiled objects can have the same name. When decompiling asm/foo.s, please create the C file with a different name (basename minus extension i.e. src/foo_c.c). Except in rare cases, you need only insert "Object .o" into the "Static" container. For instance: ```diff - file1.o (.text) - file2.o (.text) -+ file3_c.o (.text) - file3.o (.text) - file4.o (.text) --- - file1.o (.rodata) - file2.o (.rodata) -+ file3_c.o (.rodata) - file3.o (.rodata) - file4.o (.rodata) + Object file1.o + Object file2.o ++ Object file3_c.o + Object file3.o + Object file4.o ``` ## Testing the build -After placing your C file into the LCF as described above, test your build by running `make`. Here are some common errors you may encounter and how to resolve them: +After placing your C file into the LSF as described above, test your build by running `make`. Here are some common errors you may encounter and how to resolve them: Unknown identifier, FUN_0201B578 @@ -109,7 +103,7 @@ $OBJDUMP $OPTIONS $(dirname $0)/baserom.sbin > $(dirname $0)/baserom.dump || exi $OBJDUMP $OPTIONS $(dirname $0)/build/arm9.sbin > $(dirname $0)/arm9.dump diff -u $(dirname $0)/baserom.dump $(dirname $0)/arm9.dump ``` -Place a clean version of the ARM9 binary as arm9/baserom.sbin (arm9/build/arm9.bin from a successful build should suffice). In your terminal, navigate to the arm9 directory and run `./asmdiff.sh 0 $(wc -c baserom.sbin) | less`, then scroll through to where the grievances begin. Fix any obvious problems in your code/tree, and rerun. If the differences are extensive, you may have induced a shift in the binary either by writing incorrect code or placing it incorrectly into the LCF. *Tip: you can specify a start address and size to only compare the portion of the ROM you are working on.* +Place a clean version of the ARM9 binary as arm9/baserom.sbin (arm9/build/arm9.bin from a successful build should suffice). In your terminal, navigate to the arm9 directory and run `./asmdiff.sh 0 $(wc -c baserom.sbin) | less`, then scroll through to where the grievances begin. Fix any obvious problems in your code/tree, and rerun. If the differences are extensive, you may have induced a shift in the binary either by writing incorrect code or placing it incorrectly into the LSF. *Tip: you can specify a start address and size to only compare the portion of the ROM you are working on.* ## Decompiling data diff --git a/arm9/Makefile b/arm9/Makefile index c25c0026..82686087 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -282,11 +282,11 @@ $(CXX_OBJS): $(BUILD_DIR)/%.o: %.cpp $$(dep) $(S_OBJS) $(LIBS_OBJS): $(BUILD_DIR)/%.o: %.s $$(dep) $(AS) $(ASFLAGS) -o $@ $< -#$(BUILD_DIR)/$(LD_SCRIPT): $(LD_SPEC) $(LD_TEMPLATE) -# $(MAKELCF) $(MAKELCF_FLAGS) $^ $@ +$(BUILD_DIR)/$(LD_SCRIPT): $(LD_SPEC) $(LD_TEMPLATE) + $(MAKELCF) $(MAKELCF_FLAGS) $^ $@ -$(BUILD_DIR)/$(LD_SCRIPT): $(LD_SCRIPT) - $(CPP) $(VERSION_CFLAGS) -MMD -MP -MT $@ -MF $@.d -I include/ -I . -DBUILD_DIR=$(BUILD_DIR) -o $@ $< +#$(BUILD_DIR)/$(LD_SCRIPT): $(LD_SCRIPT) +# $(CPP) $(VERSION_CFLAGS) -MMD -MP -MT $@ -MF $@.d -I include/ -I . -DBUILD_DIR=$(BUILD_DIR) -o $@ $< $(ROM): $(BUILD_DIR)/$(LD_SCRIPT) $(O_FILES) $(STATIC_LIBS) cd $(BUILD_DIR) && LM_LICENSE_FILE=../../$(LM_LICENSE_FILE) $(WINE) ../../$(MWLDARM) $(LDFLAGS) $(LIBS) -o ../../$(ELF) $(LD_SCRIPT) $(O_FILES:$(BUILD_DIR)/%=%) diff --git a/arm9/arm9.lcf b/arm9/arm9.lcf deleted file mode 100644 index b8dc26b3..00000000 --- a/arm9/arm9.lcf +++ /dev/null @@ -1,4834 +0,0 @@ -/* - * Linker command file for Metrowerks ARM Linker 2.0 - * TODO: Split .rodata, .data, .sbss, .bss sections in source - */ - -MEMORY { - arm9 (RWX) : ORIGIN=0x02000000, LENGTH=0 > arm9.sbin - ITCM (RWX) : ORIGIN=0x01FF8000, LENGTH=0 >> arm9.sbin - DTCM (RWX) : ORIGIN=0x027E0000, LENGTH=0 >> arm9.sbin - EXT (RWX) : ORIGIN=0x02400000, LENGTH=0 >> arm9.sbin - binary.AUTOLOAD_INFO (RWX) : ORIGIN=0, LENGTH=0 >> arm9.sbin - binary.STATIC_FOOTER (RWX) : ORIGIN=0, LENGTH=0 >> arm9.sbin - - arm9_defs (RW) : ORIGIN=AFTER(arm9), LENGTH=0 > arm9_defs.sbin - arm9_table (RW) : ORIGIN=AFTER(arm9), LENGTH=0 > arm9_table.sbin - MODULE_00 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_00.sbin - MODULE_01 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_01.sbin - MODULE_02 (RWXO) : ORIGIN=AFTER(MODULE_01), LENGTH=0 > MODULE_02.sbin - MODULE_03 (RWXO) : ORIGIN=AFTER(ITCM), LENGTH=0 > MODULE_03.sbin - MODULE_04 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_04.sbin - MODULE_05 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_05.sbin - MODULE_06 (RWXO) : ORIGIN=AFTER(MODULE_05), LENGTH=0 > MODULE_06.sbin - MODULE_07 (RWXO) : ORIGIN=AFTER(MODULE_04), LENGTH=0 > MODULE_07.sbin - MODULE_08 (RWXO) : ORIGIN=AFTER(MODULE_04), LENGTH=0 > MODULE_08.sbin - MODULE_09 (RWXO) : ORIGIN=AFTER(MODULE_04), LENGTH=0 > MODULE_09.sbin - MODULE_10 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_10.sbin - MODULE_11 (RWXO) : ORIGIN=AFTER(MODULE_08), LENGTH=0 > MODULE_11.sbin - MODULE_12 (RWXO) : ORIGIN=AFTER(MODULE_08), LENGTH=0 > MODULE_12.sbin - MODULE_13 (RWXO) : ORIGIN=AFTER(MODULE_04), LENGTH=0 > MODULE_13.sbin - MODULE_14 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_14.sbin - MODULE_15 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_15.sbin - MODULE_16 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_16.sbin - MODULE_17 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_17.sbin - MODULE_18 (RWXO) : ORIGIN=AFTER(MODULE_05), LENGTH=0 > MODULE_18.sbin - MODULE_19 (RWXO) : ORIGIN=AFTER(MODULE_06), LENGTH=0 > MODULE_19.sbin - MODULE_20 (RWXO) : ORIGIN=AFTER(MODULE_06), LENGTH=0 > MODULE_20.sbin - MODULE_21 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_21.sbin - MODULE_22 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_22.sbin - MODULE_23 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_23.sbin - MODULE_24 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_24.sbin - MODULE_25 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_25.sbin - MODULE_26 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_26.sbin - MODULE_27 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_27.sbin - MODULE_28 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_28.sbin - MODULE_29 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_29.sbin - MODULE_30 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_30.sbin - MODULE_31 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_31.sbin - MODULE_32 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_32.sbin - MODULE_33 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_33.sbin - MODULE_34 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_34.sbin - MODULE_35 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_35.sbin - MODULE_36 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_36.sbin - MODULE_37 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_37.sbin - MODULE_38 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_38.sbin - MODULE_39 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_39.sbin - MODULE_40 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_40.sbin - MODULE_41 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_41.sbin - MODULE_42 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_42.sbin - MODULE_43 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_43.sbin - MODULE_44 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_44.sbin - MODULE_45 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_45.sbin - MODULE_46 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_46.sbin - MODULE_47 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_47.sbin - MODULE_48 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_48.sbin - MODULE_49 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_49.sbin - MODULE_50 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_50.sbin - MODULE_51 (RWXO) : ORIGIN=AFTER(MODULE_20), LENGTH=0 > MODULE_51.sbin - MODULE_52 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_52.sbin - MODULE_53 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_53.sbin - MODULE_54 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_54.sbin - MODULE_55 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_55.sbin - MODULE_56 (RWXO) : ORIGIN=AFTER(MODULE_04), LENGTH=0 > MODULE_56.sbin - MODULE_57 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_57.sbin - MODULE_58 (RWXO) : ORIGIN=AFTER(MODULE_57), LENGTH=0 > MODULE_58.sbin - MODULE_59 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_59.sbin - MODULE_60 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_60.sbin - MODULE_61 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_61.sbin - MODULE_62 (RWXO) : ORIGIN=AFTER(MODULE_08), LENGTH=0 > MODULE_62.sbin - MODULE_63 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_63.sbin - MODULE_64 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_64.sbin - MODULE_65 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_65.sbin - MODULE_66 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_66.sbin - MODULE_67 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_67.sbin - MODULE_68 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_68.sbin - MODULE_69 (RWXO) : ORIGIN=AFTER(MODULE_08), LENGTH=0 > MODULE_69.sbin - MODULE_70 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_70.sbin - MODULE_71 (RWXO) : ORIGIN=AFTER(MODULE_08), LENGTH=0 > MODULE_71.sbin - MODULE_72 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_72.sbin - MODULE_73 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_73.sbin - MODULE_74 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_74.sbin - MODULE_75 (RWXO) : ORIGIN=0x021E6BA0, LENGTH=0 > MODULE_75.sbin - MODULE_76 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_76.sbin - MODULE_77 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_77.sbin - MODULE_78 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_78.sbin - MODULE_79 (RWXO) : ORIGIN=AFTER(MODULE_04), LENGTH=0 > MODULE_79.sbin - MODULE_80 (RWXO) : ORIGIN=AFTER(MODULE_08), LENGTH=0 > MODULE_80.sbin - MODULE_81 (RWXO) : ORIGIN=AFTER(MODULE_80), LENGTH=0 > MODULE_81.sbin - MODULE_82 (RWXO) : ORIGIN=AFTER(MODULE_08), LENGTH=0 > MODULE_82.sbin - MODULE_83 (RWXO) : ORIGIN=AFTER(MODULE_08), LENGTH=0 > MODULE_83.sbin - MODULE_84 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_84.sbin - MODULE_85 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_85.sbin - MODULE_86 (RWXO) : ORIGIN=AFTER(arm9), LENGTH=0 > MODULE_86.sbin - dummy.MAIN_EX (RW) : ORIGIN = 0x023e0000, LENGTH = 0x0 - arena.MAIN (RW) : ORIGIN = AFTER(arm9,MODULE_00,MODULE_01,MODULE_02,MODULE_04,MODULE_05,MODULE_06,MODULE_07,MODULE_08,MODULE_09,MODULE_10,MODULE_11,MODULE_12,MODULE_13,MODULE_14,MODULE_15,MODULE_16,MODULE_17,MODULE_18,MODULE_19,MODULE_20,MODULE_21,MODULE_22,MODULE_23,MODULE_24,MODULE_25,MODULE_26,MODULE_27,MODULE_28,MODULE_29,MODULE_30,MODULE_31,MODULE_32,MODULE_33,MODULE_34,MODULE_35,MODULE_36,MODULE_37,MODULE_38,MODULE_39,MODULE_40,MODULE_41,MODULE_42,MODULE_43,MODULE_44,MODULE_45,MODULE_46,MODULE_47,MODULE_48,MODULE_49,MODULE_50,MODULE_51,MODULE_52,MODULE_53,MODULE_54,MODULE_55,MODULE_56,MODULE_57,MODULE_58,MODULE_59,MODULE_60,MODULE_61,MODULE_62,MODULE_63,MODULE_64,MODULE_65,MODULE_66,MODULE_67,MODULE_68,MODULE_69,MODULE_70,MODULE_71,MODULE_72,MODULE_73,MODULE_74,MODULE_75,MODULE_76,MODULE_77,MODULE_78,MODULE_79,MODULE_80,MODULE_81,MODULE_82,MODULE_83,MODULE_84,MODULE_85,MODULE_86), LENGTH = 0x0 - arena.MAIN_EX (RW) : ORIGIN = AFTER(dummy.MAIN_EX), LENGTH = 0x0 - arena.ITCM (RW) : ORIGIN = AFTER(ITCM,MODULE_03), LENGTH = 0x0 - arena.DTCM (RW) : ORIGIN = AFTER(DTCM), LENGTH = 0x0 - binary.MODULE_FILES (RW) : ORIGIN = 0x0, LENGTH = 0x0 > component.files - check.ITCM (RWX) : ORIGIN = 0x0, LENGTH = 0x08000 > itcm.check - check.DTCM (RW) : ORIGIN = 0x0, LENGTH = 0x04000 > dtcm.check - -} - -SECTIONS { - .arm9 : { - ALIGNALL(4); . = ALIGN(32); - SDK_STATIC_START = .; - SDK_STATIC_TEXT_START = .; - libsyscall.a (.text) - crt0.o (.text) - crt0.o (.rodata) - * (.version) - OBJECT(NitroMain,*) - main.o (.text) - unk_020010A8.o (.text) - unk_02001B80.o (.text) - string_util.o (.text) - unk_020023C0.o (.text) - unk_02002C14.o (.text) - unk_02002F08.o (.text) - unk_020030E8.o (.text) - sound.o (.text) - unk_020040F4.o (.text) - unk_020051F4.o (.text) - unk_02005CFC.o (.text) - poke_overlay.o (.text) - unk_020061E8.o (.text) - unk_02006234.o (.text) - filesystem.o (.text) - unk_02006864.o (.text) - unk_02006D98.o (.text) - unk_02008AA4.o (.text) - unk_02008DEC.o (.text) - unk_02009EAC.o (.text) - msgdata.o (.text) - unk_0200AA80.o (.text) - unk_0200BA78.o (.text) - unk_0200BB14.o (.text) - unk_0200CA44.o (.text) - unk_0200CABC.o (.text) - unk_0200E1D0.o (.text) - unk_0200E850.o (.text) - unk_0201137C.o (.text) - unk_02011744.o (.text) - unk_02012CC8.o (.text) - unk_02013724.o (.text) - unk_020139D8.o (.text) - unk_02013CD4.o (.text) - unk_020142EC.o (.text) - unk_020144FC.o (.text) - unk_02014590.o (.text) - unk_02014BF4.o (.text) - unk_02015CC0.o (.text) - unk_02015D14.o (.text) - unk_02015E30.o (.text) - unk_02015EA0.o (.text) - unk_020166C8.o (.text) - unk_02016B94.o (.text) - unk_0201B1A8.o (.text) - unk_0201B4E8.o (.text) - unk_0201B6D0.o (.text) - unk_0201B8B8.o (.text) - math_util.o (.text) - unk_0201BCBC.o (.text) - unk_0201C24C.o (.text) - unk_0201C360.o (.text) - unk_0201C620.o (.text) - unk_0201C6B4.o (.text) - unk_0201C7A0.o (.text) - unk_0201CBEC.o (.text) - unk_0201CC08.o (.text) - unk_0201D040.o (.text) - unk_0201E00C.o (.text) - unk_0201E66C.o (.text) - unk_0201E7D8.o (.text) - unk_0201F06C.o (.text) - unk_020208B8.o (.text) - unk_02020AFC.o (.text) - error_handling.o (.text) - unk_02020C44.o (.text) - unk_0202134C.o (.text) - unk_02021590.o (.text) - unk_02021934.o (.text) - unk_02021FF8.o (.text) - unk_02022244.o (.text) - unk_02022294.o (.text) - unk_020222E8.o (.text) - unk_02022318.o (.text) - unk_02022450.o (.text) - unk_02022504.o (.text) - save.o (.text) - unk_0202376C.o (.text) - unk_020238C4.o (.text) - unk_02023AC4.o (.text) - unk_02023C40.o (.text) - unk_02024E64.o (.text) - unk_02024F30.o (.text) - unk_020250A4.o (.text) - unk_02025484.o (.text) - unk_020254B8.o (.text) - unk_02025658.o (.text) - unk_02025954.o (.text) - unk_02026CD0.o (.text) - unk_02027E30.o (.text) - unk_020281E0.o (.text) - unk_020286F8.o (.text) - unk_02028910.o (.text) - unk_02028980.o (.text) - unk_02029A84.o (.text) - unk_02029AE0.o (.text) - unk_02029C58.o (.text) - unk_02029CEC.o (.text) - unk_02029E48.o (.text) - unk_02029EC4.o (.text) - unk_02029FB0.o (.text) - unk_0202A1E0.o (.text) - unk_0202A8F4.o (.text) - unk_0202A924.o (.text) - unk_0202ABBC.o (.text) - unk_0202AC20.o (.text) - unk_0202B034.o (.text) - unk_0202B374.o (.text) - unk_0202B870.o (.text) - unk_0202BE98.o (.text) - unk_0202C0E0.o (.text) - unk_0202C144.o (.text) - unk_0202C198.o (.text) - unk_0202D394.o (.text) - unk_0202D4C4.o (.text) - unk_0202D858.o (.text) - unk_0202D8D0.o (.text) - unk_0202DB14.o (.text) - unk_0202E29C.o (.text) - unk_0202F150.o (.text) - unk_02031480.o (.text) - unk_02031734.o (.text) - unk_020336C0.o (.text) - unk_02033778.o (.text) - unk_020337E8.o (.text) - unk_02033874.o (.text) - unk_02033B68.o (.text) - unk_02033F50.o (.text) - unk_02034188.o (.text) - unk_020343A8.o (.text) - map_header.o (.text) - unk_02034A28.o (.text) - unk_02034D7C.o (.text) - unk_02034E84.o (.text) - unk_02034FE4.o (.text) - unk_02035068.o (.text) - unk_02036FA4.o (.text) - unk_02037024.o (.text) - unk_020372D4.o (.text) - unk_020377B0.o (.text) - unk_020377F0.o (.text) - script.o (.text) - unk_02038C78.o (.text) - scrcmd.o (.text) - scrcmd_2.o (.text) - scrcmd_3.o (.text) - scrcmd_4.o (.text) - scrcmd_5.o (.text) - scrcmd_6.o (.text) - scrcmd_7.o (.text) - scrcmd_8.o (.text) - scrcmd_9.o (.text) - scrcmd_10.o (.text) - scrcmd_11.o (.text) - scrcmd_12.o (.text) - scrcmd_13.o (.text) - scrcmd_14.o (.text) - scrcmd_15.o (.text) - scrcmd_16.o (.text) - scrcmd_17.o (.text) - scrcmd_18.o (.text) - scrcmd_19.o (.text) - scrcmd_20.o (.text) - scrcmd_21.o (.text) - scrcmd_22.o (.text) - scrcmd_23.o (.text) - scrcmd_24.o (.text) - scrcmd_25.o (.text) - unk_02046030.o (.text) - unk_02046294.o (.text) - unk_0204639C.o (.text) - unk_0204653C.o (.text) - unk_02047500.o (.text) - unk_020476CC.o (.text) - unk_02048120.o (.text) - unk_020484A8.o (.text) - unk_02048904.o (.text) - unk_0204A01C.o (.text) - unk_0204A368.o (.text) - unk_0204A498.o (.text) - unk_0204AB0C.o (.text) - unk_0204ADE0.o (.text) - unk_0204AEA8.o (.text) - unk_0204AF24.o (.text) - unk_0204B0A0.o (.text) - unk_0204B34C.o (.text) - unk_0204B9EC.o (.text) - unk_0204BE14.o (.text) - unk_0204C1B4.o (.text) - unk_0204CA80.o (.text) - unk_0204CB20.o (.text) - unk_0204FBA8.o (.text) - unk_02050E48.o (.text) - unk_020520AC.o (.text) - unk_02052EE8.o (.text) - unk_0205363C.o (.text) - unk_02053750.o (.text) - unk_02054590.o (.text) - unk_0205478C.o (.text) - unk_02054C14.o (.text) - unk_02055068.o (.text) - unk_020557F4.o (.text) - unk_02057380.o (.text) - unk_02058EE8.o (.text) - unk_02059F04.o (.text) - unk_0205AD98.o (.text) - unk_0205BEF8.o (.text) - unk_0205C334.o (.text) - unk_0205C598.o (.text) - unk_0205CDB4.o (.text) - unk_0205CE48.o (.text) - unk_0205DD18.o (.text) - unk_0205E4EC.o (.text) - unk_0205EB38.o (.text) - unk_0205EC84.o (.text) - unk_0205F314.o (.text) - unk_0205F7A0.o (.text) - unk_0205FA2C.o (.text) - unk_0206015C.o (.text) - unk_02060344.o (.text) - unk_020603B0.o (.text) - unk_020606B0.o (.text) - unk_020607D4.o (.text) - unk_02060CCC.o (.text) - unk_020625EC.o (.text) - unk_0206367C.o (.text) - unk_02063888.o (.text) - unk_02063948.o (.text) - unk_0206439C.o (.text) - unk_020643C0.o (.text) - unk_020647A4.o (.text) - unk_02064CA8.o (.text) - unk_02064E20.o (.text) - unk_02064E4C.o (.text) - unk_02064E90.o (.text) - unk_020653EC.o (.text) - unk_02066840.o (.text) - pokemon.o (.text) - waza.o (.text) - unk_0206ABC4.o (.text) - unk_0206B16C.o (.text) - unk_0206B688.o (.text) - party.o (.text) - unk_0206BB28.o (.text) - unk_0206BB5C.o (.text) - unk_0206BF90.o (.text) - unk_0206C700.o (.text) - unk_0206DE24.o (.text) - unk_0206E0F0.o (.text) - unk_0206E2F0.o (.text) - itemtool.o (.text) - unk_0206EB80.o (.text) - unk_0206F1F0.o (.text) - unk_0206F3FC.o (.text) - unk_02072548.o (.text) - unk_02073710.o (.text) - unk_02073DA8.o (.text) - unk_0207550C.o (.text) - unk_020772F0.o (.text) - unk_020799E8.o (.text) - unk_02079C70.o (.text) - unk_0207C328.o (.text) - unk_0207D5BC.o (.text) - unk_0207EF6C.o (.text) - unk_0207F95C.o (.text) - unk_0207FC5C.o (.text) - unk_0207FD00.o (.text) - unk_02080C38.o (.text) - unk_020828BC.o (.text) - unk_020834D0.o (.text) - unk_02083B84.o (.text) - unk_02083D48.o (.text) - unk_02084098.o (.text) - unk_020842D0.o (.text) - unk_020842DC.o (.text) - unk_020851B8.o (.text) - nutdata.o (.text) - unk_02085338.o (.text) - unk_020854E0.o (.text) - unk_020859C0.o (.text) - unk_02086084.o (.text) - unk_02086414.o (.text) - unk_02086FA8.o (.text) - unk_02087A1C.o (.text) - unk_02087A6C.o (.text) - unk_02087D00.o (.text) - unk_02088320.o (.text) - unk_02088814.o (.text) - unk_02088858.o (.text) - unk_0208890C.o (.text) - unk_0208898C.o (.text) - unk_02088AAC.o (.text) - unk_02088D1C.o (.text) - unk_02088DD8.o (.text) - unk_02088F0C.o (.text) - unk_020893E0.o (.text) - unk_02089498.o (.text) - unk_02089960.o (.text) - unk_02089D90.o (.text) - unk_02089F24.o (.text) - unk_0208A258.o (.text) - unk_0208A300.o (.text) - unk_0208A338.o (.text) - unk_0208A998.o (.text) - /* Third-party libraries */ - unk_0208AC14.o (.text) - custom_allocator.o (.text) - unk_020910EC.o (.text) - DWC_backup.o (.text) - DWC_bm_init.o (.text) - DWC_util_wifiidtool.o (.text) - DWC_init.o (.text) - DWC_account.o (.text) - SOC_socl_startup.o (.text) - SOC_socl_command.o (.text) - SOC_socl_create.o (.text) - SOC_socl_bind.o (.text) - SOC_socl_read.o (.text) - SOC_socl_shutdown.o (.text) - SOC_socl_close.o (.text) - SOC_socl_cleanup.o (.text) - SOC_socl_poll.o (.text) - SOC_socl_const.o (.text) - SOC_socl_misc.o (.text) - SOC_socl_list.o (.text) - SOC_soc.o (.text) - SOC_socl_ssl.o (.text) - CPS_network.o (.text) - SSL_ssl.o (.text) - SSL_md5.o (.text) - SSL_sha1.o (.text) - SSL_rca4.o (.text) - SSL_biginteger.o (.text) - WCM_system.o (.text) - WCM_aplist.o (.text) - WCM_cpsif.o (.text) - WCM_util.o (.text) - WIFI_stubsmd5_dummy.o (.text) - libVCT.o (.text) - unk_020ADA84.o (.text) - sndlib.o (.text) - /* Nitro SDK */ - FX_mtx22.o (.text) - FX_mtx33.o (.text) - FX_mtx43.o (.text) - FX_mtx44.o (.text) - FX_cp.o (.text) - FX_vec.o (.text) - FX_atan.o (.text) - FX.o (.text) - GX.o (.text) - GX_state.o (.text) - GX_vramcnt.o (.text) - GX_bgcnt.o (.text) - GX_g2.o (.text) - GX_g3b.o (.text) - GX_g3imm.o (.text) - GX_g3x.o (.text) - GX_g3_util.o (.text) - GX_load2d.o (.text) - GX_load3d.o (.text) - GX_g3.o (.text) - GX_asm.o (.text) - OS_irqHandler.o (.text) - OS_irqTable.o (.text) - OS_interrupt.o (.text) - OS_spinLock.o (.text) - OS_printf.o (.text) - OS_thread.o (.text) - OS_context.o (.text) - OS_emulator.o (.text) - OS_message.o (.text) - OS_mutex.o (.text) - OS_cache.o (.text) - OS_init.o (.text) - OS_arena.o (.text) - OS_alloc.o (.text) - OS_tcm.o (.text) - OS_protectionUnit.o (.text) - OS_protectionRegion.o (.text) - OS_exception.o (.text) - OS_timer.o (.text) - OS_tick.o (.text) - OS_alarm.o (.text) - OS_valarm.o (.text) - OS_system.o (.text) - OS_reset.o (.text) - OS_ownerInfo.o (.text) - OS_vramExclusive.o (.text) - OS_entropy.o (.text) - OS_terminate_proc.o (.text) - MI_wram.o (.text) - MI_dma.o (.text) - MI_dma_hblank.o (.text) - MI_dma_gxcommand.o (.text) - MI_memory.o (.text) - MI_swap.o (.text) - MI_uncompress.o (.text) - MI_dma_card.o (.text) - MI_init.o (.text) - SND_interface.o (.text) - SND_main.o (.text) - SND_command.o (.text) - SND_alarm.o (.text) - SND_work.o (.text) - SND_util.o (.text) - SND_bank.o (.text) - PXI_init.o (.text) - PXI_fifo.o (.text) - FS_command.o (.text) - FS_command_default.o (.text) - FS_archive.o (.text) - FS_file.o (.text) - FS_rom.o (.text) - FS_overlay.o (.text) - DGT_hash1.o (.text) - DGT_hash2.o (.text) - DGT_sha1s_arm4cw.o (.text) - CP_context.o (.text) - SPI_tp.o (.text) - SPI_mic.o (.text) - SPI_pm.o (.text) - RTC_external.o (.text) - RTC_internal.o (.text) - RTC_convert.o (.text) - CARD_common.o (.text) - CARD_spi.o (.text) - CARD_backup.o (.text) - CARD_rom.o (.text) - CARD_request.o (.text) - CARD_pullOut.o (.text) - WM_system.o (.text) - WM_sync.o (.text) - WM_standard.o (.text) - WM_mp.o (.text) - WM_dcf.o (.text) - WM_ds.o (.text) - WM_ks.o (.text) - WM_etc.o (.text) - CTRDG.o (.text) - CTRDG_proc.o (.text) - CTRDG_backup.o (.text) - CTRDG_flash_common.o (.text) - CTRDG_flash_AT29LV512.o (.text) - CTRDG_flash_LE39FW512.o (.text) - CTRDG_flash_MX29L010.o (.text) - CTRDG_flash_MX29L512.o (.text) - CTRDG_task.o (.text) - MATH_pop.o (.text) - MATH_dgt.o (.text) - MATH_crc.o (.text) - STD_string.o (.text) - /* C standard library */ - libc.o (.text) - /* MWCC library */ - stdlibmwcc.o (.text) - - . = ALIGN(4); - /* Exception */ - libc.o (.exception) - stdlibmwcc.o (.exception) - - . = ALIGN(4); - SDK_STATIC_ETABLE_START = .; - EXCEPTION - SDK_STATIC_ETABLE_END = .; - - . = ALIGN(4); - // * (.init) - . = ALIGN(4); - /* Text data */ - main.o (.rodata) - unk_02001B80.o (.rodata) - string_util.o (.rodata) - unk_020023C0.o (.rodata) - unk_02002C14.o (.rodata) - unk_020040F4.o (.rodata) - unk_02006864.o (.rodata) - unk_02006D98.o (.rodata) - unk_0200AA80.o (.rodata) - unk_0200CABC.o (.rodata) - unk_0200E1D0.o (.rodata) - unk_0200E850.o (.rodata) - unk_02011744.o (.rodata) - unk_02012CC8.o (.rodata) - unk_02013724.o (.rodata) - unk_020139D8.o (.rodata) - unk_02014BF4.o (.rodata) - unk_02015CC0.o (.rodata) - unk_02015D14.o (.rodata) - unk_02015EA0.o (.rodata) - unk_02016B94.o (.rodata) - math_util.o (.rodata) - unk_0201F06C.o (.rodata) - unk_02021590.o (.rodata) - unk_02021934.o (.rodata) - unk_02021FF8.o (.rodata) - unk_02022450.o (.rodata) - save.o (.rodata) - unk_02023C40.o (.rodata) - unk_02025954.o (.rodata) - unk_02028980.o (.rodata) - unk_02029FB0.o (.rodata) - unk_0202B870.o (.rodata) - unk_0202D858.o (.rodata) - unk_0202D8D0.o (.rodata) - unk_0202E29C.o (.rodata) - unk_02031734.o (.rodata) - unk_02033B68.o (.rodata) - unk_02033F50.o (.rodata) - unk_02034188.o (.rodata) - map_header.o (.rodata) - unk_02034E84.o (.rodata) - unk_02034FE4.o (.rodata) - unk_02035068.o (.rodata) - unk_020377B0.o (.rodata) - unk_020377F0.o (.rodata) - unk_02038C78.o (.rodata) - scrcmd.o (.rodata) - scrcmd_2.o (.rodata) - scrcmd_9.o (.rodata) - scrcmd_10.o (.rodata) - scrcmd_12.o (.rodata) - scrcmd_17.o (.rodata) - scrcmd_19.o (.rodata) - scrcmd_20.o (.rodata) - scrcmd_21.o (.rodata) - unk_02047500.o (.rodata) - unk_020476CC.o (.rodata) - unk_02048120.o (.rodata) - unk_020484A8.o (.rodata) - unk_02048904.o (.rodata) - unk_0204A498.o (.rodata) - unk_0204AB0C.o (.rodata) - unk_0204B34C.o (.rodata) - unk_0204BE14.o (.rodata) - unk_0204C1B4.o (.rodata) - unk_0204CA80.o (.rodata) - unk_0204CB20.o (.rodata) - unk_0204FBA8.o (.rodata) - unk_02050E48.o (.rodata) - unk_020520AC.o (.rodata) - unk_0205363C.o (.rodata) - unk_02053750.o (.rodata) - unk_0205478C.o (.rodata) - unk_02054C14.o (.rodata) - unk_020557F4.o (.rodata) - unk_02058EE8.o (.rodata) - unk_0205BEF8.o (.rodata) - unk_0205C598.o (.rodata) - unk_0205CDB4.o (.rodata) - unk_0205CE48.o (.rodata) - unk_0205DD18.o (.rodata) - unk_0205E4EC.o (.rodata) - unk_0205EB38.o (.rodata) - unk_0205F314.o (.rodata) - unk_0205F7A0.o (.rodata) - unk_0205FA2C.o (.rodata) - unk_020603B0.o (.rodata) - unk_020606B0.o (.rodata) - unk_020607D4.o (.rodata) - unk_02060CCC.o (.rodata) - unk_020625EC.o (.rodata) - unk_02063948.o (.rodata) - unk_020647A4.o (.rodata) - unk_02064CA8.o (.rodata) - unk_020653EC.o (.rodata) - pokemon.o (.rodata) - unk_0206ABC4.o (.rodata) - unk_0206B688.o (.rodata) - unk_0206BF90.o (.rodata) - unk_0206C700.o (.rodata) - unk_0206E0F0.o (.rodata) - itemtool.o (.rodata) - unk_0206F1F0.o (.rodata) - unk_0206F3FC.o (.rodata) - unk_02072548.o (.rodata) - unk_02073710.o (.rodata) - unk_02073DA8.o (.rodata) - unk_020772F0.o (.rodata) - unk_020799E8.o (.rodata) - unk_02079C70.o (.rodata) - unk_0207C328.o (.rodata) - unk_0207D5BC.o (.rodata) - unk_0207EF6C.o (.rodata) - unk_0207F95C.o (.rodata) - unk_0207FC5C.o (.rodata) - unk_0207FD00.o (.rodata) - unk_02080C38.o (.rodata) - unk_020828BC.o (.rodata) - unk_020834D0.o (.rodata) - unk_02083B84.o (.rodata) - unk_02083D48.o (.rodata) - unk_02084098.o (.rodata) - unk_020842D0.o (.rodata) - unk_020854E0.o (.rodata) - unk_020859C0.o (.rodata) - unk_02086084.o (.rodata) - unk_02086414.o (.rodata) - unk_02086FA8.o (.rodata) - unk_02087A1C.o (.rodata) - unk_02087A6C.o (.rodata) - unk_02087D00.o (.rodata) - unk_02088320.o (.rodata) - unk_02088814.o (.rodata) - unk_02088858.o (.rodata) - unk_0208890C.o (.rodata) - unk_02088AAC.o (.rodata) - unk_02088D1C.o (.rodata) - unk_02088F0C.o (.rodata) - unk_02089498.o (.rodata) - unk_02089960.o (.rodata) - unk_02089D90.o (.rodata) - unk_02089F24.o (.rodata) - unk_0208A998.o (.rodata) - unk_020910EC.o (.rodata) - DWC_bm_init.o (.rodata) - DWC_util_wifiidtool.o (.rodata) - SOC_soc.o (.rodata) - CPS_network.o (.rodata) - SSL_ssl.o (.rodata) - SSL_md5.o (.rodata) - SSL_sha1.o (.rodata) - SSL_rca4.o (.rodata) - SSL_biginteger.o (.rodata) - WCM_system.o (.rodata) - libVCT.o (.rodata) - unk_020ADA84.o (.rodata) - sndlib.o (.rodata) - FX_atan.o (.rodata) - GX_load3d.o (.rodata) - SND_util.o (.rodata) - FS_command.o (.rodata) - FS_command_default.o (.rodata) - FS_archive.o (.rodata) - FS_file.o (.rodata) - FS_rom.o (.rodata) - FS_overlay.o (.rodata) - CTRDG_backup.o (.rodata) - libc.o (.rodata) - stdlibmwcc.o (.rodata) - . = ALIGN(4); - - SDK_STATIC_SINIT_START = .; - WRITEW 0; - SDK_STATIC_SINIT_END = .; - . = ALIGN(32); - SDK_STATIC_TEXT_END = .; - - SDK_STATIC_DATA_START = .; - sound.o (.data) - filesystem.o (.data) - unk_02006D98.o (.data) - unk_0200E850.o (.data) - unk_0200E850.o (.data) - math_util.o (.data) - unk_0201BCBC.o (.data) - unk_0201E7D8.o (.data) - unk_0201F06C.o (.data) - unk_02023AC4.o (.data) - unk_02025954.o (.data) - unk_02029FB0.o (.data) - unk_0202C198.o (.data) - unk_0202F150.o (.data) - unk_02031734.o (.data) - unk_02033B68.o (.data) - unk_020377F0.o (.data) - scrcmd_2.o (.data) - unk_0204CB20.o (.data) - unk_0204FBA8.o (.data) - unk_02053750.o (.data) - unk_02058EE8.o (.data) - unk_0205F7A0.o (.data) - unk_02060CCC.o (.data) - pokemon.o (.data) - unk_02073710.o (.data) - unk_020772F0.o (.data) - unk_0207C328.o (.data) - unk_0207F95C.o (.data) - unk_020893E0.o (.data) - unk_0208AC14.o (.data) - unk_020910EC.o (.data) - DWC_backup.o (.data) - DWC_account.o (.data) - SOC_socl_bind.o (.data) - SOC_soc.o (.data) - CPS_network.o (.data) - SSL_ssl.o (.data) - SSL_md5.o (.data) - SSL_sha1.o (.data) - SSL_rca4.o (.data) - SSL_biginteger.o (.data) - libVCT.o (.data) - unk_020ADA84.o (.data) - sndlib.o (.data) - GX.o (.data) - OS_irqTable.o (.data) - OS_emulator.o (.data) - FS_command.o (.data) - FS_command_default.o (.data) - FS_archive.o (.data) - FS_file.o (.data) - FS_rom.o (.data) - FS_overlay.o (.data) - DGT_hash1.o (.data) - DGT_hash2.o (.data) - RTC_convert.o (.data) - CARD_rom.o (.data) - WM_sync.o (.data) - libc.o (.data) - SDK_OVERLAY_DIGEST = .; - SDK_OVERLAY_DIGEST_END = .; - . = ALIGN(32); - SDK_STATIC_DATA_END = .; - SDK_STATIC_END = .; - SDK_STATIC_SIZE = SDK_STATIC_END - SDK_STATIC_START; - } > arm9 - - .arm9.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_STATIC_BSS_START = .; - main.o (.bss) - unk_020023C0.o (.bss) - unk_02002C14.o (.bss) - sound.o (.bss) - unk_020040F4.o (.bss) - poke_overlay.o (.bss) - unk_02009EAC.o (.bss) - unk_0200E1D0.o (.bss) - unk_02011744.o (.bss) - unk_02012CC8.o (.bss) - unk_02015E30.o (.bss) - unk_02015EA0.o (.bss) - unk_020166C8.o (.bss) - unk_0201B1A8.o (.bss) - math_util.o (.bss) - unk_0201BCBC.o (.bss) - unk_0201C24C.o (.bss) - unk_0201CC08.o (.bss) - unk_0201D040.o (.bss) - unk_0201E00C.o (.bss) - unk_0201E66C.o (.bss) - unk_0201E7D8.o (.bss) - unk_0201F06C.o (.bss) - unk_02020AFC.o (.bss) - unk_02022294.o (.bss) - save.o (.bss) - unk_020286F8.o (.bss) - unk_0202AC20.o (.bss) - unk_0202C198.o (.bss) - unk_0202D8D0.o (.bss) - unk_0202DB14.o (.bss) - unk_0202E29C.o (.bss) - unk_0202F150.o (.bss) - unk_02031480.o (.bss) - unk_02031734.o (.bss) - unk_02033B68.o (.bss) - unk_020372D4.o (.bss) - scrcmd.o (.bss) - scrcmd_5.o (.bss) - unk_02046294.o (.bss) - unk_0204B9EC.o (.bss) - unk_0204CB20.o (.bss) - unk_0204FBA8.o (.bss) - unk_020520AC.o (.bss) - unk_02052EE8.o (.bss) - pokemon.o (.bss) - unk_020772F0.o (.bss) - unk_020893E0.o (.bss) - unk_0208A998.o (.bss) - unk_0208AC14.o (.bss) - custom_allocator.o (.bss) - unk_020910EC.o (.bss) - DWC_backup.o (.bss) - SOC_socl_startup.o (.bss) - SOC_socl_command.o (.bss) - SOC_socl_read.o (.bss) - SOC_socl_list.o (.bss) - SOC_soc.o (.bss) - CPS_network.o (.bss) - SSL_ssl.o (.bss) - SSL_md5.o (.bss) - SSL_sha1.o (.bss) - SSL_rca4.o (.bss) - SSL_biginteger.o (.bss) - WCM_system.o (.bss) - WCM_cpsif.o (.bss) - WCM_util.o (.bss) - libVCT.o (.bss) - unk_020ADA84.o (.bss) - sndlib.o (.bss) - GX.o (.bss) - GX_state.o (.bss) - GX_load2d.o (.bss) - GX_load3d.o (.bss) - OS_irqTable.o (.bss) - OS_spinLock.o (.bss) - OS_thread.o (.bss) - OS_arena.o (.bss) - OS_alloc.o (.bss) - OS_exception.o (.bss) - OS_timer.o (.bss) - OS_tick.o (.bss) - OS_alarm.o (.bss) - OS_valarm.o (.bss) - OS_reset.o (.bss) - OS_vramExclusive.o (.bss) - MI_dma_gxcommand.o (.bss) - SND_main.o (.bss) - SND_command.o (.bss) - SND_alarm.o (.bss) - SND_work.o (.bss) - PXI_fifo.o (.bss) - FS_archive.o (.bss) - FS_file.o (.bss) - FS_rom.o (.bss) - SPI_tp.o (.bss) - SPI_mic.o (.bss) - SPI_pm.o (.bss) - RTC_external.o (.bss) - CARD_common.o (.bss) - CARD_rom.o (.bss) - CARD_pullOut.o (.bss) - WM_system.o (.bss) - WM_etc.o (.bss) - CTRDG.o (.bss) - CTRDG_proc.o (.bss) - CTRDG_flash_common.o (.bss) - CTRDG_backup.o (.bss) - CTRDG_task.o (.bss) - libc.o (.bss) - stdlibmwcc.o (.bss) - . = ALIGN(32); - SDK_STATIC_BSS_END = .; - SDK_STATIC_BSS_SIZE = SDK_STATIC_BSS_END - SDK_STATIC_BSS_START; - } >> arm9 - - SDK_AUTOLOAD_START = SDK_STATIC_END; - SDK_AUTOLOAD_SIZE = 0; - - .ITCM : - { - . = ALIGN(32); - SDK_AUTOLOAD.ITCM.START = .; - OS_irqHandler.o (.itcm) - OS_reset.o (.itcm) - MI_dma.o (.itcm) - MI_dma_gxcommand.o (.itcm) - . = ALIGN(32); - SDK_AUTOLOAD.ITCM.END = .; - SDK_AUTOLOAD.ITCM.SIZE = SDK_AUTOLOAD.ITCM.END - SDK_AUTOLOAD.ITCM.START; - SDK_AUTOLOAD_SIZE = SDK_AUTOLOAD_SIZE + SDK_AUTOLOAD.ITCM.SIZE; - } > ITCM - - .ITCM.bss : - { - . = ALIGN(32); - SDK_AUTOLOAD.ITCM.BSS_START = .; - . = . + 0; - . = ALIGN(32); - SDK_AUTOLOAD.ITCM.BSS_END = .; - SDK_AUTOLOAD.ITCM.BSS_SIZE = SDK_AUTOLOAD.ITCM.BSS_END - SDK_AUTOLOAD.ITCM.BSS_START; - } >> ITCM - - .DTCM : { - . = ALIGN(32); - SDK_AUTOLOAD.DTCM.START = .; - OS_irqTable.o (.dtcm) - . = ALIGN(32); - SDK_AUTOLOAD.DTCM.END = .; - SDK_AUTOLOAD.DTCM.SIZE = SDK_AUTOLOAD.DTCM.END - SDK_AUTOLOAD.DTCM.START; - SDK_AUTOLOAD_SIZE = SDK_AUTOLOAD_SIZE + SDK_AUTOLOAD.DTCM.SIZE; - } > DTCM - - .DTCM.bss : - { - . = ALIGN(32); - SDK_AUTOLOAD.DTCM.BSS_START = .; - OS_irqHandler.o (.bss) - . = ALIGN(32); - SDK_AUTOLOAD.DTCM.BSS_END = .; - SDK_AUTOLOAD.DTCM.BSS_SIZE = SDK_AUTOLOAD.DTCM.BSS_END - SDK_AUTOLOAD.DTCM.BSS_START; - } >> DTCM - - .EXT : { - SDK_AUTOLOAD.EXT.START = .; - SDK_AUTOLOAD.EXT.END = .; - SDK_AUTOLOAD.EXT.SIZE = SDK_AUTOLOAD.EXT.END - SDK_AUTOLOAD.EXT.START; - SDK_AUTOLOAD_SIZE = SDK_AUTOLOAD_SIZE + SDK_AUTOLOAD.EXT.SIZE; - } > EXT - - .EXT.bss : { - SDK_AUTOLOAD.EXT.BSS_START = .; - SDK_AUTOLOAD.EXT.BSS_END = .; - SDK_AUTOLOAD.EXT.BSS_SIZE = SDK_AUTOLOAD.EXT.BSS_END - SDK_AUTOLOAD.EXT.BSS_START; - } >> EXT - - SDK_AUTOLOAD_ITCM_START = SDK_AUTOLOAD.ITCM.START; - SDK_AUTOLOAD_ITCM_END = SDK_AUTOLOAD.ITCM.END; - SDK_AUTOLOAD_ITCM_BSS_END = SDK_AUTOLOAD.ITCM.BSS_END; - SDK_AUTOLOAD_ITCM_SIZE = SDK_AUTOLOAD.ITCM.SIZE; - SDK_AUTOLOAD_ITCM_BSS_SIZE = SDK_AUTOLOAD.ITCM.BSS_SIZE; - SDK_AUTOLOAD_DTCM_START = SDK_AUTOLOAD.DTCM.START; - SDK_AUTOLOAD_DTCM_END = SDK_AUTOLOAD.DTCM.END; - SDK_AUTOLOAD_DTCM_BSS_END = SDK_AUTOLOAD.DTCM.BSS_END; - SDK_AUTOLOAD_DTCM_SIZE = SDK_AUTOLOAD.DTCM.SIZE; - SDK_AUTOLOAD_DTCM_BSS_SIZE = SDK_AUTOLOAD.DTCM.BSS_SIZE; - - .binary.AUTOLOAD_INFO : { - WRITEW ADDR(.ITCM); - WRITEW SDK_AUTOLOAD.ITCM.SIZE; - WRITEW SDK_AUTOLOAD.ITCM.BSS_SIZE; - WRITEW ADDR(.DTCM); - WRITEW SDK_AUTOLOAD.DTCM.SIZE; - WRITEW SDK_AUTOLOAD.DTCM.BSS_SIZE; - WRITEW ADDR(.EXT); - WRITEW SDK_AUTOLOAD.EXT.SIZE; - WRITEW SDK_AUTOLOAD.EXT.BSS_SIZE; - } > binary.AUTOLOAD_INFO - - SDK_AUTOLOAD_LIST = SDK_AUTOLOAD_START + SDK_AUTOLOAD_SIZE; - SDK_AUTOLOAD_LIST_END = SDK_AUTOLOAD_START + SDK_AUTOLOAD_SIZE + SIZEOF(.binary.AUTOLOAD_INFO); - SDK_AUTOLOAD_SIZE = SDK_AUTOLOAD_SIZE + SIZEOF(.binary.AUTOLOAD_INFO); - - .binary.STATIC_FOOTER : { - WRITEW 0xDEC00621; - WRITEW _start_ModuleParams - ADDR(arm9); - WRITEW 0; - } > binary.STATIC_FOOTER - - .MODULE_00 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_00_ID = 0; - SDK_OVERLAY.MODULE_00.ID = 0; - SDK_OVERLAY.MODULE_00.START = .; - SDK_OVERLAY.MODULE_00.SINIT_START = .; - WRITEW 0; - SDK_OVERLAY.MODULE_00.SINIT_END = .; - . = ALIGN(32); - . = ALIGN(32); - SDK_OVERLAY.MODULE_00.END = .; - SDK_OVERLAY.MODULE_00.SIZE = SDK_OVERLAY.MODULE_00.END - SDK_OVERLAY.MODULE_00.START; - } > MODULE_00 - .MODULE_00.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_00.BSS_START = .; - . = ALIGN(32); - SDK_OVERLAY.MODULE_00.BSS_END = .; - SDK_OVERLAY.MODULE_00.BSS_SIZE = SDK_OVERLAY.MODULE_00.BSS_END - SDK_OVERLAY.MODULE_00.BSS_START; - } >> MODULE_00 - - .MODULE_01 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_01_ID = 1; - SDK_OVERLAY.MODULE_01.ID = 1; - SDK_OVERLAY.MODULE_01.START = .; - module_01.o (.text) - module_01.o (.rodata) - module_01.o (.init) - SDK_OVERLAY.MODULE_01.SINIT_START = .; - module_01.o (.ctor) - module_01.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_01.SINIT_END = .; - . = ALIGN(32); - module_01.o (.sdata) - module_01.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_01.END = .; - SDK_OVERLAY.MODULE_01.SIZE = SDK_OVERLAY.MODULE_01.END - SDK_OVERLAY.MODULE_01.START; - } > MODULE_01 - .MODULE_01.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_01.BSS_START = .; - module_01.o (.bss) - module_01.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_01.BSS_END = .; - SDK_OVERLAY.MODULE_01.BSS_SIZE = SDK_OVERLAY.MODULE_01.BSS_END - SDK_OVERLAY.MODULE_01.BSS_START; - } >> MODULE_01 - - .MODULE_02 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_02_ID = 2; - SDK_OVERLAY.MODULE_02.ID = 2; - SDK_OVERLAY.MODULE_02.START = .; - SDK_OVERLAY.MODULE_02.SINIT_START = .; - WRITEW 0; - SDK_OVERLAY.MODULE_02.SINIT_END = .; - . = ALIGN(32); - . = ALIGN(32); - SDK_OVERLAY.MODULE_02.END = .; - SDK_OVERLAY.MODULE_02.SIZE = SDK_OVERLAY.MODULE_02.END - SDK_OVERLAY.MODULE_02.START; - } > MODULE_02 - .MODULE_02.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_02.BSS_START = .; - . = ALIGN(32); - SDK_OVERLAY.MODULE_02.BSS_END = .; - SDK_OVERLAY.MODULE_02.BSS_SIZE = SDK_OVERLAY.MODULE_02.BSS_END - SDK_OVERLAY.MODULE_02.BSS_START; - } >> MODULE_02 - - .MODULE_03 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_03_ID = 3; - SDK_OVERLAY.MODULE_03.ID = 3; - SDK_OVERLAY.MODULE_03.START = .; - SDK_OVERLAY.MODULE_03.SINIT_START = .; - WRITEW 0; - SDK_OVERLAY.MODULE_03.SINIT_END = .; - . = ALIGN(32); - . = ALIGN(32); - SDK_OVERLAY.MODULE_03.END = .; - SDK_OVERLAY.MODULE_03.SIZE = SDK_OVERLAY.MODULE_03.END - SDK_OVERLAY.MODULE_03.START; - } > MODULE_03 - .MODULE_03.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_03.BSS_START = .; - . = ALIGN(32); - SDK_OVERLAY.MODULE_03.BSS_END = .; - SDK_OVERLAY.MODULE_03.BSS_SIZE = SDK_OVERLAY.MODULE_03.BSS_END - SDK_OVERLAY.MODULE_03.BSS_START; - } >> MODULE_03 - - .MODULE_04 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_04_ID = 4; - SDK_OVERLAY.MODULE_04.ID = 4; - SDK_OVERLAY.MODULE_04.START = .; - thumb_04.o (.text) - arm_04.o (.text) - thumb_04.o (.rodata) - arm_04.o (.rodata) - thumb_04.o (.init) - arm_04.o (.init) - SDK_OVERLAY.MODULE_04.SINIT_START = .; - thumb_04.o (.ctor) - arm_04.o (.ctor) - thumb_04.o (.sinit) - arm_04.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_04.SINIT_END = .; - . = ALIGN(32); - thumb_04.o (.sdata) - arm_04.o (.sdata) - thumb_04.o (.data) - arm_04.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_04.END = .; - SDK_OVERLAY.MODULE_04.SIZE = SDK_OVERLAY.MODULE_04.END - SDK_OVERLAY.MODULE_04.START; - } > MODULE_04 - .MODULE_04.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_04.BSS_START = .; - thumb_04.o (.bss) - arm_04.o (.bss) - thumb_04.o (.sbss) - arm_04.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_04.BSS_END = .; - SDK_OVERLAY.MODULE_04.BSS_SIZE = SDK_OVERLAY.MODULE_04.BSS_END - SDK_OVERLAY.MODULE_04.BSS_START; - } >> MODULE_04 - - .MODULE_05 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_05_ID = 5; - SDK_OVERLAY.MODULE_05.ID = 5; - SDK_OVERLAY.MODULE_05.START = .; - module_05.o (.text) - module_05.o (.rodata) - module_05.o (.init) - SDK_OVERLAY.MODULE_05.SINIT_START = .; - module_05.o (.ctor) - module_05.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_05.SINIT_END = .; - . = ALIGN(32); - module_05.o (.sdata) - module_05.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_05.END = .; - SDK_OVERLAY.MODULE_05.SIZE = SDK_OVERLAY.MODULE_05.END - SDK_OVERLAY.MODULE_05.START; - } > MODULE_05 - .MODULE_05.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_05.BSS_START = .; - module_05.o (.bss) - module_05.o (.sbss) - SDK_OVERLAY.MODULE_05.BSS_END = .; - SDK_OVERLAY.MODULE_05.BSS_SIZE = SDK_OVERLAY.MODULE_05.BSS_END - SDK_OVERLAY.MODULE_05.BSS_START; - } >> MODULE_05 - - .MODULE_06 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_06_ID = 6; - SDK_OVERLAY.MODULE_06.ID = 6; - SDK_OVERLAY.MODULE_06.START = .; - module_06.o (.text) - module_06.o (.rodata) - module_06.o (.init) - SDK_OVERLAY.MODULE_06.SINIT_START = .; - module_06.o (.ctor) - module_06.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_06.SINIT_END = .; - . = ALIGN(32); - module_06.o (.sdata) - module_06.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_06.END = .; - SDK_OVERLAY.MODULE_06.SIZE = SDK_OVERLAY.MODULE_06.END - SDK_OVERLAY.MODULE_06.START; - } > MODULE_06 - .MODULE_06.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_06.BSS_START = .; - module_06.o (.bss) - module_06.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_06.BSS_END = .; - SDK_OVERLAY.MODULE_06.BSS_SIZE = SDK_OVERLAY.MODULE_06.BSS_END - SDK_OVERLAY.MODULE_06.BSS_START; - } >> MODULE_06 - - .MODULE_07 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_07_ID = 7; - SDK_OVERLAY.MODULE_07.ID = 7; - SDK_OVERLAY.MODULE_07.START = .; - module_07.o (.text) - module_07.o (.rodata) - module_07.o (.init) - SDK_OVERLAY.MODULE_07.SINIT_START = .; - module_07.o (.ctor) - module_07.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_07.SINIT_END = .; - . = ALIGN(32); - module_07.o (.sdata) - module_07.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_07.END = .; - SDK_OVERLAY.MODULE_07.SIZE = SDK_OVERLAY.MODULE_07.END - SDK_OVERLAY.MODULE_07.START; - } > MODULE_07 - - .MODULE_07.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_07.BSS_START = .; - module_07.o (.bss) - module_07.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_07.BSS_END = .; - SDK_OVERLAY.MODULE_07.BSS_SIZE = SDK_OVERLAY.MODULE_07.BSS_END - SDK_OVERLAY.MODULE_07.BSS_START; - } >> MODULE_07 - - .MODULE_08 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_08_ID = 8; - SDK_OVERLAY.MODULE_08.ID = 8; - SDK_OVERLAY.MODULE_08.START = .; - module_08.o (.text) - module_08.o (.rodata) - module_08.o (.init) - SDK_OVERLAY.MODULE_08.SINIT_START = .; - module_08.o (.ctor) - module_08.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_08.SINIT_END = .; - . = ALIGN(32); - module_08.o (.sdata) - module_08.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_08.END = .; - SDK_OVERLAY.MODULE_08.SIZE = SDK_OVERLAY.MODULE_08.END - SDK_OVERLAY.MODULE_08.START; - } > MODULE_08 - - .MODULE_08.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_08.BSS_START = .; - module_08.o (.bss) - module_08.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_08.BSS_END = .; - SDK_OVERLAY.MODULE_08.BSS_SIZE = SDK_OVERLAY.MODULE_08.BSS_END - SDK_OVERLAY.MODULE_08.BSS_START; - } >> MODULE_08 - - .MODULE_09 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_09_ID = 9; - SDK_OVERLAY.MODULE_09.ID = 9; - SDK_OVERLAY.MODULE_09.START = .; - module_09.o (.text) - module_09.o (.rodata) - module_09.o (.init) - SDK_OVERLAY.MODULE_09.SINIT_START = .; - module_09.o (.ctor) - module_09.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_09.SINIT_END = .; - . = ALIGN(32); - module_09.o (.sdata) - module_09.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_09.END = .; - SDK_OVERLAY.MODULE_09.SIZE = SDK_OVERLAY.MODULE_09.END - SDK_OVERLAY.MODULE_09.START; - } > MODULE_09 - - .MODULE_09.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_09.BSS_START = .; - module_09.o (.bss) - module_09.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_09.BSS_END = .; - SDK_OVERLAY.MODULE_09.BSS_SIZE = SDK_OVERLAY.MODULE_09.BSS_END - SDK_OVERLAY.MODULE_09.BSS_START; - } >> MODULE_09 - - .MODULE_10 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_10_ID = 10; - SDK_OVERLAY.MODULE_10.ID = 10; - SDK_OVERLAY.MODULE_10.START = .; - SDK_OVERLAY.MODULE_10.SINIT_START = .; - WRITEW 0; - SDK_OVERLAY.MODULE_10.SINIT_END = .; - . = ALIGN(32); - . = ALIGN(32); - SDK_OVERLAY.MODULE_10.END = .; - SDK_OVERLAY.MODULE_10.SIZE = SDK_OVERLAY.MODULE_10.END - SDK_OVERLAY.MODULE_10.START; - } > MODULE_10 - - .MODULE_10.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_10.BSS_START = .; - . = ALIGN(32); - SDK_OVERLAY.MODULE_10.BSS_END = .; - SDK_OVERLAY.MODULE_10.BSS_SIZE = SDK_OVERLAY.MODULE_10.BSS_END - SDK_OVERLAY.MODULE_10.BSS_START; - } >> MODULE_10 - - .MODULE_11 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_11_ID = 11; - SDK_OVERLAY.MODULE_11.ID = 11; - SDK_OVERLAY.MODULE_11.START = .; - module_11.o (.text) - module_11.o (.rodata) - module_11.o (.init) - // SDK_OVERLAY.MODULE_11.SINIT_START = .; - module_11.o (.ctor) - module_11.o (.sinit) - // SDK_OVERLAY.MODULE_11.SINIT_END = .; - // WRITEW 0; - . = ALIGN(32); - module_11.o (.sdata) - module_11.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_11.END = .; - SDK_OVERLAY.MODULE_11.SIZE = SDK_OVERLAY.MODULE_11.END - SDK_OVERLAY.MODULE_11.START; - } > MODULE_11 - - .MODULE_11.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_11.BSS_START = .; - module_11.o (.bss) - module_11.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_11.BSS_END = .; - SDK_OVERLAY.MODULE_11.BSS_SIZE = SDK_OVERLAY.MODULE_11.BSS_END - SDK_OVERLAY.MODULE_11.BSS_START; - } >> MODULE_11 - - .MODULE_12 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_12_ID = 12; - SDK_OVERLAY.MODULE_12.ID = 12; - SDK_OVERLAY.MODULE_12.START = .; - module_12.o (.text) - module_12.o (.rodata) - module_12.o (.init) - SDK_OVERLAY.MODULE_12.SINIT_START = .; - module_12.o (.ctor) - module_12.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_12.SINIT_END = .; - . = ALIGN(32); - module_12.o (.sdata) - module_12.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_12.END = .; - SDK_OVERLAY.MODULE_12.SIZE = SDK_OVERLAY.MODULE_12.END - SDK_OVERLAY.MODULE_12.START; - } > MODULE_12 - - .MODULE_12.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_12.BSS_START = .; - module_12.o (.bss) - module_12.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_12.BSS_END = .; - SDK_OVERLAY.MODULE_12.BSS_SIZE = SDK_OVERLAY.MODULE_12.BSS_END - SDK_OVERLAY.MODULE_12.BSS_START; - } >> MODULE_12 - - .MODULE_13 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_13_ID = 13; - SDK_OVERLAY.MODULE_13.ID = 13; - SDK_OVERLAY.MODULE_13.START = .; - module_13_init.o (.text) - module_13_arm1.o (.text) - module_13_thumb.o (.text) - module_13_arm2.o (.text) - module_13_init.o (.rodata) - module_13_arm1.o (.rodata) - module_13_thumb.o (.rodata) - module_13_arm2.o (.rodata) - module_13_init.o (.init) - module_13_arm1.o (.init) - module_13_thumb.o (.init) - module_13_arm2.o (.init) - SDK_OVERLAY.MODULE_13.SINIT_START = .; - module_13_init.o (.ctor) - module_13_arm1.o (.ctor) - module_13_thumb.o (.ctor) - module_13_arm2.o (.ctor) - module_13_init.o (.sinit) - module_13_arm1.o (.sinit) - module_13_thumb.o (.sinit) - module_13_arm2.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_13.SINIT_END = .; - . = ALIGN(32); - module_13_init.o (.sdata) - module_13_arm1.o (.sdata) - module_13_thumb.o (.sdata) - module_13_arm2.o (.sdata) - module_13_init.o (.data) - module_13_arm1.o (.data) - module_13_thumb.o (.data) - module_13_arm2.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_13.END = .; - SDK_OVERLAY.MODULE_13.SIZE = SDK_OVERLAY.MODULE_13.END - SDK_OVERLAY.MODULE_13.START; - } > MODULE_13 - - .MODULE_13.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_13.BSS_START = .; - module_13_init.o (.bss) - module_13_arm1.o (.bss) - module_13_thumb.o (.bss) - module_13_arm2.o (.bss) - module_13_init.o (.sbss) - module_13_arm1.o (.sbss) - module_13_thumb.o (.sbss) - module_13_arm2.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_13.BSS_END = .; - SDK_OVERLAY.MODULE_13.BSS_SIZE = SDK_OVERLAY.MODULE_13.BSS_END - SDK_OVERLAY.MODULE_13.BSS_START; - } >> MODULE_13 - - .MODULE_14 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_14_ID = 14; - SDK_OVERLAY.MODULE_14.ID = 14; - SDK_OVERLAY.MODULE_14.START = .; - module_14.o (.text) - module_14.o (.rodata) - module_14.o (.init) - SDK_OVERLAY.MODULE_14.SINIT_START = .; - module_14.o (.ctor) - module_14.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_14.SINIT_END = .; - . = ALIGN(32); - module_14.o (.sdata) - module_14.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_14.END = .; - SDK_OVERLAY.MODULE_14.SIZE = SDK_OVERLAY.MODULE_14.END - SDK_OVERLAY.MODULE_14.START; - } > MODULE_14 - - .MODULE_14.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_14.BSS_START = .; - module_14.o (.bss) - module_14.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_14.BSS_END = .; - SDK_OVERLAY.MODULE_14.BSS_SIZE = SDK_OVERLAY.MODULE_14.BSS_END - SDK_OVERLAY.MODULE_14.BSS_START; - } >> MODULE_14 - - .MODULE_15 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_15_ID = 15; - SDK_OVERLAY.MODULE_15.ID = 15; - SDK_OVERLAY.MODULE_15.START = .; - module_15.o (.text) - module_15.o (.rodata) - module_15.o (.init) - SDK_OVERLAY.MODULE_15.SINIT_START = .; - module_15.o (.ctor) - module_15.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_15.SINIT_END = .; - . = ALIGN(32); - module_15.o (.sdata) - module_15.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_15.END = .; - SDK_OVERLAY.MODULE_15.SIZE = SDK_OVERLAY.MODULE_15.END - SDK_OVERLAY.MODULE_15.START; - } > MODULE_15 - - .MODULE_15.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_15.BSS_START = .; - module_15.o (.bss) - module_15.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_15.BSS_END = .; - SDK_OVERLAY.MODULE_15.BSS_SIZE = SDK_OVERLAY.MODULE_15.BSS_END - SDK_OVERLAY.MODULE_15.BSS_START; - } >> MODULE_15 - - .MODULE_16 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_16_ID = 16; - SDK_OVERLAY.MODULE_16.ID = 16; - SDK_OVERLAY.MODULE_16.START = .; - module_16.o (.text) - module_16.o (.rodata) - module_16.o (.init) - SDK_OVERLAY.MODULE_16.SINIT_START = .; - module_16.o (.ctor) - module_16.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_16.SINIT_END = .; - . = ALIGN(32); - module_16.o (.sdata) - module_16.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_16.END = .; - SDK_OVERLAY.MODULE_16.SIZE = SDK_OVERLAY.MODULE_16.END - SDK_OVERLAY.MODULE_16.START; - } > MODULE_16 - - .MODULE_16.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_16.BSS_START = .; - module_16.o (.bss) - module_16.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_16.BSS_END = .; - SDK_OVERLAY.MODULE_16.BSS_SIZE = SDK_OVERLAY.MODULE_16.BSS_END - SDK_OVERLAY.MODULE_16.BSS_START; - } >> MODULE_16 - - .MODULE_17 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_17_ID = 17; - SDK_OVERLAY.MODULE_17.ID = 17; - SDK_OVERLAY.MODULE_17.START = .; - module_17.o (.text) - module_17.o (.rodata) - module_17.o (.init) - SDK_OVERLAY.MODULE_17.SINIT_START = .; - module_17.o (.ctor) - module_17.o (.init) - WRITEW 0; - SDK_OVERLAY.MODULE_17.SINIT_END = .; - . = ALIGN(32); - module_17.o (.sdata) - module_17.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_17.END = .; - SDK_OVERLAY.MODULE_17.SIZE = SDK_OVERLAY.MODULE_17.END - SDK_OVERLAY.MODULE_17.START; - } > MODULE_17 - - .MODULE_17.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_17.BSS_START = .; - module_17.o (.bss) - module_17.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_17.BSS_END = .; - SDK_OVERLAY.MODULE_17.BSS_SIZE = SDK_OVERLAY.MODULE_17.BSS_END - SDK_OVERLAY.MODULE_17.BSS_START; - } >> MODULE_17 - - .MODULE_18 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_18_ID = 18; - SDK_OVERLAY.MODULE_18.ID = 18; - SDK_OVERLAY.MODULE_18.START = .; - module_18.o (.text) - module_18.o (.rodata) - module_18.o (.init) - SDK_OVERLAY.MODULE_18.SINIT_START = .; - module_18.o (.ctor) - module_18.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_18.SINIT_END = .; - . = ALIGN(32); - module_18.o (.sdata) - module_18.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_18.END = .; - SDK_OVERLAY.MODULE_18.SIZE = SDK_OVERLAY.MODULE_18.END - SDK_OVERLAY.MODULE_18.START; - } > MODULE_18 - - .MODULE_18.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_18.BSS_START = .; - module_18.o (.bss) - module_18.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_18.BSS_END = .; - SDK_OVERLAY.MODULE_18.BSS_SIZE = SDK_OVERLAY.MODULE_18.BSS_END - SDK_OVERLAY.MODULE_18.BSS_START; - } >> MODULE_18 - - .MODULE_19 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_19_ID = 19; - SDK_OVERLAY.MODULE_19.ID = 19; - SDK_OVERLAY.MODULE_19.START = .; - module_19.o (.text) - module_19.o (.rodata) - module_19.o (.init) - SDK_OVERLAY.MODULE_19.SINIT_START = .; - module_19.o (.ctor) - module_19.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_19.SINIT_END = .; - . = ALIGN(32); - module_19.o (.sdata) - module_19.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_19.END = .; - SDK_OVERLAY.MODULE_19.SIZE = SDK_OVERLAY.MODULE_19.END - SDK_OVERLAY.MODULE_19.START; - } > MODULE_19 - - .MODULE_19.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_19.BSS_START = .; - module_19.o (.bss) - module_19.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_19.BSS_END = .; - SDK_OVERLAY.MODULE_19.BSS_SIZE = SDK_OVERLAY.MODULE_19.BSS_END - SDK_OVERLAY.MODULE_19.BSS_START; - } >> MODULE_19 - - .MODULE_20 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_20_ID = 20; - SDK_OVERLAY.MODULE_20.ID = 20; - SDK_OVERLAY.MODULE_20.START = .; - module_20.o (.text) - module_20.o (.rodata) - module_20.o (.init) - SDK_OVERLAY.MODULE_20.SINIT_START = .; - module_20.o (.ctor) - module_20.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_20.SINIT_END = .; - . = ALIGN(32); - module_20.o (.sdata) - module_20.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_20.END = .; - SDK_OVERLAY.MODULE_20.SIZE = SDK_OVERLAY.MODULE_20.END - SDK_OVERLAY.MODULE_20.START; - } > MODULE_20 - - .MODULE_20.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_20.BSS_START = .; - module_20.o (.bss) - module_20.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_20.BSS_END = .; - SDK_OVERLAY.MODULE_20.BSS_SIZE = SDK_OVERLAY.MODULE_20.BSS_END - SDK_OVERLAY.MODULE_20.BSS_START; - } >> MODULE_20 - - .MODULE_21 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_21_ID = 21; - SDK_OVERLAY.MODULE_21.ID = 21; - SDK_OVERLAY.MODULE_21.START = .; - module_21.o (.text) - module_21.o (.rodata) - module_21.o (.init) - // SDK_OVERLAY.MODULE_21.SINIT_START = .; - module_21.o (.ctor) - module_21.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_21.SINIT_END = ; - . = ALIGN(32); - module_21.o (.sdata) - module_21.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_21.END = .; - SDK_OVERLAY.MODULE_21.SIZE = SDK_OVERLAY.MODULE_21.END - SDK_OVERLAY.MODULE_21.START; - } > MODULE_21 - - .MODULE_21.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_21.BSS_START = .; - module_21.o (.bss) - module_21.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_21.BSS_END = .; - SDK_OVERLAY.MODULE_21.BSS_SIZE = SDK_OVERLAY.MODULE_21.BSS_END - SDK_OVERLAY.MODULE_21.BSS_START; - } >> MODULE_21 - - .MODULE_22 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_22_ID = 22; - SDK_OVERLAY.MODULE_22.ID = 22; - SDK_OVERLAY.MODULE_22.START = .; - module_22.o (.text) - module_22.o (.rodata) - module_22.o (.init) - SDK_OVERLAY.MODULE_22.SINIT_START = .; - module_22.o (.ctor) - module_22.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_22.SINIT_END = .; - . = ALIGN(32); - module_22.o (.sdata) - module_22.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_22.END = .; - SDK_OVERLAY.MODULE_22.SIZE = SDK_OVERLAY.MODULE_22.END - SDK_OVERLAY.MODULE_22.START; - } > MODULE_22 - - .MODULE_22.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_22.BSS_START = .; - module_22.o (.bss) - module_22.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_22.BSS_END = .; - SDK_OVERLAY.MODULE_22.BSS_SIZE = SDK_OVERLAY.MODULE_22.BSS_END - SDK_OVERLAY.MODULE_22.BSS_START; - } >> MODULE_22 - - .MODULE_23 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_23_ID = 23; - SDK_OVERLAY.MODULE_23.ID = 23; - SDK_OVERLAY.MODULE_23.START = .; - module_23.o (.text) - module_23.o (.rodata) - module_23.o (.init) - // SDK_OVERLAY.MODULE_23.SINIT_START = .; - module_23.o (.ctor) - module_23.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_23.SINIT_END = .; - . = ALIGN(32); - module_23.o (.sdata) - module_23.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_23.END = .; - SDK_OVERLAY.MODULE_23.SIZE = SDK_OVERLAY.MODULE_23.END - SDK_OVERLAY.MODULE_23.START; - } > MODULE_23 - - .MODULE_23.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_23.BSS_START = .; - module_23.o (.bss) - module_23.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_23.BSS_END = .; - SDK_OVERLAY.MODULE_23.BSS_SIZE = SDK_OVERLAY.MODULE_23.BSS_END - SDK_OVERLAY.MODULE_23.BSS_START; - } >> MODULE_23 - - .MODULE_24 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_24_ID = 24; - SDK_OVERLAY.MODULE_24.ID = 24; - SDK_OVERLAY.MODULE_24.START = .; - module_24.o (.text) - module_24.o (.rodata) - module_24.o (.init) - SDK_OVERLAY.MODULE_24.SINIT_START = .; - module_24.o (.ctor) - module_24.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_24.SINIT_END = .; - . = ALIGN(32); - module_24.o (.sdata) - module_24.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_24.END = .; - SDK_OVERLAY.MODULE_24.SIZE = SDK_OVERLAY.MODULE_24.END - SDK_OVERLAY.MODULE_24.START; - } > MODULE_24 - - .MODULE_24.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_24.BSS_START = .; - module_24.o (.bss) - module_24.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_24.BSS_END = .; - SDK_OVERLAY.MODULE_24.BSS_SIZE = SDK_OVERLAY.MODULE_24.BSS_END - SDK_OVERLAY.MODULE_24.BSS_START; - } >> MODULE_24 - - .MODULE_25 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_25_ID = 25; - SDK_OVERLAY.MODULE_25.ID = 25; - SDK_OVERLAY.MODULE_25.START = .; - module_25.o (.text) - module_25.o (.rodata) - module_25.o (.init) - SDK_OVERLAY.MODULE_25.SINIT_START = .; - module_25.o (.ctor) - module_25.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_25.SINIT_END = .; - . = ALIGN(32); - module_25.o (.sdata) - module_25.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_25.END = .; - SDK_OVERLAY.MODULE_25.SIZE = SDK_OVERLAY.MODULE_25.END - SDK_OVERLAY.MODULE_25.START; - } > MODULE_25 - - .MODULE_25.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_25.BSS_START = .; - module_25.o (.bss) - module_25.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_25.BSS_END = .; - SDK_OVERLAY.MODULE_25.BSS_SIZE = SDK_OVERLAY.MODULE_25.BSS_END - SDK_OVERLAY.MODULE_25.BSS_START; - } >> MODULE_25 - - .MODULE_26 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_26_ID = 26; - SDK_OVERLAY.MODULE_26.ID = 26; - SDK_OVERLAY.MODULE_26.START = .; - module_26.o (.text) - module_26.o (.rodata) - module_26.o (.init) - SDK_OVERLAY.MODULE_26.SINIT_START = .; - module_26.o (.ctor) - module_26.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_26.SINIT_END = .; - . = ALIGN(32); - module_26.o (.sdata) - module_26.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_26.END = .; - SDK_OVERLAY.MODULE_26.SIZE = SDK_OVERLAY.MODULE_26.END - SDK_OVERLAY.MODULE_26.START; - } > MODULE_26 - - .MODULE_26.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_26.BSS_START = .; - module_26.o (.bss) - module_26.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_26.BSS_END = .; - SDK_OVERLAY.MODULE_26.BSS_SIZE = SDK_OVERLAY.MODULE_26.BSS_END - SDK_OVERLAY.MODULE_26.BSS_START; - } >> MODULE_26 - - .MODULE_27 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_27_ID = 27; - SDK_OVERLAY.MODULE_27.ID = 27; - SDK_OVERLAY.MODULE_27.START = .; - module_27.o (.text) - module_27.o (.rodata) - module_27.o (.init) - // SDK_OVERLAY.MODULE_27.SINIT_START = .; - module_27.o (.ctor) - module_27.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_27.SINIT_END = .; - . = ALIGN(32); - module_27.o (.sdata) - module_27.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_27.END = .; - SDK_OVERLAY.MODULE_27.SIZE = SDK_OVERLAY.MODULE_27.END - SDK_OVERLAY.MODULE_27.START; - } > MODULE_27 - - .MODULE_27.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_27.BSS_START = .; - module_27.o (.bss) - module_27.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_27.BSS_END = .; - SDK_OVERLAY.MODULE_27.BSS_SIZE = SDK_OVERLAY.MODULE_27.BSS_END - SDK_OVERLAY.MODULE_27.BSS_START; - } >> MODULE_27 - - .MODULE_28 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_28_ID = 28; - SDK_OVERLAY.MODULE_28.ID = 28; - SDK_OVERLAY.MODULE_28.START = .; - module_28.o (.text) - module_28.o (.rodata) - module_28.o (.init) - // SDK_OVERLAY.MODULE_28.SINIT_START = .; - module_28.o (.ctor) - module_28.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_28.SINIT_END = .; - . = ALIGN(32); - module_28.o (.sdata) - module_28.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_28.END = .; - SDK_OVERLAY.MODULE_28.SIZE = SDK_OVERLAY.MODULE_28.END - SDK_OVERLAY.MODULE_28.START; - } > MODULE_28 - - .MODULE_28.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_28.BSS_START = .; - module_28.o (.bss) - module_28.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_28.BSS_END = .; - SDK_OVERLAY.MODULE_28.BSS_SIZE = SDK_OVERLAY.MODULE_28.BSS_END - SDK_OVERLAY.MODULE_28.BSS_START; - } >> MODULE_28 - - .MODULE_29 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_29_ID = 29; - SDK_OVERLAY.MODULE_29.ID = 29; - SDK_OVERLAY.MODULE_29.START = .; - module_29.o (.text) - module_29.o (.rodata) - module_29.o (.init) - // SDK_OVERLAY.MODULE_29.SINIT_START = .; - module_29.o (.ctor) - module_29.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_29.SINIT_END = .; - . = ALIGN(32); - module_29.o (.sdata) - module_29.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_29.END = .; - SDK_OVERLAY.MODULE_29.SIZE = SDK_OVERLAY.MODULE_29.END - SDK_OVERLAY.MODULE_29.START; - } > MODULE_29 - - .MODULE_29.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_29.BSS_START = .; - module_29.o (.bss) - module_29.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_29.BSS_END = .; - SDK_OVERLAY.MODULE_29.BSS_SIZE = SDK_OVERLAY.MODULE_29.BSS_END - SDK_OVERLAY.MODULE_29.BSS_START; - } >> MODULE_29 - - .MODULE_30 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_30_ID = 30; - SDK_OVERLAY.MODULE_30.ID = 30; - SDK_OVERLAY.MODULE_30.START = .; - module_30.o (.text) - module_30.o (.rodata) - module_30.o (.init) - // SDK_OVERLAY.MODULE_30.SINIT_START = .; - module_30.o (.ctor) - module_30.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_30.SINIT_END = .; - . = ALIGN(32); - module_30.o (.sdata) - module_30.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_30.END = .; - SDK_OVERLAY.MODULE_30.SIZE = SDK_OVERLAY.MODULE_30.END - SDK_OVERLAY.MODULE_30.START; - } > MODULE_30 - - .MODULE_30.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_30.BSS_START = .; - module_30.o (.bss) - module_30.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_30.BSS_END = .; - SDK_OVERLAY.MODULE_30.BSS_SIZE = SDK_OVERLAY.MODULE_30.BSS_END - SDK_OVERLAY.MODULE_30.BSS_START; - } >> MODULE_30 - - .MODULE_31 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_31_ID = 31; - SDK_OVERLAY.MODULE_31.ID = 31; - SDK_OVERLAY.MODULE_31.START = .; - module_31.o (.text) - module_31.o (.rodata) - module_31.o (.init) - SDK_OVERLAY.MODULE_31.SINIT_START = .; - module_31.o (.ctor) - module_31.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_31.SINIT_END = .; - . = ALIGN(32); - module_31.o (.sdata) - module_31.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_31.END = .; - SDK_OVERLAY.MODULE_31.SIZE = SDK_OVERLAY.MODULE_31.END - SDK_OVERLAY.MODULE_31.START; - } > MODULE_31 - - .MODULE_31.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_31.BSS_START = .; - module_31.o (.bss) - module_31.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_31.BSS_END = .; - SDK_OVERLAY.MODULE_31.BSS_SIZE = SDK_OVERLAY.MODULE_31.BSS_END - SDK_OVERLAY.MODULE_31.BSS_START; - } >> MODULE_31 - - .MODULE_32 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_32_ID = 32; - SDK_OVERLAY.MODULE_32.ID = 32; - SDK_OVERLAY.MODULE_32.START = .; - module_32.o (.text) - module_32.o (.rodata) - module_32.o (.init) - // SDK_OVERLAY.MODULE_32.SINIT_START = .; - module_32.o (.ctor) - module_32.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_32.SINIT_END = .; - . = ALIGN(32); - module_32.o (.sdata) - module_32.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_32.END = .; - SDK_OVERLAY.MODULE_32.SIZE = SDK_OVERLAY.MODULE_32.END - SDK_OVERLAY.MODULE_32.START; - } > MODULE_32 - - .MODULE_32.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_32.BSS_START = .; - module_32.o (.bss) - module_32.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_32.BSS_END = .; - SDK_OVERLAY.MODULE_32.BSS_SIZE = SDK_OVERLAY.MODULE_32.BSS_END - SDK_OVERLAY.MODULE_32.BSS_START; - } >> MODULE_32 - - .MODULE_33 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_33_ID = 33; - SDK_OVERLAY.MODULE_33.ID = 33; - SDK_OVERLAY.MODULE_33.START = .; - module_33.o (.text) - module_33.o (.rodata) - module_33.o (.init) - SDK_OVERLAY.MODULE_33.SINIT_START = .; - module_33.o (.ctor) - module_33.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_33.SINIT_END = .; - . = ALIGN(32); - module_33.o (.sdata) - module_33.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_33.END = .; - SDK_OVERLAY.MODULE_33.SIZE = SDK_OVERLAY.MODULE_33.END - SDK_OVERLAY.MODULE_33.START; - } > MODULE_33 - - .MODULE_33.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_33.BSS_START = .; - module_33.o (.bss) - module_33.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_33.BSS_END = .; - SDK_OVERLAY.MODULE_33.BSS_SIZE = SDK_OVERLAY.MODULE_33.BSS_END - SDK_OVERLAY.MODULE_33.BSS_START; - } >> MODULE_33 - - .MODULE_34 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_34_ID = 34; - SDK_OVERLAY.MODULE_34.ID = 34; - SDK_OVERLAY.MODULE_34.START = .; - module_34.o (.text) - module_34.o (.rodata) - module_34.o (.init) - // SDK_OVERLAY.MODULE_34.SINIT_START = .; - module_34.o (.ctor) - module_34.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_34.SINIT_END = .; - . = ALIGN(32); - module_34.o (.sdata) - module_34.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_34.END = .; - SDK_OVERLAY.MODULE_34.SIZE = SDK_OVERLAY.MODULE_34.END - SDK_OVERLAY.MODULE_34.START; - } > MODULE_34 - - .MODULE_34.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_34.BSS_START = .; - module_34.o (.bss) - module_34.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_34.BSS_END = .; - SDK_OVERLAY.MODULE_34.BSS_SIZE = SDK_OVERLAY.MODULE_34.BSS_END - SDK_OVERLAY.MODULE_34.BSS_START; - } >> MODULE_34 - - .MODULE_35 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_35_ID = 35; - SDK_OVERLAY.MODULE_35.ID = 35; - SDK_OVERLAY.MODULE_35.START = .; - module_35.o (.text) - module_35.o (.rodata) - module_35.o (.init) - SDK_OVERLAY.MODULE_35.SINIT_START = .; - module_35.o (.ctor) - module_35.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_35.SINIT_END = .; - . = ALIGN(32); - module_35.o (.sdata) - module_35.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_35.END = .; - SDK_OVERLAY.MODULE_35.SIZE = SDK_OVERLAY.MODULE_35.END - SDK_OVERLAY.MODULE_35.START; - } > MODULE_35 - - .MODULE_35.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_35.BSS_START = .; - module_35.o (.bss) - module_35.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_35.BSS_END = .; - SDK_OVERLAY.MODULE_35.BSS_SIZE = SDK_OVERLAY.MODULE_35.BSS_END - SDK_OVERLAY.MODULE_35.BSS_START; - } >> MODULE_35 - - .MODULE_36 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_36_ID = 36; - SDK_OVERLAY.MODULE_36.ID = 36; - SDK_OVERLAY.MODULE_36.START = .; - module_36.o (.text) - module_36.o (.rodata) - module_36.o (.init) - // SDK_OVERLAY.MODULE_36.SINIT_START = .; - module_36.o (.ctor) - module_36.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_36.SINIT_END = .; - . = ALIGN(32); - module_36.o (.sdata) - module_36.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_36.END = .; - SDK_OVERLAY.MODULE_36.SIZE = SDK_OVERLAY.MODULE_36.END - SDK_OVERLAY.MODULE_36.START; - } > MODULE_36 - - .MODULE_36.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_36.BSS_START = .; - module_36.o (.bss) - module_36.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_36.BSS_END = .; - SDK_OVERLAY.MODULE_36.BSS_SIZE = SDK_OVERLAY.MODULE_36.BSS_END - SDK_OVERLAY.MODULE_36.BSS_START; - } >> MODULE_36 - - .MODULE_37 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_37_ID = 37; - SDK_OVERLAY.MODULE_37.ID = 37; - SDK_OVERLAY.MODULE_37.START = .; - module_37.o (.text) - module_37.o (.rodata) - module_37.o (.init) - SDK_OVERLAY.MODULE_37.SINIT_START = .; - module_37.o (.ctor) - module_37.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_37.SINIT_END = .; - . = ALIGN(32); - module_37.o (.sdata) - module_37.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_37.END = .; - SDK_OVERLAY.MODULE_37.SIZE = SDK_OVERLAY.MODULE_37.END - SDK_OVERLAY.MODULE_37.START; - } > MODULE_37 - - .MODULE_37.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_37.BSS_START = .; - module_37.o (.bss) - module_37.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_37.BSS_END = .; - SDK_OVERLAY.MODULE_37.BSS_SIZE = SDK_OVERLAY.MODULE_37.BSS_END - SDK_OVERLAY.MODULE_37.BSS_START; - } >> MODULE_37 - - .MODULE_38 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_38_ID = 38; - SDK_OVERLAY.MODULE_38.ID = 38; - SDK_OVERLAY.MODULE_38.START = .; - module_38.o (.text) - module_38.o (.rodata) - module_38.o (.init) - SDK_OVERLAY.MODULE_38.SINIT_START = .; - module_38.o (.ctor) - module_38.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_38.SINIT_END = .; - . = ALIGN(32); - module_38.o (.sdata) - module_38.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_38.END = .; - SDK_OVERLAY.MODULE_38.SIZE = SDK_OVERLAY.MODULE_38.END - SDK_OVERLAY.MODULE_38.START; - } > MODULE_38 - - .MODULE_38.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_38.BSS_START = .; - module_38.o (.bss) - module_38.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_38.BSS_END = .; - SDK_OVERLAY.MODULE_38.BSS_SIZE = SDK_OVERLAY.MODULE_38.BSS_END - SDK_OVERLAY.MODULE_38.BSS_START; - } >> MODULE_38 - - .MODULE_39 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_39_ID = 39; - SDK_OVERLAY.MODULE_39.ID = 39; - SDK_OVERLAY.MODULE_39.START = .; - module_39.o (.text) - module_39.o (.rodata) - module_39.o (.init) - // SDK_OVERLAY.MODULE_39.SINIT_START = .; - module_39.o (.ctor) - module_39.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_39.SINIT_END = .; - . = ALIGN(32); - module_39.o (.sdata) - module_39.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_39.END = .; - SDK_OVERLAY.MODULE_39.SIZE = SDK_OVERLAY.MODULE_39.END - SDK_OVERLAY.MODULE_39.START; - } > MODULE_39 - - .MODULE_39.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_39.BSS_START = .; - module_39.o (.bss) - module_39.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_39.BSS_END = .; - SDK_OVERLAY.MODULE_39.BSS_SIZE = SDK_OVERLAY.MODULE_39.BSS_END - SDK_OVERLAY.MODULE_39.BSS_START; - } >> MODULE_39 - - .MODULE_40 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_40_ID = 40; - SDK_OVERLAY.MODULE_40.ID = 40; - SDK_OVERLAY.MODULE_40.START = .; - module_40.o (.text) - module_40.o (.rodata) - module_40.o (.init) - SDK_OVERLAY.MODULE_40.SINIT_START = .; - module_40.o (.ctor) - module_40.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_40.SINIT_END = .; - . = ALIGN(32); - module_40.o (.sdata) - module_40.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_40.END = .; - SDK_OVERLAY.MODULE_40.SIZE = SDK_OVERLAY.MODULE_40.END - SDK_OVERLAY.MODULE_40.START; - } > MODULE_40 - - .MODULE_40.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_40.BSS_START = .; - module_40.o (.bss) - module_40.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_40.BSS_END = .; - SDK_OVERLAY.MODULE_40.BSS_SIZE = SDK_OVERLAY.MODULE_40.BSS_END - SDK_OVERLAY.MODULE_40.BSS_START; - } >> MODULE_40 - - .MODULE_41 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_41_ID = 41; - SDK_OVERLAY.MODULE_41.ID = 41; - SDK_OVERLAY.MODULE_41.START = .; - module_41.o (.text) - module_41.o (.rodata) - module_41.o (.init) - // SDK_OVERLAY.MODULE_41.SINIT_START = .; - module_41.o (.ctor) - module_41.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_41.SINIT_END = .; - . = ALIGN(32); - module_41.o (.sdata) - module_41.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_41.END = .; - SDK_OVERLAY.MODULE_41.SIZE = SDK_OVERLAY.MODULE_41.END - SDK_OVERLAY.MODULE_41.START; - } > MODULE_41 - - .MODULE_41.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_41.BSS_START = .; - module_41.o (.bss) - module_41.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_41.BSS_END = .; - SDK_OVERLAY.MODULE_41.BSS_SIZE = SDK_OVERLAY.MODULE_41.BSS_END - SDK_OVERLAY.MODULE_41.BSS_START; - } >> MODULE_41 - - .MODULE_42 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_42_ID = 42; - SDK_OVERLAY.MODULE_42.ID = 42; - SDK_OVERLAY.MODULE_42.START = .; - module_42.o (.text) - module_42.o (.rodata) - module_42.o (.init) - // SDK_OVERLAY.MODULE_42.SINIT_START = .; - module_42.o (.ctor) - module_42.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_42.SINIT_END = .; - . = ALIGN(32); - module_42.o (.sdata) - module_42.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_42.END = .; - SDK_OVERLAY.MODULE_42.SIZE = SDK_OVERLAY.MODULE_42.END - SDK_OVERLAY.MODULE_42.START; - } > MODULE_42 - - .MODULE_42.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_42.BSS_START = .; - module_42.o (.bss) - module_42.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_42.BSS_END = .; - SDK_OVERLAY.MODULE_42.BSS_SIZE = SDK_OVERLAY.MODULE_42.BSS_END - SDK_OVERLAY.MODULE_42.BSS_START; - } >> MODULE_42 - - .MODULE_43 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_43_ID = 43; - SDK_OVERLAY.MODULE_43.ID = 43; - SDK_OVERLAY.MODULE_43.START = .; - module_43.o (.text) - module_43.o (.rodata) - module_43.o (.init) - // SDK_OVERLAY.MODULE_43.SINIT_START = .; - module_43.o (.ctor) - module_43.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_43.SINIT_END = .; - . = ALIGN(32); - module_43.o (.sdata) - module_43.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_43.END = .; - SDK_OVERLAY.MODULE_43.SIZE = SDK_OVERLAY.MODULE_43.END - SDK_OVERLAY.MODULE_43.START; - } > MODULE_43 - - .MODULE_43.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_43.BSS_START = .; - module_43.o (.bss) - module_43.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_43.BSS_END = .; - SDK_OVERLAY.MODULE_43.BSS_SIZE = SDK_OVERLAY.MODULE_43.BSS_END - SDK_OVERLAY.MODULE_43.BSS_START; - } >> MODULE_43 - - .MODULE_44 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_44_ID = 44; - SDK_OVERLAY.MODULE_44.ID = 44; - SDK_OVERLAY.MODULE_44.START = .; - module_44.o (.text) - module_44.o (.rodata) - module_44.o (.init) - // SDK_OVERLAY.MODULE_44.SINIT_START = .; - module_44.o (.ctor) - module_44.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_44.SINIT_END = .; - . = ALIGN(32); - module_44.o (.sdata) - module_44.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_44.END = .; - SDK_OVERLAY.MODULE_44.SIZE = SDK_OVERLAY.MODULE_44.END - SDK_OVERLAY.MODULE_44.START; - } > MODULE_44 - - .MODULE_44.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_44.BSS_START = .; - module_44.o (.bss) - module_44.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_44.BSS_END = .; - SDK_OVERLAY.MODULE_44.BSS_SIZE = SDK_OVERLAY.MODULE_44.BSS_END - SDK_OVERLAY.MODULE_44.BSS_START; - } >> MODULE_44 - - .MODULE_45 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_45_ID = 45; - SDK_OVERLAY.MODULE_45.ID = 45; - SDK_OVERLAY.MODULE_45.START = .; - module_45.o (.text) - module_45.o (.rodata) - module_45.o (.init) - SDK_OVERLAY.MODULE_45.SINIT_START = .; - module_45.o (.ctor) - module_45.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_45.SINIT_END = .; - . = ALIGN(32); - module_45.o (.sdata) - module_45.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_45.END = .; - SDK_OVERLAY.MODULE_45.SIZE = SDK_OVERLAY.MODULE_45.END - SDK_OVERLAY.MODULE_45.START; - } > MODULE_45 - - .MODULE_45.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_45.BSS_START = .; - module_45.o (.bss) - module_45.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_45.BSS_END = .; - SDK_OVERLAY.MODULE_45.BSS_SIZE = SDK_OVERLAY.MODULE_45.BSS_END - SDK_OVERLAY.MODULE_45.BSS_START; - } >> MODULE_45 - - .MODULE_46 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_46_ID = 46; - SDK_OVERLAY.MODULE_46.ID = 46; - SDK_OVERLAY.MODULE_46.START = .; - module_46.o (.text) - module_46.o (.rodata) - module_46.o (.init) - SDK_OVERLAY.MODULE_46.SINIT_START = .; - module_46.o (.ctor) - module_46.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_46.SINIT_END = .; - . = ALIGN(32); - module_46.o (.sdata) - module_46.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_46.END = .; - SDK_OVERLAY.MODULE_46.SIZE = SDK_OVERLAY.MODULE_46.END - SDK_OVERLAY.MODULE_46.START; - } > MODULE_46 - - .MODULE_46.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_46.BSS_START = .; - module_46.o (.bss) - module_46.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_46.BSS_END = .; - SDK_OVERLAY.MODULE_46.BSS_SIZE = SDK_OVERLAY.MODULE_46.BSS_END - SDK_OVERLAY.MODULE_46.BSS_START; - } >> MODULE_46 - - .MODULE_47 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_47_ID = 47; - SDK_OVERLAY.MODULE_47.ID = 47; - SDK_OVERLAY.MODULE_47.START = .; - module_47.o (.text) - module_47.o (.rodata) - module_47.o (.init) - // SDK_OVERLAY.MODULE_47.SINIT_START = .; - module_47.o (.ctor) - module_47.o (.sinit) - // WRITEW 0; - // SDK_OVERLAY.MODULE_47.SINIT_END = .; - . = ALIGN(32); - module_47.o (.sdata) - module_47.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_47.END = .; - SDK_OVERLAY.MODULE_47.SIZE = SDK_OVERLAY.MODULE_47.END - SDK_OVERLAY.MODULE_47.START; - } > MODULE_47 - - .MODULE_47.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_47.BSS_START = .; - module_47.o (.bss) - module_47.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_47.BSS_END = .; - SDK_OVERLAY.MODULE_47.BSS_SIZE = SDK_OVERLAY.MODULE_47.BSS_END - SDK_OVERLAY.MODULE_47.BSS_START; - } >> MODULE_47 - - .MODULE_48 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_48_ID = 48; - SDK_OVERLAY.MODULE_48.ID = 48; - SDK_OVERLAY.MODULE_48.START = .; - module_48.o (.text) - module_48.o (.rodata) - module_48.o (.init) - SDK_OVERLAY.MODULE_48.SINIT_START = .; - module_48.o (.ctor) - module_48.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_48.SINIT_END = .; - . = ALIGN(32); - module_48.o (.sdata) - module_48.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_48.END = .; - SDK_OVERLAY.MODULE_48.SIZE = SDK_OVERLAY.MODULE_48.END - SDK_OVERLAY.MODULE_48.START; - } > MODULE_48 - - .MODULE_48.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_48.BSS_START = .; - module_48.o (.bss) - module_48.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_48.BSS_END = .; - SDK_OVERLAY.MODULE_48.BSS_SIZE = SDK_OVERLAY.MODULE_48.BSS_END - SDK_OVERLAY.MODULE_48.BSS_START; - } >> MODULE_48 - - .MODULE_49 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_49_ID = 49; - SDK_OVERLAY.MODULE_49.ID = 49; - SDK_OVERLAY.MODULE_49.START = .; - module_49.o (.text) - module_49.o (.rodata) - module_49.o (.init) - SDK_OVERLAY.MODULE_49.SINIT_START = .; - module_49.o (.ctor) - module_49.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_49.SINIT_END = .; - . = ALIGN(32); - module_49.o (.sdata) - module_49.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_49.END = .; - SDK_OVERLAY.MODULE_49.SIZE = SDK_OVERLAY.MODULE_49.END - SDK_OVERLAY.MODULE_49.START; - } > MODULE_49 - - .MODULE_49.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_49.BSS_START = .; - module_49.o (.bss) - module_49.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_49.BSS_END = .; - SDK_OVERLAY.MODULE_49.BSS_SIZE = SDK_OVERLAY.MODULE_49.BSS_END - SDK_OVERLAY.MODULE_49.BSS_START; - } >> MODULE_49 - - .MODULE_50 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_50_ID = 50; - SDK_OVERLAY.MODULE_50.ID = 50; - SDK_OVERLAY.MODULE_50.START = .; - module_50.o (.text) - module_50.o (.rodata) - module_50.o (.init) - SDK_OVERLAY.MODULE_50.SINIT_START = .; - module_50.o (.ctor) - module_50.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_50.SINIT_END = .; - . = ALIGN(32); - module_50.o (.sdata) - module_50.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_50.END = .; - SDK_OVERLAY.MODULE_50.SIZE = SDK_OVERLAY.MODULE_50.END - SDK_OVERLAY.MODULE_50.START; - } > MODULE_50 - - .MODULE_50.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_50.BSS_START = .; - module_50.o (.bss) - module_50.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_50.BSS_END = .; - SDK_OVERLAY.MODULE_50.BSS_SIZE = SDK_OVERLAY.MODULE_50.BSS_END - SDK_OVERLAY.MODULE_50.BSS_START; - } >> MODULE_50 - - .MODULE_51 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_51_ID = 51; - SDK_OVERLAY.MODULE_51.ID = 51; - SDK_OVERLAY.MODULE_51.START = .; - module_51.o (.text) - module_51.o (.rodata) - module_51.o (.init) - SDK_OVERLAY.MODULE_51.SINIT_START = .; - module_51.o (.ctor) - module_51.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_51.SINIT_END = .; - . = ALIGN(32); - module_51.o (.sdata) - module_51.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_51.END = .; - SDK_OVERLAY.MODULE_51.SIZE = SDK_OVERLAY.MODULE_51.END - SDK_OVERLAY.MODULE_51.START; - } > MODULE_51 - - .MODULE_51.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_51.BSS_START = .; - module_51.o (.bss) - module_51.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_51.BSS_END = .; - SDK_OVERLAY.MODULE_51.BSS_SIZE = SDK_OVERLAY.MODULE_51.BSS_END - SDK_OVERLAY.MODULE_51.BSS_START; - } >> MODULE_51 - - .MODULE_52 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_52_ID = 52; - SDK_OVERLAY.MODULE_52.ID = 52; - SDK_OVERLAY.MODULE_52.START = .; - module_52.o (.text) - module_52.o (.rodata) - module_52.o (.init) - SDK_OVERLAY.MODULE_52.SINIT_START = .; - module_52.o (.ctor) - module_52.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_52.SINIT_END = .; - . = ALIGN(32); - module_52.o (.sdata) - module_52.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_52.END = .; - SDK_OVERLAY.MODULE_52.SIZE = SDK_OVERLAY.MODULE_52.END - SDK_OVERLAY.MODULE_52.START; - } > MODULE_52 - - .MODULE_52.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_52.BSS_START = .; - module_52.o (.bss) - module_52.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_52.BSS_END = .; - SDK_OVERLAY.MODULE_52.BSS_SIZE = SDK_OVERLAY.MODULE_52.BSS_END - SDK_OVERLAY.MODULE_52.BSS_START; - } >> MODULE_52 - - .MODULE_53 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_53_ID = 53; - SDK_OVERLAY.MODULE_53.ID = 53; - SDK_OVERLAY.MODULE_53.START = .; - module_53.o (.text) - module_53.o (.rodata) - module_53.o (.init) - SDK_OVERLAY.MODULE_53.SINIT_START = .; - module_53.o (.ctor) - module_53.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_53.SINIT_END = .; - . = ALIGN(32); - module_53.o (.sdata) - module_53.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_53.END = .; - SDK_OVERLAY.MODULE_53.SIZE = SDK_OVERLAY.MODULE_53.END - SDK_OVERLAY.MODULE_53.START; - } > MODULE_53 - - .MODULE_53.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_53.BSS_START = .; - module_53.o (.bss) - module_53.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_53.BSS_END = .; - SDK_OVERLAY.MODULE_53.BSS_SIZE = SDK_OVERLAY.MODULE_53.BSS_END - SDK_OVERLAY.MODULE_53.BSS_START; - } >> MODULE_53 - - .MODULE_54 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_54_ID = 54; - SDK_OVERLAY.MODULE_54.ID = 54; - SDK_OVERLAY.MODULE_54.START = .; - module_54.o (.text) - module_54.o (.rodata) - module_54.o (.init) - SDK_OVERLAY.MODULE_54.SINIT_START = .; - module_54.o (.ctor) - module_54.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_54.SINIT_END = .; - . = ALIGN(32); - module_54.o (.sdata) - module_54.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_54.END = .; - SDK_OVERLAY.MODULE_54.SIZE = SDK_OVERLAY.MODULE_54.END - SDK_OVERLAY.MODULE_54.START; - } > MODULE_54 - - .MODULE_54.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_54.BSS_START = .; - module_54.o (.bss) - module_54.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_54.BSS_END = .; - SDK_OVERLAY.MODULE_54.BSS_SIZE = SDK_OVERLAY.MODULE_54.BSS_END - SDK_OVERLAY.MODULE_54.BSS_START; - } >> MODULE_54 - - .MODULE_55 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_55_ID = 55; - SDK_OVERLAY.MODULE_55.ID = 55; - SDK_OVERLAY.MODULE_55.START = .; - module_55.o (.text) - module_55.o (.rodata) - module_55.o (.init) - SDK_OVERLAY.MODULE_55.SINIT_START = .; - module_55.o (.ctor) - module_55.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_55.SINIT_END = .; - . = ALIGN(32); - module_55.o (.sdata) - module_55.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_55.END = .; - SDK_OVERLAY.MODULE_55.SIZE = SDK_OVERLAY.MODULE_55.END - SDK_OVERLAY.MODULE_55.START; - } > MODULE_55 - - .MODULE_55.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_55.BSS_START = .; - module_55.o (.bss) - module_55.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_55.BSS_END = .; - SDK_OVERLAY.MODULE_55.BSS_SIZE = SDK_OVERLAY.MODULE_55.BSS_END - SDK_OVERLAY.MODULE_55.BSS_START; - } >> MODULE_55 - - .MODULE_56 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_56_ID = 56; - SDK_OVERLAY.MODULE_56.ID = 56; - SDK_OVERLAY.MODULE_56.START = .; - module_56.o (.text) - module_56.o (.rodata) - module_56.o (.init) - SDK_OVERLAY.MODULE_56.SINIT_START = .; - module_56.o (.ctor) - module_56.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_56.SINIT_END = .; - . = ALIGN(32); - module_56.o (.sdata) - module_56.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_56.END = .; - SDK_OVERLAY.MODULE_56.SIZE = SDK_OVERLAY.MODULE_56.END - SDK_OVERLAY.MODULE_56.START; - } > MODULE_56 - - .MODULE_56.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_56.BSS_START = .; - module_56.o (.bss) - module_56.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_56.BSS_END = .; - SDK_OVERLAY.MODULE_56.BSS_SIZE = SDK_OVERLAY.MODULE_56.BSS_END - SDK_OVERLAY.MODULE_56.BSS_START; - } >> MODULE_56 - - .MODULE_57 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_57_ID = 57; - SDK_OVERLAY.MODULE_57.ID = 57; - SDK_OVERLAY.MODULE_57.START = .; - module_57.o (.text) - module_57.o (.rodata) - module_57.o (.init) - SDK_OVERLAY.MODULE_57.SINIT_START = .; - module_57.o (.ctor) - module_57.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_57.SINIT_END = .; - . = ALIGN(32); - module_57.o (.sdata) - module_57.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_57.END = .; - SDK_OVERLAY.MODULE_57.SIZE = SDK_OVERLAY.MODULE_57.END - SDK_OVERLAY.MODULE_57.START; - } > MODULE_57 - - .MODULE_57.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_57.BSS_START = .; - module_57.o (.bss) - module_57.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_57.BSS_END = .; - SDK_OVERLAY.MODULE_57.BSS_SIZE = SDK_OVERLAY.MODULE_57.BSS_END - SDK_OVERLAY.MODULE_57.BSS_START; - } >> MODULE_57 - - .MODULE_58 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_58_ID = 58; - SDK_OVERLAY.MODULE_58.ID = 58; - SDK_OVERLAY.MODULE_58.START = .; - module_58.o (.text) - module_58.o (.rodata) - module_58.o (.init) - SDK_OVERLAY.MODULE_58.SINIT_START = .; - module_58.o (.ctor) - module_58.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_58.SINIT_END = .; - . = ALIGN(32); - module_58.o (.sdata) - module_58.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_58.END = .; - SDK_OVERLAY.MODULE_58.SIZE = SDK_OVERLAY.MODULE_58.END - SDK_OVERLAY.MODULE_58.START; - } > MODULE_58 - - .MODULE_58.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_58.BSS_START = .; - module_58.o (.bss) - module_58.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_58.BSS_END = .; - SDK_OVERLAY.MODULE_58.BSS_SIZE = SDK_OVERLAY.MODULE_58.BSS_END - SDK_OVERLAY.MODULE_58.BSS_START; - } >> MODULE_58 - - .MODULE_59 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_59_ID = 59; - SDK_OVERLAY.MODULE_59.ID = 59; - SDK_OVERLAY.MODULE_59.START = .; - module_59.o (.text) - module_59.o (.rodata) - module_59.o (.init) - SDK_OVERLAY.MODULE_59.SINIT_START = .; - module_59.o (.ctor) - module_59.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_59.SINIT_END = .; - . = ALIGN(32); - module_59.o (.sdata) - module_59.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_59.END = .; - SDK_OVERLAY.MODULE_59.SIZE = SDK_OVERLAY.MODULE_59.END - SDK_OVERLAY.MODULE_59.START; - } > MODULE_59 - - .MODULE_59.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_59.BSS_START = .; - module_59.o (.bss) - module_59.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_59.BSS_END = .; - SDK_OVERLAY.MODULE_59.BSS_SIZE = SDK_OVERLAY.MODULE_59.BSS_END - SDK_OVERLAY.MODULE_59.BSS_START; - } >> MODULE_59 - - .MODULE_60 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_60_ID = 60; - SDK_OVERLAY.MODULE_60.ID = 60; - SDK_OVERLAY.MODULE_60.START = .; - module_60.o (.text) - module_60.o (.rodata) - module_60.o (.init) - SDK_OVERLAY.MODULE_60.SINIT_START = .; - module_60.o (.ctor) - module_60.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_60.SINIT_END = .; - . = ALIGN(32); - module_60.o (.sdata) - module_60.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_60.END = .; - SDK_OVERLAY.MODULE_60.SIZE = SDK_OVERLAY.MODULE_60.END - SDK_OVERLAY.MODULE_60.START; - } > MODULE_60 - - .MODULE_60.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_60.BSS_START = .; - module_60.o (.bss) - module_60.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_60.BSS_END = .; - SDK_OVERLAY.MODULE_60.BSS_SIZE = SDK_OVERLAY.MODULE_60.BSS_END - SDK_OVERLAY.MODULE_60.BSS_START; - } >> MODULE_60 - - .MODULE_61 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_61_ID = 61; - SDK_OVERLAY.MODULE_61.ID = 61; - SDK_OVERLAY.MODULE_61.START = .; - module_61.o (.text) - module_61.o (.rodata) - module_61.o (.init) - SDK_OVERLAY.MODULE_61.SINIT_START = .; - module_61.o (.ctor) - module_61.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_61.SINIT_END = .; - . = ALIGN(32); - module_61.o (.sdata) - module_61.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_61.END = .; - SDK_OVERLAY.MODULE_61.SIZE = SDK_OVERLAY.MODULE_61.END - SDK_OVERLAY.MODULE_61.START; - } > MODULE_61 - - .MODULE_61.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_61.BSS_START = .; - module_61.o (.bss) - module_61.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_61.BSS_END = .; - SDK_OVERLAY.MODULE_61.BSS_SIZE = SDK_OVERLAY.MODULE_61.BSS_END - SDK_OVERLAY.MODULE_61.BSS_START; - } >> MODULE_61 - - .MODULE_62 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_62_ID = 62; - SDK_OVERLAY.MODULE_62.ID = 62; - SDK_OVERLAY.MODULE_62.START = .; - module_62.o (.text) - module_62.o (.rodata) - module_62.o (.init) - SDK_OVERLAY.MODULE_62.SINIT_START = .; - module_62.o (.ctor) - module_62.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_62.SINIT_END = .; - . = ALIGN(32); - module_62.o (.sdata) - module_62.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_62.END = .; - SDK_OVERLAY.MODULE_62.SIZE = SDK_OVERLAY.MODULE_62.END - SDK_OVERLAY.MODULE_62.START; - } > MODULE_62 - - .MODULE_62.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_62.BSS_START = .; - module_62.o (.bss) - module_62.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_62.BSS_END = .; - SDK_OVERLAY.MODULE_62.BSS_SIZE = SDK_OVERLAY.MODULE_62.BSS_END - SDK_OVERLAY.MODULE_62.BSS_START; - } >> MODULE_62 - - .MODULE_63 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_63_ID = 63; - SDK_OVERLAY.MODULE_63.ID = 63; - SDK_OVERLAY.MODULE_63.START = .; - module_63.o (.text) - module_63.o (.rodata) - module_63.o (.init) - SDK_OVERLAY.MODULE_63.SINIT_START = .; - module_63.o (.ctor) - module_63.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_63.SINIT_END = .; - . = ALIGN(32); - module_63.o (.sdata) - module_63.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_63.END = .; - SDK_OVERLAY.MODULE_63.SIZE = SDK_OVERLAY.MODULE_63.END - SDK_OVERLAY.MODULE_63.START; - } > MODULE_63 - - .MODULE_63.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_63.BSS_START = .; - module_63.o (.bss) - module_63.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_63.BSS_END = .; - SDK_OVERLAY.MODULE_63.BSS_SIZE = SDK_OVERLAY.MODULE_63.BSS_END - SDK_OVERLAY.MODULE_63.BSS_START; - } >> MODULE_63 - - .MODULE_64 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_64_ID = 64; - SDK_OVERLAY.MODULE_64.ID = 64; - SDK_OVERLAY.MODULE_64.START = .; - module_64.o (.text) - module_64.o (.rodata) - module_64.o (.init) - SDK_OVERLAY.MODULE_64.SINIT_START = .; - module_64.o (.ctor) - module_64.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_64.SINIT_END = .; - . = ALIGN(32); - module_64.o (.sdata) - module_64.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_64.END = .; - SDK_OVERLAY.MODULE_64.SIZE = SDK_OVERLAY.MODULE_64.END - SDK_OVERLAY.MODULE_64.START; - } > MODULE_64 - - .MODULE_64.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_64.BSS_START = .; - module_64.o (.bss) - module_64.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_64.BSS_END = .; - SDK_OVERLAY.MODULE_64.BSS_SIZE = SDK_OVERLAY.MODULE_64.BSS_END - SDK_OVERLAY.MODULE_64.BSS_START; - } >> MODULE_64 - - .MODULE_65 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_65_ID = 65; - SDK_OVERLAY.MODULE_65.ID = 65; - SDK_OVERLAY.MODULE_65.START = .; - module_65.o (.text) - module_65.o (.rodata) - module_65.o (.init) - SDK_OVERLAY.MODULE_65.SINIT_START = .; - module_65.o (.ctor) - module_65.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_65.SINIT_END = .; - . = ALIGN(32); - module_65.o (.sdata) - module_65.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_65.END = .; - SDK_OVERLAY.MODULE_65.SIZE = SDK_OVERLAY.MODULE_65.END - SDK_OVERLAY.MODULE_65.START; - } > MODULE_65 - - .MODULE_65.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_65.BSS_START = .; - module_65.o (.bss) - module_65.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_65.BSS_END = .; - SDK_OVERLAY.MODULE_65.BSS_SIZE = SDK_OVERLAY.MODULE_65.BSS_END - SDK_OVERLAY.MODULE_65.BSS_START; - } >> MODULE_65 - - .MODULE_66 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_66_ID = 66; - SDK_OVERLAY.MODULE_66.ID = 66; - SDK_OVERLAY.MODULE_66.START = .; - module_66.o (.text) - module_66.o (.rodata) - module_66.o (.init) - SDK_OVERLAY.MODULE_66.SINIT_START = .; - module_66.o (.ctor) - module_66.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_66.SINIT_END = .; - . = ALIGN(32); - module_66.o (.sdata) - module_66.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_66.END = .; - SDK_OVERLAY.MODULE_66.SIZE = SDK_OVERLAY.MODULE_66.END - SDK_OVERLAY.MODULE_66.START; - } > MODULE_66 - - .MODULE_66.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_66.BSS_START = .; - module_66.o (.bss) - module_66.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_66.BSS_END = .; - SDK_OVERLAY.MODULE_66.BSS_SIZE = SDK_OVERLAY.MODULE_66.BSS_END - SDK_OVERLAY.MODULE_66.BSS_START; - } >> MODULE_66 - - .MODULE_67 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_67_ID = 67; - SDK_OVERLAY.MODULE_67.ID = 67; - SDK_OVERLAY.MODULE_67.START = .; - module_67.o (.text) - module_67.o (.rodata) - module_67.o (.init) - SDK_OVERLAY.MODULE_67.SINIT_START = .; - module_67.o (.ctor) - module_67.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_67.SINIT_END = .; - . = ALIGN(32); - module_67.o (.sdata) - module_67.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_67.END = .; - SDK_OVERLAY.MODULE_67.SIZE = SDK_OVERLAY.MODULE_67.END - SDK_OVERLAY.MODULE_67.START; - } > MODULE_67 - - .MODULE_67.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_67.BSS_START = .; - module_67.o (.bss) - module_67.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_67.BSS_END = .; - SDK_OVERLAY.MODULE_67.BSS_SIZE = SDK_OVERLAY.MODULE_67.BSS_END - SDK_OVERLAY.MODULE_67.BSS_START; - } >> MODULE_67 - - .MODULE_68 : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_68_ID = 68; - SDK_OVERLAY.MODULE_68.ID = 68; - SDK_OVERLAY.MODULE_68.START = .; - module_68.o (.text) - module_68.o (.rodata) - module_68.o (.init) - SDK_OVERLAY.MODULE_68.SINIT_START = .; - module_68.o (.ctor) - module_68.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_68.SINIT_END = .; - . = ALIGN(32); - module_68.o (.sdata) - module_68.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_68.END = .; - SDK_OVERLAY.MODULE_68.SIZE = SDK_OVERLAY.MODULE_68.END - SDK_OVERLAY.MODULE_68.START; - } > MODULE_68 - - .MODULE_68.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_68.BSS_START = .; - module_68.o (.bss) - module_68.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_68.BSS_END = .; - SDK_OVERLAY.MODULE_68.BSS_SIZE = SDK_OVERLAY.MODULE_68.BSS_END - SDK_OVERLAY.MODULE_68.BSS_START; - } >> MODULE_68 - - .MODULE_69: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_69_ID = 69; - SDK_OVERLAY.MODULE_69.ID = 69; - SDK_OVERLAY.MODULE_69.START = .; - module_69.o (.text) - module_69.o (.rodata) - module_69.o (.init) - SDK_OVERLAY.MODULE_69.SINIT_START = .; - module_69.o (.ctor) - module_69.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_69.SINIT_END = .; - . = ALIGN(32); - module_69.o (.sdata) - module_69.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_69.END = .; - SDK_OVERLAY.MODULE_69.SIZE = SDK_OVERLAY.MODULE_69.END - SDK_OVERLAY.MODULE_69.START; - } > MODULE_69 - - .MODULE_69.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_69.BSS_START = .; - module_69.o (.bss) - module_69.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_69.BSS_END = .; - SDK_OVERLAY.MODULE_69.BSS_SIZE = SDK_OVERLAY.MODULE_69.BSS_END - SDK_OVERLAY.MODULE_69.BSS_START; - } >> MODULE_69 - - .MODULE_70: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_70_ID = 70; - SDK_OVERLAY.MODULE_70.ID = 70; - SDK_OVERLAY.MODULE_70.START = .; - module_70.o (.text) - module_70.o (.rodata) - module_70.o (.init) - SDK_OVERLAY.MODULE_70.SINIT_START = .; - module_70.o (.ctor) - module_70.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_70.SINIT_END = .; - . = ALIGN(32); - module_70.o (.sdata) - module_70.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_70.END = .; - SDK_OVERLAY.MODULE_70.SIZE = SDK_OVERLAY.MODULE_70.END - SDK_OVERLAY.MODULE_70.START; - } > MODULE_70 - - .MODULE_70.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_70.BSS_START = .; - module_70.o (.bss) - module_70.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_70.BSS_END = .; - SDK_OVERLAY.MODULE_70.BSS_SIZE = SDK_OVERLAY.MODULE_70.BSS_END - SDK_OVERLAY.MODULE_70.BSS_START; - } >> MODULE_70 - - .MODULE_71: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_71_ID = 71; - SDK_OVERLAY.MODULE_71.ID = 71; - SDK_OVERLAY.MODULE_71.START = .; - module_71.o (.text) - module_71.o (.rodata) - module_71.o (.init) - SDK_OVERLAY.MODULE_71.SINIT_START = .; - module_71.o (.ctor) - module_71.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_71.SINIT_END = .; - . = ALIGN(32); - module_71.o (.sdata) - module_71.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_71.END = .; - SDK_OVERLAY.MODULE_71.SIZE = SDK_OVERLAY.MODULE_71.END - SDK_OVERLAY.MODULE_71.START; - } > MODULE_71 - - .MODULE_71.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_71.BSS_START = .; - module_71.o (.bss) - module_71.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_71.BSS_END = .; - SDK_OVERLAY.MODULE_71.BSS_SIZE = SDK_OVERLAY.MODULE_71.BSS_END - SDK_OVERLAY.MODULE_71.BSS_START; - } >> MODULE_71 - - .MODULE_72: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_72_ID = 72; - SDK_OVERLAY.MODULE_72.ID = 72; - SDK_OVERLAY.MODULE_72.START = .; - SDK_OVERLAY.MODULE_72.SINIT_START = .; - WRITEW 0; - SDK_OVERLAY.MODULE_72.SINIT_END = .; - . = ALIGN(32); - . = ALIGN(32); - SDK_OVERLAY.MODULE_72.END = .; - SDK_OVERLAY.MODULE_72.SIZE = SDK_OVERLAY.MODULE_72.END - SDK_OVERLAY.MODULE_72.START; - } > MODULE_72 - - .MODULE_72.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_72.BSS_START = .; - . = ALIGN(32); - SDK_OVERLAY.MODULE_72.BSS_END = .; - SDK_OVERLAY.MODULE_72.BSS_SIZE = SDK_OVERLAY.MODULE_72.BSS_END - SDK_OVERLAY.MODULE_72.BSS_START; - } >> MODULE_72 - - .MODULE_73: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_73_ID = 73; - SDK_OVERLAY.MODULE_73.ID = 73; - SDK_OVERLAY.MODULE_73.START = .; - module_73.o (.text) - module_73.o (.rodata) - module_73.o (.init) - SDK_OVERLAY.MODULE_73.SINIT_START = .; - module_73.o (.ctor) - module_73.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_73.SINIT_END = .; - . = ALIGN(32); - module_73.o (.sdata) - module_73.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_73.END = .; - SDK_OVERLAY.MODULE_73.SIZE = SDK_OVERLAY.MODULE_73.END - SDK_OVERLAY.MODULE_73.START; - } > MODULE_73 - - .MODULE_73.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_73.BSS_START = .; - module_73.o (.bss) - module_73.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_73.BSS_END = .; - SDK_OVERLAY.MODULE_73.BSS_SIZE = SDK_OVERLAY.MODULE_73.BSS_END - SDK_OVERLAY.MODULE_73.BSS_START; - } >> MODULE_73 - - .MODULE_74: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_74_ID = 74; - SDK_OVERLAY.MODULE_74.ID = 74; - SDK_OVERLAY.MODULE_74.START = .; - module_74.o (.text) - module_74.o (.rodata) - module_74.o (.init) - SDK_OVERLAY.MODULE_74.SINIT_START = .; - module_74.o (.ctor) - module_74.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_74.SINIT_END = .; - . = ALIGN(32); - module_74.o (.sdata) - module_74.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_74.END = .; - SDK_OVERLAY.MODULE_74.SIZE = SDK_OVERLAY.MODULE_74.END - SDK_OVERLAY.MODULE_74.START; - } > MODULE_74 - - .MODULE_74.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_74.BSS_START = .; - module_74.o (.bss) - module_74.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_74.BSS_END = .; - SDK_OVERLAY.MODULE_74.BSS_SIZE = SDK_OVERLAY.MODULE_74.BSS_END - SDK_OVERLAY.MODULE_74.BSS_START; - } >> MODULE_74 - - .MODULE_75: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_75_ID = 75; - SDK_OVERLAY.MODULE_75.ID = 75; - SDK_OVERLAY.MODULE_75.START = .; - module_75.o (.text) - module_75.o (.rodata) - module_75.o (.init) - SDK_OVERLAY.MODULE_75.SINIT_START = .; - module_75.o (.ctor) - module_75.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_75.SINIT_END = .; - . = ALIGN(32); - module_75.o (.sdata) - module_75.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_75.END = .; - SDK_OVERLAY.MODULE_75.SIZE = SDK_OVERLAY.MODULE_75.END - SDK_OVERLAY.MODULE_75.START; - } > MODULE_75 - - .MODULE_75.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_75.BSS_START = .; - module_75.o (.bss) - module_75.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_75.BSS_END = .; - SDK_OVERLAY.MODULE_75.BSS_SIZE = SDK_OVERLAY.MODULE_75.BSS_END - SDK_OVERLAY.MODULE_75.BSS_START; - } >> MODULE_75 - - .MODULE_76: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_76_ID = 76; - SDK_OVERLAY.MODULE_76.ID = 76; - SDK_OVERLAY.MODULE_76.START = .; - module_76.o (.text) - module_76.o (.rodata) - module_76.o (.init) - SDK_OVERLAY.MODULE_76.SINIT_START = .; - module_76.o (.ctor) - module_76.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_76.SINIT_END = .; - . = ALIGN(32); - module_76.o (.sdata) - module_76.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_76.END = .; - SDK_OVERLAY.MODULE_76.SIZE = SDK_OVERLAY.MODULE_76.END - SDK_OVERLAY.MODULE_76.START; - } > MODULE_76 - - .MODULE_76.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_76.BSS_START = .; - module_76.o (.bss) - module_76.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_76.BSS_END = .; - SDK_OVERLAY.MODULE_76.BSS_SIZE = SDK_OVERLAY.MODULE_76.BSS_END - SDK_OVERLAY.MODULE_76.BSS_START; - } >> MODULE_76 - - .MODULE_77: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_77_ID = 77; - SDK_OVERLAY.MODULE_77.ID = 77; - SDK_OVERLAY.MODULE_77.START = .; - module_77.o (.text) - module_77.o (.rodata) - module_77.o (.init) - SDK_OVERLAY.MODULE_77.SINIT_START = .; - module_77.o (.ctor) - module_77.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_77.SINIT_END = .; - . = ALIGN(32); - module_77.o (.sdata) - module_77.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_77.END = .; - SDK_OVERLAY.MODULE_77.SIZE = SDK_OVERLAY.MODULE_77.END - SDK_OVERLAY.MODULE_77.START; - } > MODULE_77 - - .MODULE_77.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_77.BSS_START = .; - module_77.o (.bss) - module_77.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_77.BSS_END = .; - SDK_OVERLAY.MODULE_77.BSS_SIZE = SDK_OVERLAY.MODULE_77.BSS_END - SDK_OVERLAY.MODULE_77.BSS_START; - } >> MODULE_77 - - .MODULE_78: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_78_ID = 78; - SDK_OVERLAY.MODULE_78.ID = 78; - SDK_OVERLAY.MODULE_78.START = .; - module_78.o (.text) - module_78.o (.rodata) - module_78.o (.init) - SDK_OVERLAY.MODULE_78.SINIT_START = .; - module_78.o (.ctor) - module_78.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_78.SINIT_END = .; - . = ALIGN(32); - module_78.o (.sdata) - module_78.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_78.END = .; - SDK_OVERLAY.MODULE_78.SIZE = SDK_OVERLAY.MODULE_78.END - SDK_OVERLAY.MODULE_78.START; - } > MODULE_78 - - .MODULE_78.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_78.BSS_START = .; - module_78.o (.bss) - module_78.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_78.BSS_END = .; - SDK_OVERLAY.MODULE_78.BSS_SIZE = SDK_OVERLAY.MODULE_78.BSS_END - SDK_OVERLAY.MODULE_78.BSS_START; - } >> MODULE_78 - - .MODULE_79: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_79_ID = 79; - SDK_OVERLAY.MODULE_79.ID = 79; - SDK_OVERLAY.MODULE_79.START = .; - module_79_thumb.o (.text) - module_79_arm.o (.text) - module_79_thumb.o (.rodata) - module_79_arm.o (.rodata) - module_79_thumb.o (.init) - module_79_arm.o (.init) - SDK_OVERLAY.MODULE_79.SINIT_START = .; - module_79_thumb.o (.ctor) - module_79_arm.o (.ctor) - module_79_thumb.o (.sinit) - module_79_arm.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_79.SINIT_END = .; - . = ALIGN(32); - module_79_thumb.o (.sdata) - module_79_arm.o (.sdata) - module_79_thumb.o (.data) - module_79_arm.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_79.END = .; - SDK_OVERLAY.MODULE_79.SIZE = SDK_OVERLAY.MODULE_79.END - SDK_OVERLAY.MODULE_79.START; - } > MODULE_79 - - .MODULE_79.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_79.BSS_START = .; - module_79_thumb.o (.bss) - module_79_arm.o (.bss) - module_79_thumb.o (.sbss) - module_79_arm.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_79.BSS_END = .; - SDK_OVERLAY.MODULE_79.BSS_SIZE = SDK_OVERLAY.MODULE_79.BSS_END - SDK_OVERLAY.MODULE_79.BSS_START; - } >> MODULE_79 - - .MODULE_80: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_80_ID = 80; - SDK_OVERLAY.MODULE_80.ID = 80; - SDK_OVERLAY.MODULE_80.START = .; - module_80.o (.text) - module_80.o (.rodata) - module_80.o (.init) - SDK_OVERLAY.MODULE_80.SINIT_START = .; - module_80.o (.ctor) - module_80.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_80.SINIT_END = .; - . = ALIGN(32); - module_80.o (.sdata) - module_80.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_80.END = .; - SDK_OVERLAY.MODULE_80.SIZE = SDK_OVERLAY.MODULE_80.END - SDK_OVERLAY.MODULE_80.START; - } > MODULE_80 - - .MODULE_80.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_80.BSS_START = .; - module_80.o (.bss) - module_80.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_80.BSS_END = .; - SDK_OVERLAY.MODULE_80.BSS_SIZE = SDK_OVERLAY.MODULE_80.BSS_END - SDK_OVERLAY.MODULE_80.BSS_START; - } >> MODULE_80 - - .MODULE_81: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_81_ID = 81; - SDK_OVERLAY.MODULE_81.ID = 81; - SDK_OVERLAY.MODULE_81.START = .; - module_81.o (.text) - module_81.o (.rodata) - module_81.o (.init) - SDK_OVERLAY.MODULE_81.SINIT_START = .; - module_81.o (.ctor) - module_81.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_81.SINIT_END = .; - . = ALIGN(32); - module_81.o (.sdata) - module_81.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_81.END = .; - SDK_OVERLAY.MODULE_81.SIZE = SDK_OVERLAY.MODULE_81.END - SDK_OVERLAY.MODULE_81.START; - } > MODULE_81 - - .MODULE_81.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_81.BSS_START = .; - module_81.o (.bss) - module_81.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_81.BSS_END = .; - SDK_OVERLAY.MODULE_81.BSS_SIZE = SDK_OVERLAY.MODULE_81.BSS_END - SDK_OVERLAY.MODULE_81.BSS_START; - } >> MODULE_81 - - .MODULE_82: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_82_ID = 82; - SDK_OVERLAY.MODULE_82.ID = 82; - SDK_OVERLAY.MODULE_82.START = .; - module_82.o (.text) - module_82.o (.rodata) - module_82.o (.init) - SDK_OVERLAY.MODULE_82.SINIT_START = .; - module_82.o (.ctor) - module_82.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_82.SINIT_END = .; - . = ALIGN(32); - module_82.o (.sdata) - module_82.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_82.END = .; - SDK_OVERLAY.MODULE_82.SIZE = SDK_OVERLAY.MODULE_82.END - SDK_OVERLAY.MODULE_82.START; - } > MODULE_82 - - .MODULE_82.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_82.BSS_START = .; - module_82.o (.bss) - module_82.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_82.BSS_END = .; - SDK_OVERLAY.MODULE_82.BSS_SIZE = SDK_OVERLAY.MODULE_82.BSS_END - SDK_OVERLAY.MODULE_82.BSS_START; - } >> MODULE_82 - - .MODULE_83: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_83_ID = 83; - SDK_OVERLAY.MODULE_83.ID = 83; - SDK_OVERLAY.MODULE_83.START = .; - module_83.o (.text) - module_83.o (.rodata) - module_83.o (.init) - SDK_OVERLAY.MODULE_83.SINIT_START = .; - module_83.o (.ctor) - module_83.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_83.SINIT_END = .; - . = ALIGN(32); - module_83.o (.sdata) - module_83.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_83.END = .; - SDK_OVERLAY.MODULE_83.SIZE = SDK_OVERLAY.MODULE_83.END - SDK_OVERLAY.MODULE_83.START; - } > MODULE_83 - - .MODULE_83.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_83.BSS_START = .; - module_83.o (.bss) - module_83.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_83.BSS_END = .; - SDK_OVERLAY.MODULE_83.BSS_SIZE = SDK_OVERLAY.MODULE_83.BSS_END - SDK_OVERLAY.MODULE_83.BSS_START; - } >> MODULE_83 - - .MODULE_84: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_84_ID = 84; - SDK_OVERLAY.MODULE_84.ID = 84; - SDK_OVERLAY.MODULE_84.START = .; - module_84.o (.text) - module_84.o (.rodata) - module_84.o (.init) - SDK_OVERLAY.MODULE_84.SINIT_START = .; - module_84.o (.ctor) - module_84.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_84.SINIT_END = .; - . = ALIGN(32); - module_84.o (.sdata) - module_84.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_84.END = .; - SDK_OVERLAY.MODULE_84.SIZE = SDK_OVERLAY.MODULE_84.END - SDK_OVERLAY.MODULE_84.START; - } > MODULE_84 - - .MODULE_84.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_84.BSS_START = .; - module_84.o (.bss) - module_84.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_84.BSS_END = .; - SDK_OVERLAY.MODULE_84.BSS_SIZE = SDK_OVERLAY.MODULE_84.BSS_END - SDK_OVERLAY.MODULE_84.BSS_START; - } >> MODULE_84 - - .MODULE_85: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_85_ID = 85; - SDK_OVERLAY.MODULE_85.ID = 85; - SDK_OVERLAY.MODULE_85.START = .; - module_85.o (.text) - module_85.o (.rodata) - module_85.o (.init) - SDK_OVERLAY.MODULE_85.SINIT_START = .; - module_85.o (.ctor) - module_85.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_85.SINIT_END = .; - . = ALIGN(32); - module_85.o (.sdata) - module_85.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_85.END = .; - SDK_OVERLAY.MODULE_85.SIZE = SDK_OVERLAY.MODULE_85.END - SDK_OVERLAY.MODULE_85.START; - } > MODULE_85 - - .MODULE_85.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_85.BSS_START = .; - module_85.o (.bss) - module_85.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_85.BSS_END = .; - SDK_OVERLAY.MODULE_85.BSS_SIZE = SDK_OVERLAY.MODULE_85.BSS_END - SDK_OVERLAY.MODULE_85.BSS_START; - } >> MODULE_85 - - .MODULE_86: { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY_MODULE_86_ID = 86; - SDK_OVERLAY.MODULE_86.ID = 86; - SDK_OVERLAY.MODULE_86.START = .; - module_86.o (.text) - module_86.o (.rodata) - module_86.o (.init) - SDK_OVERLAY.MODULE_86.SINIT_START = .; - module_86.o (.ctor) - module_86.o (.sinit) - WRITEW 0; - SDK_OVERLAY.MODULE_86.SINIT_END = .; - . = ALIGN(32); - module_86.o (.sdata) - module_86.o (.data) - . = ALIGN(32); - SDK_OVERLAY.MODULE_86.END = .; - SDK_OVERLAY.MODULE_86.SIZE = SDK_OVERLAY.MODULE_86.END - SDK_OVERLAY.MODULE_86.START; - } > MODULE_86 - - .MODULE_86.bss : - { - ALIGNALL(4); . = ALIGN(32); - SDK_OVERLAY.MODULE_86.BSS_START = .; - module_86.o (.bss) - module_86.o (.sbss) - . = ALIGN(32); - SDK_OVERLAY.MODULE_86.BSS_END = .; - SDK_OVERLAY.MODULE_86.BSS_SIZE = SDK_OVERLAY.MODULE_86.BSS_END - SDK_OVERLAY.MODULE_86.BSS_START; - } >> MODULE_86 - - .dummy.MAIN_EX: - { - . = ALIGN(32); - } > dummy.MAIN_EX - - .arena.MAIN: - { - . = ALIGN(32); - SDK_SECTION_ARENA_START = .; - } > arena.MAIN - - .arena.MAIN_EX: - { - . = ALIGN(32); - SDK_SECTION_ARENA_EX_START = .; - } > arena.MAIN_EX - - .arena.ITCM: - { - . = ALIGN(32); - SDK_SECTION_ARENA_ITCM_START = .; - } > arena.ITCM - - .arena.DTCM: - { - . = ALIGN(32); - SDK_SECTION_ARENA_DTCM_START = .; - } > arena.DTCM - - .arm9_defs: - { - WRITEW ADDR(.arm9); - WRITEW _start; - WRITEW SDK_STATIC_SIZE + SDK_AUTOLOAD_SIZE; - WRITEW _start_AutoloadDoneCallback; - WRITES ("MODULE_00.sbin"); - WRITES ("MODULE_01.sbin"); - WRITES ("MODULE_02.sbin"); - WRITES ("MODULE_03.sbin"); - WRITES ("MODULE_04.sbin"); - WRITES ("MODULE_05.sbin"); - WRITES ("MODULE_06.sbin"); - WRITES ("MODULE_07.sbin"); - WRITES ("MODULE_08.sbin"); - WRITES ("MODULE_09.sbin"); - WRITES ("MODULE_10.sbin"); - WRITES ("MODULE_11.sbin"); - WRITES ("MODULE_12.sbin"); - WRITES ("MODULE_13.sbin"); - WRITES ("MODULE_14.sbin"); - WRITES ("MODULE_15.sbin"); - WRITES ("MODULE_16.sbin"); - WRITES ("MODULE_17.sbin"); - WRITES ("MODULE_18.sbin"); - WRITES ("MODULE_19.sbin"); - WRITES ("MODULE_20.sbin"); - WRITES ("MODULE_21.sbin"); - WRITES ("MODULE_22.sbin"); - WRITES ("MODULE_23.sbin"); - WRITES ("MODULE_24.sbin"); - WRITES ("MODULE_25.sbin"); - WRITES ("MODULE_26.sbin"); - WRITES ("MODULE_27.sbin"); - WRITES ("MODULE_28.sbin"); - WRITES ("MODULE_29.sbin"); - WRITES ("MODULE_30.sbin"); - WRITES ("MODULE_31.sbin"); - WRITES ("MODULE_32.sbin"); - WRITES ("MODULE_33.sbin"); - WRITES ("MODULE_34.sbin"); - WRITES ("MODULE_35.sbin"); - WRITES ("MODULE_36.sbin"); - WRITES ("MODULE_37.sbin"); - WRITES ("MODULE_38.sbin"); - WRITES ("MODULE_39.sbin"); - WRITES ("MODULE_40.sbin"); - WRITES ("MODULE_41.sbin"); - WRITES ("MODULE_42.sbin"); - WRITES ("MODULE_43.sbin"); - WRITES ("MODULE_44.sbin"); - WRITES ("MODULE_45.sbin"); - WRITES ("MODULE_46.sbin"); - WRITES ("MODULE_47.sbin"); - WRITES ("MODULE_48.sbin"); - WRITES ("MODULE_49.sbin"); - WRITES ("MODULE_50.sbin"); - WRITES ("MODULE_51.sbin"); - WRITES ("MODULE_52.sbin"); - WRITES ("MODULE_53.sbin"); - WRITES ("MODULE_54.sbin"); - WRITES ("MODULE_55.sbin"); - WRITES ("MODULE_56.sbin"); - WRITES ("MODULE_57.sbin"); - WRITES ("MODULE_58.sbin"); - WRITES ("MODULE_59.sbin"); - WRITES ("MODULE_60.sbin"); - WRITES ("MODULE_61.sbin"); - WRITES ("MODULE_62.sbin"); - WRITES ("MODULE_63.sbin"); - WRITES ("MODULE_64.sbin"); - WRITES ("MODULE_65.sbin"); - WRITES ("MODULE_66.sbin"); - WRITES ("MODULE_67.sbin"); - WRITES ("MODULE_68.sbin"); - WRITES ("MODULE_69.sbin"); - WRITES ("MODULE_70.sbin"); - WRITES ("MODULE_71.sbin"); - WRITES ("MODULE_72.sbin"); - WRITES ("MODULE_73.sbin"); - WRITES ("MODULE_74.sbin"); - WRITES ("MODULE_75.sbin"); - WRITES ("MODULE_76.sbin"); - WRITES ("MODULE_77.sbin"); - WRITES ("MODULE_78.sbin"); - WRITES ("MODULE_79.sbin"); - WRITES ("MODULE_80.sbin"); - WRITES ("MODULE_81.sbin"); - WRITES ("MODULE_82.sbin"); - WRITES ("MODULE_83.sbin"); - WRITES ("MODULE_84.sbin"); - WRITES ("MODULE_85.sbin"); - WRITES ("MODULE_86.sbin"); - } > arm9_defs - - .arm9_table : { - WRITEW 0; - WRITEW ADDR(.MODULE_00); - WRITEW SDK_OVERLAY.MODULE_00.SIZE; - WRITEW SDK_OVERLAY.MODULE_00.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_00.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_00.SINIT_END; - WRITEW 0; - WRITEW 0; - - WRITEW 1; - WRITEW ADDR(.MODULE_01); - WRITEW SDK_OVERLAY.MODULE_01.SIZE; - WRITEW SDK_OVERLAY.MODULE_01.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_01.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_01.SINIT_END; - WRITEW 1; - WRITEW 0; - - WRITEW 2; - WRITEW ADDR(.MODULE_02); - WRITEW SDK_OVERLAY.MODULE_02.SIZE; - WRITEW SDK_OVERLAY.MODULE_02.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_02.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_02.SINIT_END; - WRITEW 2; - WRITEW 0; - - WRITEW 3; - WRITEW ADDR(.MODULE_03); - WRITEW SDK_OVERLAY.MODULE_03.SIZE; - WRITEW SDK_OVERLAY.MODULE_03.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_03.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_03.SINIT_END; - WRITEW 3; - WRITEW 0; - - WRITEW 4; - WRITEW ADDR(.MODULE_04); - WRITEW SDK_OVERLAY.MODULE_04.SIZE; - WRITEW SDK_OVERLAY.MODULE_04.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_04.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_04.SINIT_END; - WRITEW 4; - WRITEW 0; - - WRITEW 5; - WRITEW ADDR(.MODULE_05); - WRITEW SDK_OVERLAY.MODULE_05.SIZE; - WRITEW SDK_OVERLAY.MODULE_05.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_05.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_05.SINIT_END; - WRITEW 5; - WRITEW 0; - - WRITEW 6; - WRITEW ADDR(.MODULE_06); - WRITEW SDK_OVERLAY.MODULE_06.SIZE; - WRITEW SDK_OVERLAY.MODULE_06.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_06.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_06.SINIT_END; - WRITEW 6; - WRITEW 0; - - WRITEW 7; - WRITEW ADDR(.MODULE_07); - WRITEW SDK_OVERLAY.MODULE_07.SIZE; - WRITEW SDK_OVERLAY.MODULE_07.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_07.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_07.SINIT_END; - WRITEW 7; - WRITEW 0; - - WRITEW 8; - WRITEW ADDR(.MODULE_08); - WRITEW SDK_OVERLAY.MODULE_08.SIZE; - WRITEW SDK_OVERLAY.MODULE_08.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_08.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_08.SINIT_END; - WRITEW 8; - WRITEW 0; - - WRITEW 9; - WRITEW ADDR(.MODULE_09); - WRITEW SDK_OVERLAY.MODULE_09.SIZE; - WRITEW SDK_OVERLAY.MODULE_09.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_09.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_09.SINIT_END; - WRITEW 9; - WRITEW 0; - - WRITEW 10; - WRITEW ADDR(.MODULE_10); - WRITEW SDK_OVERLAY.MODULE_10.SIZE; - WRITEW SDK_OVERLAY.MODULE_10.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_10.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_10.SINIT_END; - WRITEW 10; - WRITEW 0; - - WRITEW 11; - WRITEW ADDR(.MODULE_11); - WRITEW SDK_OVERLAY.MODULE_11.SIZE; - WRITEW SDK_OVERLAY.MODULE_11.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_11.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_11.SINIT_END; - WRITEW 11; - WRITEW 0; - - WRITEW 12; - WRITEW ADDR(.MODULE_12); - WRITEW SDK_OVERLAY.MODULE_12.SIZE; - WRITEW SDK_OVERLAY.MODULE_12.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_12.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_12.SINIT_END; - WRITEW 12; - WRITEW 0; - - WRITEW 13; - WRITEW ADDR(.MODULE_13); - WRITEW SDK_OVERLAY.MODULE_13.SIZE; - WRITEW SDK_OVERLAY.MODULE_13.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_13.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_13.SINIT_END; - WRITEW 13; - WRITEW 0; - - WRITEW 14; - WRITEW ADDR(.MODULE_14); - WRITEW SDK_OVERLAY.MODULE_14.SIZE; - WRITEW SDK_OVERLAY.MODULE_14.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_14.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_14.SINIT_END; - WRITEW 14; - WRITEW 0; - - WRITEW 15; - WRITEW ADDR(.MODULE_15); - WRITEW SDK_OVERLAY.MODULE_15.SIZE; - WRITEW SDK_OVERLAY.MODULE_15.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_15.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_15.SINIT_END; - WRITEW 15; - WRITEW 0; - - WRITEW 16; - WRITEW ADDR(.MODULE_16); - WRITEW SDK_OVERLAY.MODULE_16.SIZE; - WRITEW SDK_OVERLAY.MODULE_16.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_16.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_16.SINIT_END; - WRITEW 16; - WRITEW 0; - - WRITEW 17; - WRITEW ADDR(.MODULE_17); - WRITEW SDK_OVERLAY.MODULE_17.SIZE; - WRITEW SDK_OVERLAY.MODULE_17.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_17.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_17.SINIT_END; - WRITEW 17; - WRITEW 0; - - WRITEW 18; - WRITEW ADDR(.MODULE_18); - WRITEW SDK_OVERLAY.MODULE_18.SIZE; - WRITEW SDK_OVERLAY.MODULE_18.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_18.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_18.SINIT_END; - WRITEW 18; - WRITEW 0; - - WRITEW 19; - WRITEW ADDR(.MODULE_19); - WRITEW SDK_OVERLAY.MODULE_19.SIZE; - WRITEW SDK_OVERLAY.MODULE_19.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_19.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_19.SINIT_END; - WRITEW 19; - WRITEW 0; - - WRITEW 20; - WRITEW ADDR(.MODULE_20); - WRITEW SDK_OVERLAY.MODULE_20.SIZE; - WRITEW SDK_OVERLAY.MODULE_20.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_20.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_20.SINIT_END; - WRITEW 20; - WRITEW 0; - - WRITEW 21; - WRITEW ADDR(.MODULE_21); - WRITEW SDK_OVERLAY.MODULE_21.SIZE; - WRITEW SDK_OVERLAY.MODULE_21.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_21.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_21.SINIT_END; - WRITEW 21; - WRITEW 0; - - WRITEW 22; - WRITEW ADDR(.MODULE_22); - WRITEW SDK_OVERLAY.MODULE_22.SIZE; - WRITEW SDK_OVERLAY.MODULE_22.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_22.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_22.SINIT_END; - WRITEW 22; - WRITEW 0; - - WRITEW 23; - WRITEW ADDR(.MODULE_23); - WRITEW SDK_OVERLAY.MODULE_23.SIZE; - WRITEW SDK_OVERLAY.MODULE_23.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_23.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_23.SINIT_END; - WRITEW 23; - WRITEW 0; - - WRITEW 24; - WRITEW ADDR(.MODULE_24); - WRITEW SDK_OVERLAY.MODULE_24.SIZE; - WRITEW SDK_OVERLAY.MODULE_24.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_24.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_24.SINIT_END; - WRITEW 24; - WRITEW 0; - - WRITEW 25; - WRITEW ADDR(.MODULE_25); - WRITEW SDK_OVERLAY.MODULE_25.SIZE; - WRITEW SDK_OVERLAY.MODULE_25.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_25.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_25.SINIT_END; - WRITEW 25; - WRITEW 0; - - WRITEW 26; - WRITEW ADDR(.MODULE_26); - WRITEW SDK_OVERLAY.MODULE_26.SIZE; - WRITEW SDK_OVERLAY.MODULE_26.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_26.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_26.SINIT_END; - WRITEW 26; - WRITEW 0; - - WRITEW 27; - WRITEW ADDR(.MODULE_27); - WRITEW SDK_OVERLAY.MODULE_27.SIZE; - WRITEW SDK_OVERLAY.MODULE_27.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_27.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_27.SINIT_END; - WRITEW 27; - WRITEW 0; - - WRITEW 28; - WRITEW ADDR(.MODULE_28); - WRITEW SDK_OVERLAY.MODULE_28.SIZE; - WRITEW SDK_OVERLAY.MODULE_28.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_28.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_28.SINIT_END; - WRITEW 28; - WRITEW 0; - - WRITEW 29; - WRITEW ADDR(.MODULE_29); - WRITEW SDK_OVERLAY.MODULE_29.SIZE; - WRITEW SDK_OVERLAY.MODULE_29.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_29.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_29.SINIT_END; - WRITEW 29; - WRITEW 0; - - WRITEW 30; - WRITEW ADDR(.MODULE_30); - WRITEW SDK_OVERLAY.MODULE_30.SIZE; - WRITEW SDK_OVERLAY.MODULE_30.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_30.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_30.SINIT_END; - WRITEW 30; - WRITEW 0; - - WRITEW 31; - WRITEW ADDR(.MODULE_31); - WRITEW SDK_OVERLAY.MODULE_31.SIZE; - WRITEW SDK_OVERLAY.MODULE_31.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_31.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_31.SINIT_END; - WRITEW 31; - WRITEW 0; - - WRITEW 32; - WRITEW ADDR(.MODULE_32); - WRITEW SDK_OVERLAY.MODULE_32.SIZE; - WRITEW SDK_OVERLAY.MODULE_32.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_32.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_32.SINIT_END; - WRITEW 32; - WRITEW 0; - - WRITEW 33; - WRITEW ADDR(.MODULE_33); - WRITEW SDK_OVERLAY.MODULE_33.SIZE; - WRITEW SDK_OVERLAY.MODULE_33.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_33.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_33.SINIT_END; - WRITEW 33; - WRITEW 0; - - WRITEW 34; - WRITEW ADDR(.MODULE_34); - WRITEW SDK_OVERLAY.MODULE_34.SIZE; - WRITEW SDK_OVERLAY.MODULE_34.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_34.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_34.SINIT_END; - WRITEW 34; - WRITEW 0; - - WRITEW 35; - WRITEW ADDR(.MODULE_35); - WRITEW SDK_OVERLAY.MODULE_35.SIZE; - WRITEW SDK_OVERLAY.MODULE_35.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_35.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_35.SINIT_END; - WRITEW 35; - WRITEW 0; - - WRITEW 36; - WRITEW ADDR(.MODULE_36); - WRITEW SDK_OVERLAY.MODULE_36.SIZE; - WRITEW SDK_OVERLAY.MODULE_36.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_36.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_36.SINIT_END; - WRITEW 36; - WRITEW 0; - - WRITEW 37; - WRITEW ADDR(.MODULE_37); - WRITEW SDK_OVERLAY.MODULE_37.SIZE; - WRITEW SDK_OVERLAY.MODULE_37.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_37.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_37.SINIT_END; - WRITEW 37; - WRITEW 0; - - WRITEW 38; - WRITEW ADDR(.MODULE_38); - WRITEW SDK_OVERLAY.MODULE_38.SIZE; - WRITEW SDK_OVERLAY.MODULE_38.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_38.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_38.SINIT_END; - WRITEW 38; - WRITEW 0; - - WRITEW 39; - WRITEW ADDR(.MODULE_39); - WRITEW SDK_OVERLAY.MODULE_39.SIZE; - WRITEW SDK_OVERLAY.MODULE_39.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_39.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_39.SINIT_END; - WRITEW 39; - WRITEW 0; - - WRITEW 40; - WRITEW ADDR(.MODULE_40); - WRITEW SDK_OVERLAY.MODULE_40.SIZE; - WRITEW SDK_OVERLAY.MODULE_40.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_40.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_40.SINIT_END; - WRITEW 40; - WRITEW 0; - - WRITEW 41; - WRITEW ADDR(.MODULE_41); - WRITEW SDK_OVERLAY.MODULE_41.SIZE; - WRITEW SDK_OVERLAY.MODULE_41.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_41.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_41.SINIT_END; - WRITEW 41; - WRITEW 0; - - WRITEW 42; - WRITEW ADDR(.MODULE_42); - WRITEW SDK_OVERLAY.MODULE_42.SIZE; - WRITEW SDK_OVERLAY.MODULE_42.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_42.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_42.SINIT_END; - WRITEW 42; - WRITEW 0; - - WRITEW 43; - WRITEW ADDR(.MODULE_43); - WRITEW SDK_OVERLAY.MODULE_43.SIZE; - WRITEW SDK_OVERLAY.MODULE_43.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_43.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_43.SINIT_END; - WRITEW 43; - WRITEW 0; - - WRITEW 44; - WRITEW ADDR(.MODULE_44); - WRITEW SDK_OVERLAY.MODULE_44.SIZE; - WRITEW SDK_OVERLAY.MODULE_44.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_44.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_44.SINIT_END; - WRITEW 44; - WRITEW 0; - - WRITEW 45; - WRITEW ADDR(.MODULE_45); - WRITEW SDK_OVERLAY.MODULE_45.SIZE; - WRITEW SDK_OVERLAY.MODULE_45.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_45.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_45.SINIT_END; - WRITEW 45; - WRITEW 0; - - WRITEW 46; - WRITEW ADDR(.MODULE_46); - WRITEW SDK_OVERLAY.MODULE_46.SIZE; - WRITEW SDK_OVERLAY.MODULE_46.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_46.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_46.SINIT_END; - WRITEW 46; - WRITEW 0; - - WRITEW 47; - WRITEW ADDR(.MODULE_47); - WRITEW SDK_OVERLAY.MODULE_47.SIZE; - WRITEW SDK_OVERLAY.MODULE_47.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_47.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_47.SINIT_END; - WRITEW 47; - WRITEW 0; - - WRITEW 48; - WRITEW ADDR(.MODULE_48); - WRITEW SDK_OVERLAY.MODULE_48.SIZE; - WRITEW SDK_OVERLAY.MODULE_48.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_48.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_48.SINIT_END; - WRITEW 48; - WRITEW 0; - - WRITEW 49; - WRITEW ADDR(.MODULE_49); - WRITEW SDK_OVERLAY.MODULE_49.SIZE; - WRITEW SDK_OVERLAY.MODULE_49.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_49.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_49.SINIT_END; - WRITEW 49; - WRITEW 0; - - WRITEW 50; - WRITEW ADDR(.MODULE_50); - WRITEW SDK_OVERLAY.MODULE_50.SIZE; - WRITEW SDK_OVERLAY.MODULE_50.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_50.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_50.SINIT_END; - WRITEW 50; - WRITEW 0; - - WRITEW 51; - WRITEW ADDR(.MODULE_51); - WRITEW SDK_OVERLAY.MODULE_51.SIZE; - WRITEW SDK_OVERLAY.MODULE_51.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_51.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_51.SINIT_END; - WRITEW 51; - WRITEW 0; - - WRITEW 52; - WRITEW ADDR(.MODULE_52); - WRITEW SDK_OVERLAY.MODULE_52.SIZE; - WRITEW SDK_OVERLAY.MODULE_52.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_52.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_52.SINIT_END; - WRITEW 52; - WRITEW 0; - - WRITEW 53; - WRITEW ADDR(.MODULE_53); - WRITEW SDK_OVERLAY.MODULE_53.SIZE; - WRITEW SDK_OVERLAY.MODULE_53.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_53.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_53.SINIT_END; - WRITEW 53; - WRITEW 0; - - WRITEW 54; - WRITEW ADDR(.MODULE_54); - WRITEW SDK_OVERLAY.MODULE_54.SIZE; - WRITEW SDK_OVERLAY.MODULE_54.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_54.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_54.SINIT_END; - WRITEW 54; - WRITEW 0; - - WRITEW 55; - WRITEW ADDR(.MODULE_55); - WRITEW SDK_OVERLAY.MODULE_55.SIZE; - WRITEW SDK_OVERLAY.MODULE_55.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_55.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_55.SINIT_END; - WRITEW 55; - WRITEW 0; - - WRITEW 56; - WRITEW ADDR(.MODULE_56); - WRITEW SDK_OVERLAY.MODULE_56.SIZE; - WRITEW SDK_OVERLAY.MODULE_56.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_56.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_56.SINIT_END; - WRITEW 56; - WRITEW 0; - - WRITEW 57; - WRITEW ADDR(.MODULE_57); - WRITEW SDK_OVERLAY.MODULE_57.SIZE; - WRITEW SDK_OVERLAY.MODULE_57.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_57.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_57.SINIT_END; - WRITEW 57; - WRITEW 0; - - WRITEW 58; - WRITEW ADDR(.MODULE_58); - WRITEW SDK_OVERLAY.MODULE_58.SIZE; - WRITEW SDK_OVERLAY.MODULE_58.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_58.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_58.SINIT_END; - WRITEW 58; - WRITEW 0; - - WRITEW 59; - WRITEW ADDR(.MODULE_59); - WRITEW SDK_OVERLAY.MODULE_59.SIZE; - WRITEW SDK_OVERLAY.MODULE_59.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_59.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_59.SINIT_END; - WRITEW 59; - WRITEW 0; - - WRITEW 60; - WRITEW ADDR(.MODULE_60); - WRITEW SDK_OVERLAY.MODULE_60.SIZE; - WRITEW SDK_OVERLAY.MODULE_60.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_60.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_60.SINIT_END; - WRITEW 60; - WRITEW 0; - - WRITEW 61; - WRITEW ADDR(.MODULE_61); - WRITEW SDK_OVERLAY.MODULE_61.SIZE; - WRITEW SDK_OVERLAY.MODULE_61.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_61.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_61.SINIT_END; - WRITEW 61; - WRITEW 0; - - WRITEW 62; - WRITEW ADDR(.MODULE_62); - WRITEW SDK_OVERLAY.MODULE_62.SIZE; - WRITEW SDK_OVERLAY.MODULE_62.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_62.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_62.SINIT_END; - WRITEW 62; - WRITEW 0; - - WRITEW 63; - WRITEW ADDR(.MODULE_63); - WRITEW SDK_OVERLAY.MODULE_63.SIZE; - WRITEW SDK_OVERLAY.MODULE_63.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_63.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_63.SINIT_END; - WRITEW 63; - WRITEW 0; - - WRITEW 64; - WRITEW ADDR(.MODULE_64); - WRITEW SDK_OVERLAY.MODULE_64.SIZE; - WRITEW SDK_OVERLAY.MODULE_64.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_64.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_64.SINIT_END; - WRITEW 64; - WRITEW 0; - - WRITEW 65; - WRITEW ADDR(.MODULE_65); - WRITEW SDK_OVERLAY.MODULE_65.SIZE; - WRITEW SDK_OVERLAY.MODULE_65.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_65.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_65.SINIT_END; - WRITEW 65; - WRITEW 0; - - WRITEW 66; - WRITEW ADDR(.MODULE_66); - WRITEW SDK_OVERLAY.MODULE_66.SIZE; - WRITEW SDK_OVERLAY.MODULE_66.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_66.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_66.SINIT_END; - WRITEW 66; - WRITEW 0; - - WRITEW 67; - WRITEW ADDR(.MODULE_67); - WRITEW SDK_OVERLAY.MODULE_67.SIZE; - WRITEW SDK_OVERLAY.MODULE_67.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_67.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_67.SINIT_END; - WRITEW 67; - WRITEW 0; - - WRITEW 68; - WRITEW ADDR(.MODULE_68); - WRITEW SDK_OVERLAY.MODULE_68.SIZE; - WRITEW SDK_OVERLAY.MODULE_68.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_68.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_68.SINIT_END; - WRITEW 68; - WRITEW 0; - - WRITEW 69; - WRITEW ADDR(.MODULE_69); - WRITEW SDK_OVERLAY.MODULE_69.SIZE; - WRITEW SDK_OVERLAY.MODULE_69.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_69.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_69.SINIT_END; - WRITEW 69; - WRITEW 0; - - WRITEW 70; - WRITEW ADDR(.MODULE_70); - WRITEW SDK_OVERLAY.MODULE_70.SIZE; - WRITEW SDK_OVERLAY.MODULE_70.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_70.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_70.SINIT_END; - WRITEW 70; - WRITEW 0; - - WRITEW 71; - WRITEW ADDR(.MODULE_71); - WRITEW SDK_OVERLAY.MODULE_71.SIZE; - WRITEW SDK_OVERLAY.MODULE_71.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_71.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_71.SINIT_END; - WRITEW 71; - WRITEW 0; - - WRITEW 72; - WRITEW ADDR(.MODULE_72); - WRITEW SDK_OVERLAY.MODULE_72.SIZE; - WRITEW SDK_OVERLAY.MODULE_72.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_72.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_72.SINIT_END; - WRITEW 72; - WRITEW 0; - - WRITEW 73; - WRITEW ADDR(.MODULE_73); - WRITEW SDK_OVERLAY.MODULE_73.SIZE; - WRITEW SDK_OVERLAY.MODULE_73.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_73.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_73.SINIT_END; - WRITEW 73; - WRITEW 0; - - WRITEW 74; - WRITEW ADDR(.MODULE_74); - WRITEW SDK_OVERLAY.MODULE_74.SIZE; - WRITEW SDK_OVERLAY.MODULE_74.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_74.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_74.SINIT_END; - WRITEW 74; - WRITEW 0; - - WRITEW 75; - WRITEW ADDR(.MODULE_75); - WRITEW SDK_OVERLAY.MODULE_75.SIZE; - WRITEW SDK_OVERLAY.MODULE_75.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_75.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_75.SINIT_END; - WRITEW 75; - WRITEW 0; - - WRITEW 76; - WRITEW ADDR(.MODULE_76); - WRITEW SDK_OVERLAY.MODULE_76.SIZE; - WRITEW SDK_OVERLAY.MODULE_76.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_76.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_76.SINIT_END; - WRITEW 76; - WRITEW 0; - - WRITEW 77; - WRITEW ADDR(.MODULE_77); - WRITEW SDK_OVERLAY.MODULE_77.SIZE; - WRITEW SDK_OVERLAY.MODULE_77.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_77.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_77.SINIT_END; - WRITEW 77; - WRITEW 0; - - WRITEW 78; - WRITEW ADDR(.MODULE_78); - WRITEW SDK_OVERLAY.MODULE_78.SIZE; - WRITEW SDK_OVERLAY.MODULE_78.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_78.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_78.SINIT_END; - WRITEW 78; - WRITEW 0; - - WRITEW 79; - WRITEW ADDR(.MODULE_79); - WRITEW SDK_OVERLAY.MODULE_79.SIZE; - WRITEW SDK_OVERLAY.MODULE_79.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_79.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_79.SINIT_END; - WRITEW 79; - WRITEW 0; - - WRITEW 80; - WRITEW ADDR(.MODULE_80); - WRITEW SDK_OVERLAY.MODULE_80.SIZE; - WRITEW SDK_OVERLAY.MODULE_80.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_80.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_80.SINIT_END; - WRITEW 80; - WRITEW 0; - - WRITEW 81; - WRITEW ADDR(.MODULE_81); - WRITEW SDK_OVERLAY.MODULE_81.SIZE; - WRITEW SDK_OVERLAY.MODULE_81.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_81.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_81.SINIT_END; - WRITEW 81; - WRITEW 0; - - WRITEW 82; - WRITEW ADDR(.MODULE_82); - WRITEW SDK_OVERLAY.MODULE_82.SIZE; - WRITEW SDK_OVERLAY.MODULE_82.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_82.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_82.SINIT_END; - WRITEW 82; - WRITEW 0; - - WRITEW 83; - WRITEW ADDR(.MODULE_83); - WRITEW SDK_OVERLAY.MODULE_83.SIZE; - WRITEW SDK_OVERLAY.MODULE_83.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_83.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_83.SINIT_END; - WRITEW 83; - WRITEW 0; - - WRITEW 84; - WRITEW ADDR(.MODULE_84); - WRITEW SDK_OVERLAY.MODULE_84.SIZE; - WRITEW SDK_OVERLAY.MODULE_84.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_84.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_84.SINIT_END; - WRITEW 84; - WRITEW 0; - - WRITEW 85; - WRITEW ADDR(.MODULE_85); - WRITEW SDK_OVERLAY.MODULE_85.SIZE; - WRITEW SDK_OVERLAY.MODULE_85.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_85.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_85.SINIT_END; - WRITEW 85; - WRITEW 0; - - WRITEW 86; - WRITEW ADDR(.MODULE_86); - WRITEW SDK_OVERLAY.MODULE_86.SIZE; - WRITEW SDK_OVERLAY.MODULE_86.BSS_SIZE; - WRITEW SDK_OVERLAY.MODULE_86.SINIT_START; - WRITEW SDK_OVERLAY.MODULE_86.SINIT_END; - WRITEW 86; - WRITEW 0; - - } > arm9_table - - SDK_MAIN_ARENA_LO = SDK_SECTION_ARENA_START; - SDK_IRQ_STACKSIZE = 1024; - SDK_SYS_STACKSIZE = 0; - - .binary.MODULE_FILES: - { - WRITES ("arm9.sbin"); - WRITES ("arm9_defs.sbin"); - WRITES ("arm9_table.sbin"); - } > binary.MODULE_FILES - - .check.ITCM: - { - . = . + SDK_AUTOLOAD_ITCM_SIZE + SDK_AUTOLOAD_ITCM_BSS_SIZE; - . = . + SDK_OVERLAY.MODULE_03.SIZE + SDK_OVERLAY.MODULE_03.BSS_SIZE; - } > check.ITCM - - SDK_SYS_STACKSIZE_SIGN = (SDK_SYS_STACKSIZE < 0x80000000) * 2 - 1; - .check.DTCM: - { - . = . + SDK_AUTOLOAD_DTCM_SIZE + SDK_AUTOLOAD_DTCM_BSS_SIZE; - . = . + SDK_IRQ_STACKSIZE + SDK_SYS_STACKSIZE * SDK_SYS_STACKSIZE_SIGN; - } > check.DTCM -} diff --git a/arm9/arm9.lsf b/arm9/arm9.lsf index 7597b782..031de1bc 100644 --- a/arm9/arm9.lsf +++ b/arm9/arm9.lsf @@ -551,6 +551,7 @@ Overlay MODULE_11 { After MODULE_08 Object module_11.o + Object module_11_sinit.o } Overlay MODULE_12 @@ -615,6 +616,7 @@ Overlay MODULE_21 { After MODULE_20 Object module_21.o + Object module_21_sinit.o } Overlay MODULE_22 @@ -627,6 +629,7 @@ Overlay MODULE_23 { After MODULE_20 Object module_23.o + Object module_23_sinit.o } Overlay MODULE_24 @@ -651,24 +654,28 @@ Overlay MODULE_27 { After MODULE_20 Object module_27.o + Object module_27_sinit.o } Overlay MODULE_28 { After MODULE_20 Object module_28.o + Object module_28_sinit.o } Overlay MODULE_29 { After MODULE_20 Object module_29.o + Object module_29_sinit.o } Overlay MODULE_30 { After MODULE_20 Object module_30.o + Object module_30_sinit.o } Overlay MODULE_31 @@ -681,6 +688,7 @@ Overlay MODULE_32 { After MODULE_20 Object module_32.o + Object module_32_sinit.o } Overlay MODULE_33 @@ -693,6 +701,7 @@ Overlay MODULE_34 { After MODULE_20 Object module_34.o + Object module_34_sinit.o } Overlay MODULE_35 @@ -705,6 +714,7 @@ Overlay MODULE_36 { After MODULE_20 Object module_36.o + Object module_36_sinit.o } Overlay MODULE_37 @@ -723,6 +733,7 @@ Overlay MODULE_39 { After MODULE_20 Object module_39.o + Object module_39_sinit.o } Overlay MODULE_40 @@ -735,24 +746,28 @@ Overlay MODULE_41 { After MODULE_20 Object module_41.o + Object module_41_sinit.o } Overlay MODULE_42 { After MODULE_20 Object module_42.o + Object module_42_sinit.o } Overlay MODULE_43 { After MODULE_20 Object module_43.o + Object module_43_sinit.o } Overlay MODULE_44 { After MODULE_20 Object module_44.o + Object module_44_sinit.o } Overlay MODULE_45 @@ -771,6 +786,7 @@ Overlay MODULE_47 { After MODULE_20 Object module_47.o + Object module_47_sinit.o } Overlay MODULE_48 diff --git a/arm9/asm/CTRDG_backup.s b/arm9/asm/CTRDG_backup.s index f5ed989d..e04344b4 100644 --- a/arm9/asm/CTRDG_backup.s +++ b/arm9/asm/CTRDG_backup.s @@ -35,6 +35,7 @@ .extern UNK_021D6B0C .extern UNK_021D6B34 .extern UNK_021D6B2C + .extern UNK_021D6B4C .extern UNK_021D6B18 .section .rodata @@ -182,10 +183,6 @@ UNK_021041D0: ; 0x021041D0 .section .bss - .global UNK_021D6B4C -UNK_021D6B4C: ; 0x021D6B4C - .space 0x4 - .text arm_func_start CTRDG_IdentifyAgbBackup diff --git a/arm9/asm/CTRDG_flash_common.s b/arm9/asm/CTRDG_flash_common.s index 9d245806..aaef15fb 100644 --- a/arm9/asm/CTRDG_flash_common.s +++ b/arm9/asm/CTRDG_flash_common.s @@ -63,6 +63,10 @@ UNK_021D6B3C: ; 0x021D6B3C UNK_021D6B44: ; 0x021D6B44 .space 0x8 + .global UNK_021D6B4C +UNK_021D6B4C: ; 0x021D6B4C + .space 0x4 + .text arm_func_start CTRDG_WriteAndVerifyAgbFlashAsync diff --git a/arm9/modules/01/src/module_01.c b/arm9/modules/01/src/module_01.c index 1f9f0edc..a126a247 100644 --- a/arm9/modules/01/src/module_01.c +++ b/arm9/modules/01/src/module_01.c @@ -1,7 +1,8 @@ #include "global.h" #include "sinit.h" +#pragma thumb on -THUMB_FUNC static void NitroStaticInit(void) { +static void NitroStaticInit(void) { static u32 var[2]; var[1]++; } diff --git a/arm9/modules/11/asm/module_11.s b/arm9/modules/11/asm/module_11.s index 338eaadb..ef15a30d 100644 --- a/arm9/modules/11/asm/module_11.s +++ b/arm9/modules/11/asm/module_11.s @@ -99235,16 +99235,6 @@ MOD11_0225D98C: ; 0x0225D98C .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - ; Stupid hack to override alignment - ; .section .sinit - ; 0x0225FF18 - .global SDK_OVERLAY.MODULE_11.SINIT_START - .global SDK_OVERLAY.MODULE_11.SINIT_END -SDK_OVERLAY.MODULE_11.SINIT_START: - .word MOD11_0222F284 - .word 0 -SDK_OVERLAY.MODULE_11.SINIT_END: - .section .data ; 0x0225FF20 .byte 0x00, 0x00, 0x04, 0x04, 0x04, 0x04, 0x04, 0x08, 0x04, 0x08, 0x04, 0x08, 0x08, 0x08, 0x06, 0x0C diff --git a/arm9/modules/11/src/module_11_sinit.c b/arm9/modules/11/src/module_11_sinit.c new file mode 100644 index 00000000..b798941e --- /dev/null +++ b/arm9/modules/11/src/module_11_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD11_0222F284 +#include "global.h" +extern void MOD11_0222F284(void); +#include "sinit.h" diff --git a/arm9/modules/21/asm/module_21.s b/arm9/modules/21/asm/module_21.s index d3c385c0..c54eab3e 100644 --- a/arm9/modules/21/asm/module_21.s +++ b/arm9/modules/21/asm/module_21.s @@ -730,12 +730,3 @@ _02254D7C: .word 0x040002A8 .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x15, 0x4C, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x03, 0x00, 0x00, 0x00, 0x41, 0x4C, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; Dumb hack because the compiler aligns to 16 instead of 8 - ;.section .sinit - .global SDK_OVERLAY.MODULE_21.SINIT_START - .global SDK_OVERLAY.MODULE_21.SINIT_END -SDK_OVERLAY.MODULE_21.SINIT_START: - .word MOD21_02254840 - .word 0 -SDK_OVERLAY.MODULE_21.SINIT_END: diff --git a/arm9/modules/21/src/module_21_sinit.c b/arm9/modules/21/src/module_21_sinit.c new file mode 100644 index 00000000..e19c840f --- /dev/null +++ b/arm9/modules/21/src/module_21_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD21_02254840 +#include "global.h" +extern void MOD21_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/23/asm/module_23.s b/arm9/modules/23/asm/module_23.s index 0fceaaad..a03c36ad 100644 --- a/arm9/modules/23/asm/module_23.s +++ b/arm9/modules/23/asm/module_23.s @@ -2862,11 +2862,3 @@ _02255CB8: .word 0x022560D0 .byte 0x00, 0x00, 0x00, 0x00, 0x40, 0x42, 0x0F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x96, 0x98, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xE1, 0xF5, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xCA, 0x9A, 0x3B .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0xE4, 0x0B, 0x54, 0x02, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_23.SINIT_START - .global SDK_OVERLAY.MODULE_23.SINIT_END -SDK_OVERLAY.MODULE_23.SINIT_START: - .word MOD23_02254840 - .word 0 -SDK_OVERLAY.MODULE_23.SINIT_END: diff --git a/arm9/modules/23/src/module_23_sinit.c b/arm9/modules/23/src/module_23_sinit.c new file mode 100644 index 00000000..522e8ac4 --- /dev/null +++ b/arm9/modules/23/src/module_23_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD23_02254840 +#include "global.h" +extern void MOD23_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/27/asm/module_27.s b/arm9/modules/27/asm/module_27.s index 2445df1b..4508ffdc 100644 --- a/arm9/modules/27/asm/module_27.s +++ b/arm9/modules/27/asm/module_27.s @@ -1459,11 +1459,3 @@ _02255338: .word 0x00000669 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xB5, 0x52, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0xD1, 0x52, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_27.SINIT_START - .global SDK_OVERLAY.MODULE_27.SINIT_END -SDK_OVERLAY.MODULE_27.SINIT_START: - .word MOD27_02254840 - .word 0 -SDK_OVERLAY.MODULE_27.SINIT_END: diff --git a/arm9/modules/27/src/module_27_sinit.c b/arm9/modules/27/src/module_27_sinit.c new file mode 100644 index 00000000..6b069297 --- /dev/null +++ b/arm9/modules/27/src/module_27_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD27_02254840 +#include "global.h" +extern void MOD27_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/28/asm/module_28.s b/arm9/modules/28/asm/module_28.s index faaa636a..beb0e25c 100644 --- a/arm9/modules/28/asm/module_28.s +++ b/arm9/modules/28/asm/module_28.s @@ -2977,14 +2977,6 @@ _02255E74: .word 0x00000163 .byte 0x19, 0x4C, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x19, 0x4F, 0x25, 0x02 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - ; .section .sinit - .global SDK_OVERLAY.MODULE_28.SINIT_START - .global SDK_OVERLAY.MODULE_28.SINIT_END -SDK_OVERLAY.MODULE_28.SINIT_START: - .word MOD28_02254840 - .word 0 -SDK_OVERLAY.MODULE_28.SINIT_END: - .section .data ; 0x02255F20 .byte 0x69, 0x63, 0x6F, 0x6E, 0x5B, 0x25, 0x64, 0x5D, 0x20, 0x52, 0x45, 0x46, 0x5B, 0x25, 0x64, 0x5D diff --git a/arm9/modules/28/src/module_28_sinit.c b/arm9/modules/28/src/module_28_sinit.c new file mode 100644 index 00000000..3d2d7cf6 --- /dev/null +++ b/arm9/modules/28/src/module_28_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD28_02254840 +#include "global.h" +extern void MOD28_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/29/asm/module_29.s b/arm9/modules/29/asm/module_29.s index 1d279ddc..8744eadd 100644 --- a/arm9/modules/29/asm/module_29.s +++ b/arm9/modules/29/asm/module_29.s @@ -1132,11 +1132,3 @@ MOD29_0225508C: ; 0x0225508C .byte 0x00, 0x00, 0x00, 0x00, 0x11, 0x4D, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0xF5, 0x4D, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x11, 0x4E, 0x25, 0x02 .byte 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_29.SINIT_START - .global SDK_OVERLAY.MODULE_29.SINIT_END -SDK_OVERLAY.MODULE_29.SINIT_START: - .word MOD29_02254840 - .word 0 -SDK_OVERLAY.MODULE_29.SINIT_END: diff --git a/arm9/modules/29/src/module_29_sinit.c b/arm9/modules/29/src/module_29_sinit.c new file mode 100644 index 00000000..77fee47c --- /dev/null +++ b/arm9/modules/29/src/module_29_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD29_02254840 +#include "global.h" +extern void MOD29_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/30/asm/module_30.s b/arm9/modules/30/asm/module_30.s index a6c7ee0d..153c1b76 100644 --- a/arm9/modules/30/asm/module_30.s +++ b/arm9/modules/30/asm/module_30.s @@ -729,7 +729,7 @@ _02254D98: .word 0x040002A0 _02254D9C: .word 0x040002A8 thumb_func_end MOD30_02254D28 - .section .data + .section .rodata ; 0x02254DA0 .byte 0x64, 0x9C, 0x52, 0x92, 0x89, 0x49, 0x25, 0x02, 0xC9, 0x49, 0x25, 0x02, 0x5D, 0x4A, 0x25, 0x02 .byte 0x00, 0x20, 0x07, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 @@ -740,11 +740,3 @@ _02254D9C: .word 0x040002A8 .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xC5, 0x4C, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x03, 0x00, 0x00, 0x00, 0x05, 0x4D, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_30.SINIT_START - .global SDK_OVERLAY.MODULE_30.SINIT_END -SDK_OVERLAY.MODULE_30.SINIT_START: - .word MOD30_02254840 - .word 0 -SDK_OVERLAY.MODULE_30.SINIT_END: diff --git a/arm9/modules/30/src/module_30_sinit.c b/arm9/modules/30/src/module_30_sinit.c new file mode 100644 index 00000000..058b270d --- /dev/null +++ b/arm9/modules/30/src/module_30_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD30_02254840 +#include "global.h" +extern void MOD30_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/32/asm/module_32.s b/arm9/modules/32/asm/module_32.s index fa319f00..d75a5d63 100644 --- a/arm9/modules/32/asm/module_32.s +++ b/arm9/modules/32/asm/module_32.s @@ -580,11 +580,3 @@ _02254C50: .word 0x00000663 .byte 0x00, 0x00, 0x00, 0x00, 0x59, 0x4B, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 .byte 0xE9, 0x4B, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x09, 0x4C, 0x25, 0x02 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_32.SINIT_START - .global SDK_OVERLAY.MODULE_32.SINIT_END -SDK_OVERLAY.MODULE_32.SINIT_START: - .word MOD32_02254840 - .word 0 -SDK_OVERLAY.MODULE_32.SINIT_END: diff --git a/arm9/modules/32/src/module_32_sinit.c b/arm9/modules/32/src/module_32_sinit.c new file mode 100644 index 00000000..cf500b6e --- /dev/null +++ b/arm9/modules/32/src/module_32_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD32_02254840 +#include "global.h" +extern void MOD32_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/34/asm/module_34.s b/arm9/modules/34/asm/module_34.s index e08716c1..e69ff4f1 100644 --- a/arm9/modules/34/asm/module_34.s +++ b/arm9/modules/34/asm/module_34.s @@ -599,11 +599,3 @@ _02254C6C: .word 0x02254C94 .byte 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xB5, 0x4B, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x03, 0x00, 0x00, 0x00, 0xE9, 0x4B, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_34.SINIT_START - .global SDK_OVERLAY.MODULE_34.SINIT_END -SDK_OVERLAY.MODULE_34.SINIT_START: - .word MOD34_02254840 - .word 0 -SDK_OVERLAY.MODULE_34.SINIT_END: diff --git a/arm9/modules/34/src/module_34_sinit.c b/arm9/modules/34/src/module_34_sinit.c new file mode 100644 index 00000000..80d96e0a --- /dev/null +++ b/arm9/modules/34/src/module_34_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD34_02254840 +#include "global.h" +extern void MOD34_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/36/asm/module_36.s b/arm9/modules/36/asm/module_36.s index 4c84dc7b..75b165b9 100644 --- a/arm9/modules/36/asm/module_36.s +++ b/arm9/modules/36/asm/module_36.s @@ -1577,11 +1577,3 @@ _022553E4: .word 0x0000066A .byte 0x06, 0x00, 0x00, 0x00, 0xE1, 0x51, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00 .byte 0x0D, 0x52, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x9D, 0x53, 0x25, 0x02 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_36.SINIT_START - .global SDK_OVERLAY.MODULE_36.SINIT_END -SDK_OVERLAY.MODULE_36.SINIT_START: - .word MOD36_02254840 - .word 0 -SDK_OVERLAY.MODULE_36.SINIT_END: diff --git a/arm9/modules/36/src/module_36_sinit.c b/arm9/modules/36/src/module_36_sinit.c new file mode 100644 index 00000000..b365faa7 --- /dev/null +++ b/arm9/modules/36/src/module_36_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD36_02254840 +#include "global.h" +extern void MOD36_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/39/asm/module_39.s b/arm9/modules/39/asm/module_39.s index f7c09bfc..ec2bff78 100644 --- a/arm9/modules/39/asm/module_39.s +++ b/arm9/modules/39/asm/module_39.s @@ -1477,11 +1477,3 @@ _022552FA: .byte 0xF9, 0xFF, 0xFF, 0xFF, 0x03, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0xF9, 0xFF, 0xFF, 0xFF .byte 0x01, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xFC, 0xFF, 0xFF, 0xFF, 0x10, 0x00, 0x00, 0x00 .byte 0xFF, 0xFF, 0xFF, 0xFF - - ; .section .sinit - .global SDK_OVERLAY.MODULE_39.SINIT_START - .global SDK_OVERLAY.MODULE_39.SINIT_END -SDK_OVERLAY.MODULE_39.SINIT_START: - .word MOD39_02254840 - .word 0 -SDK_OVERLAY.MODULE_39.SINIT_END: diff --git a/arm9/modules/39/src/module_39_sinit.c b/arm9/modules/39/src/module_39_sinit.c new file mode 100644 index 00000000..f59753f9 --- /dev/null +++ b/arm9/modules/39/src/module_39_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD39_02254840 +#include "global.h" +extern void MOD39_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/41/asm/module_41.s b/arm9/modules/41/asm/module_41.s index 8ea279f7..594ec16c 100644 --- a/arm9/modules/41/asm/module_41.s +++ b/arm9/modules/41/asm/module_41.s @@ -2051,11 +2051,3 @@ MOD41_0225578C: ; 0x0225578C .byte 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_41.SINIT_START - .global SDK_OVERLAY.MODULE_41.SINIT_END -SDK_OVERLAY.MODULE_41.SINIT_START: - .word MOD41_02254840 - .word 0 -SDK_OVERLAY.MODULE_41.SINIT_END: diff --git a/arm9/modules/41/src/module_41_sinit.c b/arm9/modules/41/src/module_41_sinit.c new file mode 100644 index 00000000..9d0d5aa8 --- /dev/null +++ b/arm9/modules/41/src/module_41_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD41_02254840 +#include "global.h" +extern void MOD41_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/42/asm/module_42.s b/arm9/modules/42/asm/module_42.s index 89617940..e630bbb7 100644 --- a/arm9/modules/42/asm/module_42.s +++ b/arm9/modules/42/asm/module_42.s @@ -1155,11 +1155,3 @@ _022550C8: .byte 0x01, 0x00, 0x0E, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x3D, 0x4F, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xCD, 0x4F, 0x25, 0x02 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_42.SINIT_START - .global SDK_OVERLAY.MODULE_42.SINIT_END -SDK_OVERLAY.MODULE_42.SINIT_START: - .word MOD42_02254840 - .word 0 -SDK_OVERLAY.MODULE_42.SINIT_END: diff --git a/arm9/modules/42/src/module_42_sinit.c b/arm9/modules/42/src/module_42_sinit.c new file mode 100644 index 00000000..3b42fc7d --- /dev/null +++ b/arm9/modules/42/src/module_42_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD42_02254840 +#include "global.h" +extern void MOD42_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/43/asm/module_43.s b/arm9/modules/43/asm/module_43.s index 517cdaac..667029af 100644 --- a/arm9/modules/43/asm/module_43.s +++ b/arm9/modules/43/asm/module_43.s @@ -1150,11 +1150,3 @@ _022550A2: .byte 0x01, 0x00, 0x00, 0x00, 0x4D, 0x4D, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00 .byte 0xA9, 0x4D, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_43.SINIT_START - .global SDK_OVERLAY.MODULE_43.SINIT_END -SDK_OVERLAY.MODULE_43.SINIT_START: - .word MOD43_02254840 - .word 0 -SDK_OVERLAY.MODULE_43.SINIT_END: diff --git a/arm9/modules/43/src/module_43_sinit.c b/arm9/modules/43/src/module_43_sinit.c new file mode 100644 index 00000000..8143a29f --- /dev/null +++ b/arm9/modules/43/src/module_43_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD43_02254840 +#include "global.h" +extern void MOD43_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/44/asm/module_44.s b/arm9/modules/44/asm/module_44.s index 346f755c..f40d59c0 100644 --- a/arm9/modules/44/asm/module_44.s +++ b/arm9/modules/44/asm/module_44.s @@ -576,11 +576,3 @@ _02254C50: .word 0x00000663 .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xF9, 0x4B, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x02, 0x00, 0x00, 0x00, 0x15, 0x4C, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_44.SINIT_START - .global SDK_OVERLAY.MODULE_44.SINIT_END -SDK_OVERLAY.MODULE_44.SINIT_START: - .word MOD44_02254840 - .word 0 -SDK_OVERLAY.MODULE_44.SINIT_END: diff --git a/arm9/modules/44/src/module_44_sinit.c b/arm9/modules/44/src/module_44_sinit.c new file mode 100644 index 00000000..8bb54dd1 --- /dev/null +++ b/arm9/modules/44/src/module_44_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD44_02254840 +#include "global.h" +extern void MOD44_02254840(void); +#include "sinit.h" diff --git a/arm9/modules/47/asm/module_47.s b/arm9/modules/47/asm/module_47.s index 159d2c30..56a71aff 100644 --- a/arm9/modules/47/asm/module_47.s +++ b/arm9/modules/47/asm/module_47.s @@ -1504,11 +1504,3 @@ _0225539C: .word 0x022553F0 .byte 0x35, 0x50, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x81, 0x50, 0x25, 0x02 .byte 0x00, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0xD9, 0x50, 0x25, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 - - ; .section .sinit - .global SDK_OVERLAY.MODULE_47.SINIT_START - .global SDK_OVERLAY.MODULE_47.SINIT_END -SDK_OVERLAY.MODULE_47.SINIT_START: - .word MOD47_02254840 - .word 0 -SDK_OVERLAY.MODULE_47.SINIT_END: diff --git a/arm9/modules/47/src/module_47_sinit.c b/arm9/modules/47/src/module_47_sinit.c new file mode 100644 index 00000000..f8e3041a --- /dev/null +++ b/arm9/modules/47/src/module_47_sinit.c @@ -0,0 +1,4 @@ +#define NitroStaticInit MOD47_02254840 +#include "global.h" +extern void MOD47_02254840(void); +#include "sinit.h" -- cgit v1.2.3