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

This commit is contained in:
Rangi 2022-07-21 19:59:10 -04:00
parent 78d93a6246
commit 51bfd31ea8

View File

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