From 51bfd31ea82dbe45220f791eabf1b5bd9edf2e0a Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 21 Jul 2022 19:59:10 -0400 Subject: [PATCH] Use '$' for hex, not '0x' --- engine/events/odd_egg.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/events/odd_egg.asm b/engine/events/odd_egg.asm index d8ef26a46..3321ad580 100644 --- 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