diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-28 23:00:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-28 23:00:59 -0600 |
commit | edf909be4da55a435bf81f96ffcbd156b2120562 (patch) | |
tree | 7bbce0d40ce8c714e793ef22f3a7c125f9ff3fbd /data | |
parent | 6512ebff67e163a5a6c0f5e19847e2a4dda19ad1 (diff) | |
parent | ea10f7b7bd6957312b9b0dfa371761c5936bc80a (diff) |
Merge pull request #91 from AnonymousRandomPerson/master
More item AI decomp
Diffstat (limited to 'data')
-rw-r--r-- | data/data_80F4278.s | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/data/data_80F4278.s b/data/data_80F4278.s index 339464f..007c860 100644 --- a/data/data_80F4278.s +++ b/data/data_80F4278.s @@ -34,7 +34,14 @@ gUnknown_80F4426: @ 80F4426 .global gAdjacentTileOffsets gAdjacentTileOffsets: @ 80F4448 @ replacing .incbin "baserom.gba", 0x000f4448, 0x20 - .byte 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0x01, 0x00 + .2byte 0, 1 + .2byte 1, 1 + .2byte 1, 0 + .2byte 1, -1 + .2byte 0, -1 + .2byte -1, -1 + .2byte -1, 0 + .2byte -1, 1 .global gUnknown_80F4468 gUnknown_80F4468: @ 80F4468 |