diff options
| author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-09-26 13:45:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-26 13:45:41 -0500 |
| commit | 701d53be8dc98d33d73536ac00ebe8db5d506f04 (patch) | |
| tree | a932a3eb54c0e230f5ca20b7241fb3d1a04c43ba /data/clear_save_data_screen.s | |
| parent | a57915fa5bd8c2e68bc291a371e66e3cafd7e195 (diff) | |
| parent | 60b0fd8b39d1bc5a4692d0ed5610552a13cbf93e (diff) | |
Merge pull request #48 from Diegoisawesome/cleanup
Extract scattered baseroms and cleanup
Diffstat (limited to 'data/clear_save_data_screen.s')
| -rw-r--r-- | data/clear_save_data_screen.s | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/data/clear_save_data_screen.s b/data/clear_save_data_screen.s index a566152be..3abf9bf6d 100644 --- a/data/clear_save_data_screen.s +++ b/data/clear_save_data_screen.s @@ -3,11 +3,15 @@ .section .rodata + .align 2 gUnknown_085F06C0:: @ 85F06C0 - .incbin "baserom.gba", 0x5f06c0, 0x8 + .4byte 0x000001f0, 0x000011e3 + .align 2 gUnknown_085F06C8:: @ 85F06C8 - .incbin "baserom.gba", 0x5f06c8, 0x10 + window_template 0x00, 0x03, 0x0f, 0x1a, 0x04, 0x0f, 0x000b + window_template_terminator + .align 2 gUnknown_085F06D8:: @ 85F06D8 - .incbin "baserom.gba", 0x5f06d8, 0x8 + window_template 0x00, 0x03, 0x02, 0x05, 0x04, 0x0f, 0x0073 |
