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/save_failed_screen.s | |
| parent | f6075011612b1029c1dd794c77943e01c6019f19 (diff) | |
| parent | 977925a9ee438e149212e438585c2d3d59e3f254 (diff) | |
Merge pull request #140 from PikalaxALT/dism_more_data
Disassemble more data
Diffstat (limited to 'data/save_failed_screen.s')
| -rw-r--r-- | data/save_failed_screen.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/save_failed_screen.s b/data/save_failed_screen.s new file mode 100644 index 000000000..cdf68c4de --- /dev/null +++ b/data/save_failed_screen.s @@ -0,0 +1,10 @@ +#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_841EE44:: @ 841EE44 + .incbin "baserom.gba", 0x41EE44, 0x20 |
