diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-31 13:57:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-31 13:57:29 -0500 |
commit | 63210c07897e86953bf093397eee5a33e95b8c91 (patch) | |
tree | c5d4f93c251472daa4cded616da3141448a37e6b /data | |
parent | 4cb8528d94216f69c4a37d470c1d5f3487a87239 (diff) | |
parent | 6cb1c4fd6e7c52e528f36e3511ac4b4db4dbb2ee (diff) |
Merge pull request #96 from DizzyEggg/decompile_evo_scene_graphics
Decompile Evolution graphics/scene
Diffstat (limited to 'data')
-rw-r--r-- | data/data4.s | 2 | ||||
-rw-r--r-- | data/evolution_graphics.s | 18 |
2 files changed, 1 insertions, 19 deletions
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 diff --git a/data/evolution_graphics.s b/data/evolution_graphics.s deleted file mode 100644 index d6ad2e578..000000000 --- a/data/evolution_graphics.s +++ /dev/null @@ -1,18 +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 - -gUnknown_085F5458:: @ 85F5458 - .incbin "baserom.gba", 0x5f5458, 0x38 |