From 0f992c8f5c2440db63273b195157a3b6a6d624b6 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Fri, 27 Oct 2017 14:59:55 +0200 Subject: begin working on evolution graphics --- data/evolution_graphics.s | 3 --- 1 file changed, 3 deletions(-) (limited to 'data') diff --git a/data/evolution_graphics.s b/data/evolution_graphics.s index d6ad2e578..6eee4f186 100644 --- a/data/evolution_graphics.s +++ b/data/evolution_graphics.s @@ -13,6 +13,3 @@ gUnknown_085F541C:: @ 85F541C gUnknown_085F5440:: @ 85F5440 .incbin "baserom.gba", 0x5f5440, 0x18 - -gUnknown_085F5458:: @ 85F5458 - .incbin "baserom.gba", 0x5f5458, 0x38 -- cgit v1.2.3 From f4e134569f0abf5f6b0bd23043a28e135b0c188c Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Fri, 27 Oct 2017 15:49:14 +0200 Subject: evo graphics file is done --- data/evolution_graphics.s | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 data/evolution_graphics.s (limited to 'data') diff --git a/data/evolution_graphics.s b/data/evolution_graphics.s deleted file mode 100644 index 6eee4f186..000000000 --- a/data/evolution_graphics.s +++ /dev/null @@ -1,15 +0,0 @@ - .include "asm/macros.inc" - .include "constants/constants.inc" - - .section .rodata - - .incbin "baserom.gba", 0x5f53cc, 0x40 - -gUnknown_085F540C:: @ 85F540C - .incbin "baserom.gba", 0x5f540c, 0x10 - -gUnknown_085F541C:: @ 85F541C - .incbin "baserom.gba", 0x5f541c, 0x24 - -gUnknown_085F5440:: @ 85F5440 - .incbin "baserom.gba", 0x5f5440, 0x18 -- cgit v1.2.3 From 665734d689fbd6da708e482b1cb9fdf3ee2345bc Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Tue, 31 Oct 2017 19:28:43 +0100 Subject: evolution files review changes --- data/data4.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/data4.s b/data/data4.s index d99336e87..e98518b73 100644 --- a/data/data4.s +++ b/data/data4.s @@ -410,7 +410,7 @@ gUnknown_085B51E4:: @ 85B51E4 gUnknown_085B5884:: @ 85B5884 .incbin "baserom.gba", 0x5b5884, 0x40 -gUnknown_085B58C4:: @ 85B58C4 +gText_ShedinjaJapaneseName2:: @ 85B58C4 .incbin "baserom.gba", 0x5b58c4, 0x5 gUnknown_085B58C9:: @ 85B58C9 -- cgit v1.2.3