diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-10-22 10:01:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 10:01:07 -0700 |
commit | 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc (patch) | |
tree | 0e40067d711c783ef97667f4a8256f38ab0d4b0a /data/data_810AC60.s | |
parent | 3f7ee3a806d965fae70fd98f2cd1af13a2e4cf0b (diff) |
Death by 74 files (#65)
* death by 74 files
* 20% reached
* doc move stuff in pokemon
* fix undef reference
* doc more and plumb a few more constanst for num party members and num moves
* that struct is def PokemonMove.. clean up all code with it
Diffstat (limited to 'data/data_810AC60.s')
-rw-r--r-- | data/data_810AC60.s | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/data/data_810AC60.s b/data/data_810AC60.s index e06bf9b..1629dba 100644 --- a/data/data_810AC60.s +++ b/data/data_810AC60.s @@ -77,21 +77,21 @@ gUnknown_810AC90: @ 810AC90 .byte 0x0F, 0x00, 0x00, 0x00 .byte 0x11, 0x00, 0x00, 0x00 - .global gUnknown_810ACB8 -gUnknown_810ACB8: @ 810ACB8 - .byte 0x4D, 0x01 + .global gFrenzyPlantIQReq +gFrenzyPlantIQReq: @ 810ACB8 + .2byte 333 - .global gUnknown_810ACBA -gUnknown_810ACBA: @ 810ACBA - .byte 0x4D, 0x01 + .global gHydroCannonIQReq +gHydroCannonIQReq: @ 810ACBA + .2byte 333 - .global gUnknown_810ACBC -gUnknown_810ACBC: @ 810ACBC - .byte 0x4D, 0x01 + .global gBlastBurnIQReq +gBlastBurnIQReq: @ 810ACBC + .2byte 333 - .global gUnknown_810ACBE -gUnknown_810ACBE: @ 810ACBE - .byte 0x4D, 0x01 + .global gVoltTackleIQReq +gVoltTackleIQReq: @ 810ACBE + .2byte 333 .global gUnknown_810ACC0 gUnknown_810ACC0: @ 810ACC0 |