diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-10 19:26:38 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-10 19:26:38 -0500 |
commit | f3317cbc11100bc79bb1d8e0d8dd40e7ed98ca74 (patch) | |
tree | b0bdda1685a148073a770bc85d81ed988f3da6a6 | |
parent | 705f61a7a6d83f19129973bdee655d1303ad8618 (diff) |
dumped some friend area warp scripts
-rw-r--r-- | data/data_80B9BB8.s | 44 |
1 files changed, 36 insertions, 8 deletions
diff --git a/data/data_80B9BB8.s b/data/data_80B9BB8.s index 2de7b3e..42a1447 100644 --- a/data/data_80B9BB8.s +++ b/data/data_80B9BB8.s @@ -1381,20 +1381,48 @@ gUnknown_80DCA2C: @ 80DCA2C .include "data/text/luminous_cave.inc" .global gUnknown_80DD148 -gUnknown_80DD148: @ 80DD148 - .incbin "baserom.gba", 0xDD148, 0x18 +gUnknown_80DD148: @ 80DD148 (default friend area warp script) + .byte 0x00, 0x00, 0x00, 0x00 + + .byte 0x03, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .byte 0x00, 0x00, 0x00, 0x00 .global gUnknown_80DD160 -gUnknown_80DD160: @ 80DD160 - .incbin "baserom.gba", 0xDD160, 0x18 +gUnknown_80DD160: @ 80DD160 (Another friend area warp script) + .byte 0x00, 0x00, 0x00, 0x00 + + .byte 0x03, 0x00, 0x00, 0x00 + .byte 0x13, 0x00, 0x04, 0x00 + .byte 0x08, 0x00, 0x03, 0x00 + .byte 0x03, 0x00, 0x00, 0x00 + + .byte 0x00, 0x00, 0x00, 0x00 .global gUnknown_80DD178 -gUnknown_80DD178: @ 80DD178 - .incbin "baserom.gba", 0xDD178, 0x18 +gUnknown_80DD178: @ 80DD178 (Another friend area warp script) + .byte 0x00, 0x00, 0x00, 0x00 + + .byte 0x03, 0x00, 0x00, 0x00 + .byte 0x14, 0x00, 0x04, 0x00 + .byte 0x06, 0x00, 0x03, 0x00 + .byte 0x03, 0x00, 0x00, 0x00 + + .byte 0x00, 0x00, 0x00, 0x00 .global gUnknown_80DD190 -gUnknown_80DD190: @ 80DD190 - .incbin "baserom.gba", 0xDD190, 0x18 +gUnknown_80DD190: @ 80DD190 (seems to be Friend Area Warp Script) + .byte 0x00, 0x00, 0x00, 0x00 + + .byte 0x03, 0x00, 0x00, 0x00 + .byte 0x02, 0x00, 0x11, 0x00 + .byte 0x1A, 0x00, 0x02, 0x00 + .byte 0x02, 0x00, 0x00, 0x00 + + .byte 0x00, 0x00, 0x00, 0x00 .global gUnknown_80DD1A8 gUnknown_80DD1A8: @ 80DD1A8 |