You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Miscellaneous label and comment corrections
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Fish:
|
||||
; Using a fishing rod.
|
||||
; Fish for monsters with rod e in encounter group d.
|
||||
; Return monster e at level d.
|
||||
; Return monster d at level e.
|
||||
|
||||
push af
|
||||
push bc
|
||||
@@ -23,7 +23,7 @@ endr
|
||||
|
||||
.Fish:
|
||||
; Fish for monsters with rod b from encounter data in FishGroup at hl.
|
||||
; Return monster e at level d.
|
||||
; Return monster d at level e.
|
||||
|
||||
call Random
|
||||
cp [hl]
|
||||
|
||||
@@ -6,7 +6,7 @@ _PrintNum::
|
||||
; digits will be in front of the decimal point.
|
||||
; Some extra flags can be given in bits 5-7 of b.
|
||||
; Bit 5: money if set (unless left-aligned without leading zeros)
|
||||
; Bit 6: right-aligned if set
|
||||
; Bit 6: left-aligned if set
|
||||
; Bit 7: print leading zeros if set
|
||||
|
||||
push bc
|
||||
|
||||
@@ -132,7 +132,7 @@ rept NUM_MOVES + -1
|
||||
ld [hli], a
|
||||
endr
|
||||
ld [hl], a
|
||||
ld [wBuffer1], a
|
||||
ld [wEvolutionOldSpecies], a
|
||||
predef FillMoves
|
||||
|
||||
.next
|
||||
|
||||
Reference in New Issue
Block a user