diff options
author | YamaArashi <shadow962@live.com> | 2016-05-30 20:58:08 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-05-30 20:58:08 -0700 |
commit | ffd70ca9ebc62ba39347dad743eda44b29dc4a65 (patch) | |
tree | 388d0e6ee919bda1dd07de67a75daa26ed95424d /data | |
parent | ac652715b04df69f49199b5978fbe70c4402fcf9 (diff) |
combo starter lookup table
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/data/data2.s b/data/data2.s index 95dc46851..b62b047b2 100644 --- a/data/data2.s +++ b/data/data2.s @@ -4370,10 +4370,16 @@ gUnknown_083CF58C: @ 83CF58C @ 83D00AC .include "data/contest_effects.s" - .global gUnknown_083D016C -gUnknown_083D016C: @ 83D016C - .incbin "baserom.gba", 0x003d016c, 0x40 +@ A lookup table with TRUE for each combo starter ID and FALSE for ID 0, +@ which means "not a combo starter move". + .global gComboStarterLookupTable +gComboStarterLookupTable: @ 83D016C + .byte FALSE + .rept 62 + .byte TRUE + .endr + .align 2 .global gUnknown_083D01AC gUnknown_083D01AC: @ 83D01AC .incbin "baserom.gba", 0x003d01ac, 0xc0 |