diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-07 18:24:42 -0600 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-07 18:24:42 -0600 | 
| commit | 250538fcae79e4d11c6efb4f4bfb34080f72bd48 (patch) | |
| tree | b81a93d022488ed5a71ce0ac80ee4dd1b5662ac9 /data | |
| parent | 48e63979c8a131bc059974194bd548f60dcdd24c (diff) | |
| parent | 772fd47564da4d2c4072b83e43a9cc28e62ce5bb (diff) | |
Merge pull request #205 from Diegoisawesome/menu
Decompile menu.s and new_menu_helpers.s
Diffstat (limited to 'data')
| -rw-r--r-- | data/link.s | 4 | ||||
| -rw-r--r-- | data/new_menu_helpers.s | 53 | 
2 files changed, 2 insertions, 55 deletions
| diff --git a/data/link.s b/data/link.s index e458ad5de..39f97644f 100644 --- a/data/link.s +++ b/data/link.s @@ -2004,14 +2004,14 @@ gUnknown_082F06F8:: @ 82F06F8  	.4byte gText_ReturnToTitle  	.align 2 -gUnknown_082F0720:: @ 82F0720 struct TextColor +gUnknown_082F0720:: @ 82F0720  	.byte 0x00, 0x01, 0x02  	.align 2  	.byte 0x00, 0x01, 0x02  	.align 2 -gUnknown_082F0728:: @ 82F0728 struct TextColor +gUnknown_082F0728:: @ 82F0728  	.byte 0x01, 0x02, 0x03  	.align 2 diff --git a/data/new_menu_helpers.s b/data/new_menu_helpers.s deleted file mode 100644 index c11d73d7c..000000000 --- a/data/new_menu_helpers.s +++ /dev/null @@ -1,53 +0,0 @@ -	.include "asm/macros.inc" -	.include "constants/constants.inc" - -	.section .rodata - -gUnknown_0860F074:: @ 860F074 -	.incbin "graphics/interface/860F074.gbapal" - -gUnknown_0860F094:: @ 860F094 -	.byte 8, 4, 1, 0 - -gUnknown_0860F098:: @ 860F098 -	window_template 0, 2, 15, 27, 4, 15, 0x194 -	null_window_template - -gUnknown_0860F0A8:: @ 860F0A8 -	window_template 0, 21, 9, 5, 4, 15, 0x125 - -    @ These are not referenced in src/new_menu_helpers.c; rather, they are in src/menu.c.  Regardless, they were plopped here. - -gUnknown_0860F0B0:: @ 860F0B0 -	.incbin "graphics/interface/860F0B0.gbapal" - -gUnknown_0860F0D0:: @ 860F0D0 -	.byte 15, 1, 2, 0 - -gUnknown_0860F0D4:: @ 860F0D4 -	.2byte 0xC0C, 0 -	.2byte 0xC20, 32 -	.2byte 0xC20, 100 -	.2byte 0xC20, 0x60 -	.2byte 0xC20, 0x80 -	.2byte 0xC20, 0x48 -	.2byte 0xC20, 0x44 -	.2byte 0xC20, 0x6C -	.2byte 0xC20, 0x68 -	.2byte 0xC20, 0x88 -	.2byte 0xC20, 0xA4 -	.2byte 0xC20, 0x24 -	.2byte 0xC20, 0x28 -	.2byte 0xC20, 0x2C -	.2byte 0xC20, 0x40 -	.2byte 0xC20, 0x84 -	.2byte 0xC20, 0x4C -	.2byte 0xC20, 0xA0 -	.2byte 0xC20, 0x8C -	.2byte 0xC2A, 0xA8 -	.2byte 0xC2A, 0xC0 -	.2byte 0xC2A, 0xC8 -	.2byte 0xC2A, 0xE0 -	.2byte 0xC2A, 0xE8 -	.2byte 0x808, 0xAE -	.2byte 0x808, 0xAF | 
