diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-14 21:55:35 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-14 21:55:35 -0400 |
commit | 07080a6e5921f7844decac66ac36e2a5296ff778 (patch) | |
tree | 91ee5276494ed423b3c3cd1344a9d0444a418dee /include/asm.inc.h | |
parent | b3dc66655ec1f5ebc822424c2f8094de2bea70cc (diff) | |
parent | daf3212ee1f2e790441c6c4651559c8aee5472b2 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | 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 e087acd28..dcc6190cc 100644 --- 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); |