summaryrefslogtreecommitdiff
path: root/engine/events
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/odd_egg.asm2
-rw-r--r--engine/events/std_scripts.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/events/odd_egg.asm b/engine/events/odd_egg.asm
index d6d8f344e..406d5242f 100644
--- a/engine/events/odd_egg.asm
+++ b/engine/events/odd_egg.asm
@@ -22,7 +22,7 @@ _GiveOddEgg:
jr z, .done
.not_done
- ; Break when [hRandom] <= de.
+ ; Break when the random word <= the next probability in de.
ldh a, [hRandomSub]
cp d
jr c, .done
diff --git a/engine/events/std_scripts.asm b/engine/events/std_scripts.asm
index 3112d40e2..edd596a24 100644
--- a/engine/events/std_scripts.asm
+++ b/engine/events/std_scripts.asm
@@ -14,7 +14,7 @@ StdScripts::
add_stdscript TownMapScript
add_stdscript WindowScript
add_stdscript TVScript
- add_stdscript HomepageScript
+ add_stdscript HomepageScript ; unused
add_stdscript Radio1Script
add_stdscript Radio2Script
add_stdscript TrashCanScript