diff options
Diffstat (limited to 'engine/events')
-rw-r--r-- | engine/events/treemons.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/treemons.asm b/engine/events/treemons.asm index c02884ce3..d3c0b672a 100644 --- a/engine/events/treemons.asm +++ b/engine/events/treemons.asm @@ -259,7 +259,7 @@ GetTreeScore: ld b, 2 call Divide - ldh a, [hQuotient + 3] + ldh a, [hRemainder] ret .OTIDScore: @@ -271,5 +271,5 @@ GetTreeScore: ldh [hDivisor], a ld b, 2 call Divide - ldh a, [hQuotient + 3] + ldh a, [hRemainder] ret |