diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-06 18:43:10 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-06 18:43:10 -0400 |
commit | dbb001d594a6956bd099870ea116b9321761b5a3 (patch) | |
tree | 5dd43e6c4b2fb7f4bfc08ee92ded660de56e15bd | |
parent | 7f63cdfe25fad0761aec347b1260ec3c1d63f109 (diff) |
Disassemble some pointers
-rw-r--r-- | data/data_8468C98.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/data_8468C98.s b/data/data_8468C98.s index 828932cc6..cf1e51529 100644 --- a/data/data_8468C98.s +++ b/data/data_8468C98.s @@ -17,7 +17,10 @@ gUnknown_846B494:: @ 846B494 .incbin "baserom.gba", 0x46B494, 0x18 gUnknown_846B4AC:: @ 846B4AC - .incbin "baserom.gba", 0x46B4AC, 0x10 + @ This is a 2D array with one row. + @ Why this was done this way is beyond me. + @ The data that follow this row are not at all function pointers. + .4byte sub_81477C0, sub_814784C, sub_81479D4, sub_8147A34 gUnknown_846B4BC:: @ 846B4BC .incbin "baserom.gba", 0x46B4BC, 0x190 |