WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1726,7 +1726,7 @@ AnimationMinimizeMon:
17261726 ld bc , ( 7 * 7 ) tiles
17271727 call FillMemory
17281728 pop hl
1729- ld de , 7 * 3 tiles + 4 tiles + 4
1729+ ld de , ( 7 * 3 + 4 ) tiles + TILE_SIZE / 4
17301730 add hl , de
17311731 ld de , MinimizedMonSprite
17321732 ld c , MinimizedMonSpriteEnd - MinimizedMonSprite
@@ -1971,7 +1971,7 @@ AnimationSubstitute:
19711971 jp AnimationShowMonPic
19721972
19731973CopyMonsterSpriteData:
1974- ld bc , 1 tiles
1974+ ld bc , TILE_SIZE
19751975 ld a , BANK(MonsterSprite)
19761976 jp FarCopyData2
19771977
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ DisplayDiploma::
1111 call DisableLCD
1212 ld hl , CircleTile
1313 ld de , vChars2 tile CIRCLE_TILE_ID
14- ld bc , 1 tiles
14+ ld bc , TILE_SIZE
1515 ld a , BANK(CircleTile)
1616 call FarCopyData2
1717 hlcoord 0 , 0
Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ DrawTrainerInfo:
511511 ld de , 13 tiles
512512 add hl , de ; hl = colon tile pattern
513513 ld de , vChars1 tile $ 56
514- ld bc , 1 tiles
514+ ld bc , TILE_SIZE
515515 ld a , BANK(TextBoxGraphics)
516516 push bc
517517 call FarCopyData2
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ HallOfFamePC:
1111 ld bc , ( $ 20 tiles) / 2
1212 call ZeroMemory
1313 ld hl , vChars2 tile $ 7e
14- ld bc , 1 tiles
14+ ld bc , TILE_SIZE
1515 ld a , $ ff ; solid black
1616 call FillMemory
1717 hlcoord 0 , 0
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ LoadSmokeTileFourTimes::
7070 push hl
7171 call LoadSmokeTile
7272 pop hl
73- ld bc , 1 tiles
73+ ld bc , TILE_SIZE
7474 add hl , bc
7575 pop bc
7676 dec c
You can’t perform that action at this time.
0 commit comments