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:
|
_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
|
||||||
|
Loading…
Reference in New Issue
Block a user