mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Minor code+docs fixes
This commit is contained in:
parent
2deb46b3f3
commit
2ffbde764e
@ -1137,7 +1137,7 @@ Then edit [engine/battle/start_battle.asm](https://github.com/pret/pokecrystal/b
|
||||
xor a
|
||||
ldh [hMapAnims], a
|
||||
call DelayFrame
|
||||
- ld b, 6
|
||||
- ld b, PARTY_LENGTH
|
||||
- ld hl, wPartyMon1HP
|
||||
- ld de, PARTYMON_STRUCT_LENGTH - 1
|
||||
-
|
||||
|
@ -1091,7 +1091,7 @@ SGBBorder_MorePalPushing:
|
||||
jr nz, .loop
|
||||
ld bc, $140
|
||||
call CopyData
|
||||
ld bc, Start
|
||||
ld bc, $100
|
||||
call ClearBytes
|
||||
ld bc, 16 palettes
|
||||
call CopyData
|
||||
|
Loading…
Reference in New Issue
Block a user