mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Use '$' for hex, not '0x'
This commit is contained in:
parent
78d93a6246
commit
51bfd31ea8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user