diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-16 08:47:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-16 08:47:35 -0400 |
commit | 96a39a14bd99d7100246bac68a9965e55ab1e34a (patch) | |
tree | 1b5493034d8be68a7b8315c0da312413af85be8c /src/trainer_tower.c | |
parent | 53b950019aca8896d70c4d5e4f9e2a1d5143e489 (diff) | |
parent | 7e238443712a68188d0ca0fcee75dc273f8dcb70 (diff) |
Merge pull request #81 from pret/battle_records
Battle records
Diffstat (limited to 'src/trainer_tower.c')
-rw-r--r-- | src/trainer_tower.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/trainer_tower.c b/src/trainer_tower.c index b7b9c096d..6ef7157af 100644 --- a/src/trainer_tower.c +++ b/src/trainer_tower.c @@ -566,10 +566,10 @@ void sub_815D8C8(void) } } -void sub_815D8F8(void) // fakematching +void sub_815D8F8(void) { u8 i; - register u32 found_map asm("r4") = 0xFF; + u8 found_map = 0xFF; for (i = 0; i < 15; i++) { if (gUnknown_8479D34[i].mapGroup == gSaveBlock1Ptr->location.mapGroup && gUnknown_8479D34[i].mapNum == gSaveBlock1Ptr->location.mapNum) @@ -1425,7 +1425,7 @@ void sub_815EC0C(void) } } -void sub_815EC8C(void) +void PrintTrainerTowerRecords(void) { s32 i; u8 windowId = 0; |