diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2017-03-04 23:32:12 -0600 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2017-03-04 23:32:12 -0600 |
| commit | d12fd5c5ce574dd920a968794591afe7d42659fb (patch) | |
| tree | 95a469d0243864473d13cd19082827cc89fe1a69 /data/evolution_graphics.s | |
| parent | 56f5e8bdabdc9cb18f65eccc4de66b2932489db1 (diff) | |
| parent | 83ae14e2b9e2af7ce3eb01383fe3466357ac30b1 (diff) | |
Merge remote-tracking branch 'refs/remotes/pret/master'
Diffstat (limited to 'data/evolution_graphics.s')
| -rw-r--r-- | data/evolution_graphics.s | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/evolution_graphics.s b/data/evolution_graphics.s new file mode 100644 index 000000000..c357efb12 --- /dev/null +++ b/data/evolution_graphics.s @@ -0,0 +1,18 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + + .incbin "baserom.gba", 0x5f53c4, 0x48 + +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 |
