summaryrefslogtreecommitdiff
path: root/src/player_pc.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-05-05 13:03:12 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-05-05 13:03:12 -0400
commitd343d1f19a74657489d987dbd97b84e7389ae295 (patch)
tree2e47b11231a68494c5146a32b2a90685cc850a13 /src/player_pc.c
parentac4ca95a7bcf05482add953aafa081df824fc954 (diff)
parent6b5f5b95bdac53ab4abd93302897d02118738561 (diff)
whitespace was released outside. Bye-bye, whitespace!
Diffstat (limited to 'src/player_pc.c')
-rw-r--r--src/player_pc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player_pc.c b/src/player_pc.c
index 1096adc5c..02a2dc1a2 100644
--- a/src/player_pc.c
+++ b/src/player_pc.c
@@ -701,10 +701,10 @@ void sub_813AA30(u8 taskId, u8 arg)
sub_813AD58(gSaveBlock1.pcItems[var].itemId);
}
- /*
+ /*
THEORY: This check produces essentially dead code, but it might have been working in an earlier build
in which case it allows a programmer to easily duplicate items without the use of a debug menu.
- With the removal of a lot of the debug menus close to release, a programmer may have added this to
+ With the removal of a lot of the debug menus close to release, a programmer may have added this to
help test things with a low key (such as planting a lot of duplicated berries, which requires this lazy "cheat")
without bringing the relevent debug menus back. The commented out line is intentionally left in below to show
what it may have looked like.