diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-02-16 18:41:05 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-02-16 18:41:05 -0600 |
commit | edc214732e28e264a3d54afc01a44c2307604703 (patch) | |
tree | 7d9a08dd31b2ea23dbf45cb779f28ede4e72572e /src/battle/battle_controller_player.c | |
parent | 18837b385535975044c14ed9a735833dc7d02126 (diff) |
finish decompiling debug code in slot_machine.c
Diffstat (limited to 'src/battle/battle_controller_player.c')
-rw-r--r-- | src/battle/battle_controller_player.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle/battle_controller_player.c b/src/battle/battle_controller_player.c index 16735018a..1824f9182 100644 --- a/src/battle/battle_controller_player.c +++ b/src/battle/battle_controller_player.c @@ -778,7 +778,7 @@ void sub_802C68C(void) for (i = 0; i < 64; i++) { if (gSprites[i].inUse) - count++; + count++; } ConvertIntToDecimalStringN(gDisplayedStringBattle, count, 2, 2); Text_InitWindowAndPrintText(&gUnknown_03004210, gDisplayedStringBattle, 0x122, 8, 0x39); @@ -788,7 +788,7 @@ void sub_802C68C(void) for (i = 0, count = 0; i < 32; i++) { if (gOamMatrixAllocBitmap & (1 << i)) - count++; + count++; } ConvertIntToDecimalStringN(gDisplayedStringBattle, count, 2, 2); Text_InitWindowAndPrintText(&gUnknown_03004210, gDisplayedStringBattle, 0x12A, 14, 0x39); |