shithub: pokecrystal

Download patch

ref: 51bfd31ea82dbe45220f791eabf1b5bd9edf2e0a
parent: 78d93a6246f6389f89c6363495ecf97b2fc79ea8
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Thu Jul 21 15:59:10 EDT 2022

Use '$' for hex, not '0x'

--- a/engine/events/odd_egg.asm
+++ b/engine/events/odd_egg.asm
@@ -1,8 +1,7 @@
 _GiveOddEgg:
 	; Figure out which egg to give.
 
-	; Compare a random word to
-	; probabilities out of 0xffff.
+	; Compare a random word to probabilities out of $ffff.
 	call Random
 	ld hl, OddEggProbabilities
 	ld c, 0