Merge pull request #616 from Rangi42/master

Minor code+docs fixes
This commit is contained in:
Rangi 2019-03-14 18:56:39 -04:00 committed by GitHub
commit 179dc85ba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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
-

View File

@ -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