diff options
author | YamaArashi <shadow962@live.com> | 2015-10-07 18:30:49 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-07 18:30:49 -0700 |
commit | 3d692070f797b740e4c9ff3229f3f94020d2ca9c (patch) | |
tree | 13cc524d8f878951195c859d6e0e11b3ff5a6994 /asm/data2.s | |
parent | dc8e2ebc1306b2bf268cd4a259005e1c9ec5d25c (diff) |
add menu cursor dimension data
Diffstat (limited to 'asm/data2.s')
-rw-r--r-- | asm/data2.s | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/asm/data2.s b/asm/data2.s index c28f270f3..5d7d8814a 100644 --- a/asm/data2.s +++ b/asm/data2.s @@ -111,4 +111,16 @@ gFontInfos: @ 82EA590 font_info Font8Func+1, 5, 8, 0, 0, 2, 3, 1 font_info 0, 8, 8, 0, 0, 1, 15, 2 - .incbin "base_emerald.gba", 0x2ea608 +gMenuCursorDimensions: @ 82EA608 + .byte 8, 12 + .byte 8, 15 + .byte 8, 14 + .byte 8, 14 + .byte 8, 14 + .byte 8, 14 + .byte 8, 16 + .byte 8, 15 + .byte 8, 8 + .byte 0, 0 + + .incbin "base_emerald.gba", 0x2ea61C |