diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-03 15:53:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-03 15:53:52 -0500 |
| commit | 7bfa6d20587ed14cfa26b9fa81f45837abfafb26 (patch) | |
| tree | 060cd2364119441d0f36a0418dd7405137b6582d /data/evolution_graphics.s | |
| parent | f6075011612b1029c1dd794c77943e01c6019f19 (diff) | |
| parent | 977925a9ee438e149212e438585c2d3d59e3f254 (diff) | |
Merge pull request #140 from PikalaxALT/dism_more_data
Disassemble more data
Diffstat (limited to 'data/evolution_graphics.s')
| -rw-r--r-- | data/evolution_graphics.s | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/evolution_graphics.s b/data/evolution_graphics.s new file mode 100644 index 000000000..0fd702447 --- /dev/null +++ b/data/evolution_graphics.s @@ -0,0 +1,19 @@ +#include "constants/region_map.h" +#include "constants/flags.h" +#include "constants/moves.h" + .include "asm/macros.inc" + .include "constants/constants.inc" + .section .rodata + .align 2 + +gUnknown_841EEC4:: @ 841EEC4 + .incbin "baserom.gba", 0x41EEC4, 0x10 + +gUnknown_841EED4:: @ 841EED4 + .incbin "baserom.gba", 0x41EED4, 0x24 + +gUnknown_841EEF8:: @ 841EEF8 + .incbin "baserom.gba", 0x41EEF8, 0x18 + +gUnknown_841EF10:: @ 841EF10 + .incbin "baserom.gba", 0x41EF10, 0x2B8 |
