mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Miscellaneous label and comment corrections
This commit is contained in:
parent
69ea875eeb
commit
fbe2494dc2
@ -1,7 +1,7 @@
|
|||||||
Fish:
|
Fish:
|
||||||
; Using a fishing rod.
|
; Using a fishing rod.
|
||||||
; Fish for monsters with rod e in encounter group d.
|
; 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 af
|
||||||
push bc
|
push bc
|
||||||
@ -23,7 +23,7 @@ endr
|
|||||||
|
|
||||||
.Fish:
|
.Fish:
|
||||||
; Fish for monsters with rod b from encounter data in FishGroup at hl.
|
; 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
|
call Random
|
||||||
cp [hl]
|
cp [hl]
|
||||||
|
@ -6,7 +6,7 @@ _PrintNum::
|
|||||||
; digits will be in front of the decimal point.
|
; digits will be in front of the decimal point.
|
||||||
; Some extra flags can be given in bits 5-7 of b.
|
; Some extra flags can be given in bits 5-7 of b.
|
||||||
; Bit 5: money if set (unless left-aligned without leading zeros)
|
; 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
|
; Bit 7: print leading zeros if set
|
||||||
|
|
||||||
push bc
|
push bc
|
||||||
|
@ -132,7 +132,7 @@ rept NUM_MOVES + -1
|
|||||||
ld [hli], a
|
ld [hli], a
|
||||||
endr
|
endr
|
||||||
ld [hl], a
|
ld [hl], a
|
||||||
ld [wBuffer1], a
|
ld [wEvolutionOldSpecies], a
|
||||||
predef FillMoves
|
predef FillMoves
|
||||||
|
|
||||||
.next
|
.next
|
||||||
|
@ -54,13 +54,13 @@ BillsMomScript:
|
|||||||
opentext
|
opentext
|
||||||
checkevent EVENT_MET_BILL
|
checkevent EVENT_MET_BILL
|
||||||
iffalse .HaventMetBill
|
iffalse .HaventMetBill
|
||||||
writetext BillsPopText
|
writetext BillsMomText_BeforeEcruteak
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.HaventMetBill:
|
.HaventMetBill:
|
||||||
writetext BillsMomText
|
writetext BillsMomText_AfterEcruteak
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
@ -175,7 +175,7 @@ BillPopWontWorkText:
|
|||||||
line "a real headache…"
|
line "a real headache…"
|
||||||
done
|
done
|
||||||
|
|
||||||
BillsPopText:
|
BillsMomText_BeforeEcruteak:
|
||||||
text "Oh, you collect"
|
text "Oh, you collect"
|
||||||
line "#MON? My son"
|
line "#MON? My son"
|
||||||
cont "BILL is an expert."
|
cont "BILL is an expert."
|
||||||
@ -193,7 +193,7 @@ BillsPopText:
|
|||||||
line "being called…"
|
line "being called…"
|
||||||
done
|
done
|
||||||
|
|
||||||
BillsMomText:
|
BillsMomText_AfterEcruteak:
|
||||||
text "My husband was"
|
text "My husband was"
|
||||||
line "once known as a"
|
line "once known as a"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user