summaryrefslogtreecommitdiff
path: root/src/intro.c
diff options
context:
space:
mode:
authorPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-07-07 18:46:40 -0400
committerPokeCodec <doremylover456@gmail.com>2020-07-07 20:06:49 -0400
commitf52ef63c2c28fb62febc862d4e67f0479f92b8f9 (patch)
tree00463b3a9343335ba75bc84c3660cedf9bba7b91 /src/intro.c
parent9dd26a6602dd21251eaf1b1210cb6b458fe9822c (diff)
Removed need for asm("")
The assembly for comparing r5 is lsr r5, r1, #0x18, so having that be a bool32 makes no sense. After I set r5 to the same type as i, and moved the variables to the top to prevent the cross jump optimization, I found the asm was no longer needed!
Diffstat (limited to 'src/intro.c')
0 files changed, 0 insertions, 0 deletions