summaryrefslogtreecommitdiff
path: root/progress.py
diff options
context:
space:
mode:
authorCoderStig <79828759+CoderStig@users.noreply.github.com>2021-11-28 15:42:03 -0700
committerGitHub <noreply@github.com>2021-11-28 15:42:03 -0700
commit632512ada9c7571f7babb52af56cf9045e545ae0 (patch)
tree42886ccad52e0bb460d199271cac9758dcb0b95b /progress.py
parent73877245091fe36c5cc43a8cf08be058a713dd89 (diff)
Imported funcs from sm64 to code_80004740.c and trig_tables.inc.c (#68)
* fixed float issue brought over from zeldaret * Import trig_tables.inc.c * Delete game_data_802BA370.s * Import two funcs from sm64 into code_80004740.c
Diffstat (limited to 'progress.py')
-rw-r--r--progress.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/progress.py b/progress.py
index c701a7f77..768c16d90 100644
--- a/progress.py
+++ b/progress.py
@@ -221,7 +221,7 @@ mainSegPct = 100 * mainSeg / mainSeg_size
seg2Pct = 100 * seg2 / seg2_size
seg3Pct = 100 * seg3 / seg3_size
-bytesPerHeartPiece = text_size / 80
+bytesPerHeartPiece = text_size // 80
#if args.format == 'csv':
# version = 1