diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-14 21:59:09 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-14 21:59:09 -0400 |
commit | 8219bb53d59c426de31c43ec3a045b61d7108798 (patch) | |
tree | 4df07e04c1271bcd5073c3ef268378c57458ebee /include/asm.inc.h | |
parent | fb18a31ae9174cb040255bad900c2df3f94e41ac (diff) | |
parent | daf3212ee1f2e790441c6c4651559c8aee5472b2 (diff) |
Merge branch 'master' of github.com:pret/pokeruby
Diffstat (limited to 'include/asm.inc.h')
-rwxr-xr-x | include/asm.inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 3837af64b..1a5e9447f 100755 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -24,7 +24,7 @@ void sub_802E3E4(u8, int); void nullsub_8(u8); // asm/battle_7.o -void sub_8032AA8(u8 index, int i); +void sub_8032AA8(u8, u8); // src/pokemon_3.o u16 SpeciesToNationalPokedexNum(u16); |