You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Sync documentation with code
This commit is contained in:
@@ -59,7 +59,8 @@ SelectRandomBugContestContestants: ; 139a8
|
||||
CheckBugContestContestantFlag: ; 139ed
|
||||
; Checks the flag of the Bug Catching Contestant whose index is loaded in a.
|
||||
|
||||
; Bug: If a >= NUM_BUG_CONTESTANTS when this is called, it will read beyond the table.
|
||||
; Bug: If a >= NUM_BUG_CONTESTANTS when this is called,
|
||||
; it will read beyond the table.
|
||||
|
||||
ld hl, BugCatchingContestantEventFlagTable
|
||||
ld e, a
|
||||
|
||||
@@ -417,7 +417,7 @@ PlacePartyMonEvoStoneCompatibility: ; 5022f
|
||||
ld l, a
|
||||
ld de, StringBuffer1
|
||||
ld a, BANK(EvosAttacks)
|
||||
ld bc, $a
|
||||
ld bc, 10
|
||||
call FarCopyBytes
|
||||
ld hl, StringBuffer1
|
||||
.loop2
|
||||
|
||||
Reference in New Issue
Block a user