sub_8146288
This commit is contained in:
+13
-3
@@ -3,14 +3,24 @@
|
||||
|
||||
.section .rodata
|
||||
|
||||
.macro window_template bg, left, top, width, height, pal, baseTile
|
||||
.byte \bg, \left, \top, \width, \height, \pal
|
||||
.2byte \baseTile
|
||||
.endm
|
||||
|
||||
gUnknown_8468038:: @ 8468038
|
||||
.incbin "baserom.gba", 0x468038, 0x8
|
||||
.byte 0x00, 0x02, 0x03
|
||||
.byte 0x00, 0x01, 0x02
|
||||
|
||||
.align 2
|
||||
gUnknown_8468040:: @ 8468040
|
||||
.incbin "baserom.gba", 0x468040, 0x10
|
||||
window_template 0x00, 0x01, 0x00, 0x1c, 0x03, 0x0f, 0x0000
|
||||
window_template 0x02, 0x01, 0x03, 0x1c, 0x14, 0x0f, 0x0000
|
||||
|
||||
.align 2
|
||||
gUnknown_8468050:: @ 8468050
|
||||
.incbin "baserom.gba", 0x468050, 0x10
|
||||
.byte 0x02, 0xe8, 0x18, 0x03, 0xe8, 0x98
|
||||
.2byte 0x0000, 0x0002, 0x1000, 0x1000, 0x0000
|
||||
|
||||
gUnknown_8468060::
|
||||
.incbin "baserom.gba", 0x468060, 0x20
|
||||
|
||||
Reference in New Issue
Block a user