diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-09-29 17:41:45 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-09-29 17:41:45 -0500 |
commit | 3ced50a9e89c4e4e8bcabcbcda1543186e3647e5 (patch) | |
tree | dbac9c14be9f32c0c87446fa8674e1af665ef012 | |
parent | 6f22bf385d5aa603ec606610d2d2b1f47f500fb0 (diff) |
Extract baseroms from item_use
-rw-r--r-- | data/item_use.s | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/data/item_use.s b/data/item_use.s index ca0dbbb54..d9bcc44f6 100644 --- a/data/item_use.s +++ b/data/item_use.s @@ -5,11 +5,17 @@ .section .rodata .align 2, 0 + .align 2 gUnknown_085920D8:: @ 85920D8 - .incbin "baserom.gba", 0x5920d8, 0xc + .4byte sub_81B617C + .4byte c2_exit_to_overworld_2_switch + .4byte NULL + .align 2 gUnknown_085920E4:: @ 85920E4 - .incbin "baserom.gba", 0x5920e4, 0x4 + .byte 0x02, 0x04, 0x01, 0x03 + .align 2 gUnknown_085920E8:: @ 85920E8 - .incbin "baserom.gba", 0x5920e8, 0x8 + .4byte sub_80FE03C + .4byte bag_menu_inits_lists_menu |