diff options
author | YamaArashi <shadow962@live.com> | 2016-08-02 01:08:24 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-08-02 01:08:24 -0700 |
commit | 8e9be655ef431c6f3af4ae1d9b11051f4b81b1a1 (patch) | |
tree | 9db4fb5f2b7cb21cf3f0c0d8525131fa1c47c033 /data | |
parent | 9414e390a498949ee9a55e506429bdce4598b8d1 (diff) |
bit table
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/data/data2.s b/data/data2.s index d66b59b3a..45272e6a0 100644 --- a/data/data2.s +++ b/data/data2.s @@ -1765,8 +1765,40 @@ gUnknown_08208337:: @ 8208337 @ 82085C4 .include "data/sine_degree_table.s" -gUnknown_0820872C:: @ 820872C - .incbin "baserom.gba", 0x0020872c, 0x80 + .align 2 +gBitTable:: @ 820872C + .4byte 0x00000001 + .4byte 0x00000002 + .4byte 0x00000004 + .4byte 0x00000008 + .4byte 0x00000010 + .4byte 0x00000020 + .4byte 0x00000040 + .4byte 0x00000080 + .4byte 0x00000100 + .4byte 0x00000200 + .4byte 0x00000400 + .4byte 0x00000800 + .4byte 0x00001000 + .4byte 0x00002000 + .4byte 0x00004000 + .4byte 0x00008000 + .4byte 0x00010000 + .4byte 0x00020000 + .4byte 0x00040000 + .4byte 0x00080000 + .4byte 0x00100000 + .4byte 0x00200000 + .4byte 0x00400000 + .4byte 0x00800000 + .4byte 0x01000000 + .4byte 0x02000000 + .4byte 0x04000000 + .4byte 0x08000000 + .4byte 0x10000000 + .4byte 0x20000000 + .4byte 0x40000000 + .4byte 0x80000000 .align 2 gSpriteTemplate_82087AC:: @ 82087AC |