diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-03-23 12:11:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 12:11:10 -0500 |
commit | 2fd4f339b42c010191c199772b09ac34c580de94 (patch) | |
tree | e562899f35861ece70c292602fe6aac2f50906bf /data/data_810AC60.s | |
parent | 7b142311a7294c4c7a943870fa5f24f0fbea604a (diff) |
Miscellaneous Work (Again) (#31)
* move some personality data from asm to C
* combine personality_test files and add my close attempt at RedrawPartnerSelectionMenu
* decomp some more wonder mail funcs and label some more data
* lots of data splitting and move some to src
* split out more dungeon data
* continue splitting out more dungeon data
* doc rescue team rank/pts funcs/data and exclusive pokemon ewram
* doc more sound things and decomp a func
* decomp LoadTeamRankBadge and label some data members
* split out rescue team and text util stuff
* forgot a constant
* match a few funcs and clean up a few
* cleaned up sub_80A28B4
Diffstat (limited to 'data/data_810AC60.s')
-rw-r--r-- | data/data_810AC60.s | 116 |
1 files changed, 116 insertions, 0 deletions
diff --git a/data/data_810AC60.s b/data/data_810AC60.s new file mode 100644 index 0000000..e06bf9b --- /dev/null +++ b/data/data_810AC60.s @@ -0,0 +1,116 @@ + .section .rodata + + .global gUnknown_810AC60 +gUnknown_810AC60: @ 810AC60 + .byte 0x0C, 0x00 + + .global gUnknown_810AC62 +gUnknown_810AC62: @ 810AC62 + .byte 0x0C, 0x00 + + .global gUnknown_810AC64 +gUnknown_810AC64: @ 810AC64 + .byte 0x08, 0x00 + + .global gUnknown_810AC66 +gUnknown_810AC66: @ 810AC66 + .byte 0x08, 0x00 + + .global gUnknown_810AC68 +gUnknown_810AC68: @ 810AC68 + .byte 0x08, 0x00 + + .global gUnknown_810AC6A +gUnknown_810AC6A: @ 810AC6A + .byte 0x00 + .byte 0x0E + .byte 0x03 + .byte 0x04 + .byte 0x0C + .byte 0x09 + .byte 0x02 + .byte 0x0E + .byte 0x11 + .byte 0x0A + .byte 0x0D + .byte 0x10 + .byte 0x08 + .byte 0x07 + .byte 0x01 + .byte 0x11 + .byte 0x10 + .byte 0x05 + + .global gUnknown_810AC7C +gUnknown_810AC7C: @ 810AC7C + .byte 0x01 + .byte 0x01 + .byte 0x00 + .byte 0x00 + .byte 0x00 + .byte 0x00 + .byte 0x00 + .byte 0x01 + .byte 0x01 + .byte 0x01 + .byte 0x01 + .byte 0x00 + .byte 0x01 + .byte 0x01 + .byte 0x01 + .byte 0x00 + .byte 0x00 + .byte 0x01 + .byte 0x00 + .byte 0x00 + + .global gUnknown_810AC90 +gUnknown_810AC90: @ 810AC90 + .byte 0x02, 0x00, 0x00, 0x00 + .byte 0x04, 0x00, 0x00, 0x00 + .byte 0x06, 0x00, 0x00, 0x00 + .byte 0x07, 0x00, 0x00, 0x00 + .byte 0x08, 0x00, 0x00, 0x00 + .byte 0x09, 0x00, 0x00, 0x00 + .byte 0x0A, 0x00, 0x00, 0x00 + .byte 0x0D, 0x00, 0x00, 0x00 + .byte 0x0F, 0x00, 0x00, 0x00 + .byte 0x11, 0x00, 0x00, 0x00 + + .global gUnknown_810ACB8 +gUnknown_810ACB8: @ 810ACB8 + .byte 0x4D, 0x01 + + .global gUnknown_810ACBA +gUnknown_810ACBA: @ 810ACBA + .byte 0x4D, 0x01 + + .global gUnknown_810ACBC +gUnknown_810ACBC: @ 810ACBC + .byte 0x4D, 0x01 + + .global gUnknown_810ACBE +gUnknown_810ACBE: @ 810ACBE + .byte 0x4D, 0x01 + + .global gUnknown_810ACC0 +gUnknown_810ACC0: @ 810ACC0 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x02, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x02 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x01, 0x00 + .byte 0x01, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x01 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x01, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 |