You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Fix triple newlines left over from removing address comments
This commit is contained in:
@@ -112,7 +112,6 @@ StatsScreenPointerTable:
|
||||
dw MonStatsJoypad
|
||||
dw StatsScreen_Exit
|
||||
|
||||
|
||||
StatsScreen_WaitAnim:
|
||||
ld hl, wcf64
|
||||
bit 6, [hl]
|
||||
@@ -174,7 +173,6 @@ EggStatsInit:
|
||||
ld [wJumptableIndex], a
|
||||
ret
|
||||
|
||||
|
||||
EggStatsJoypad:
|
||||
call StatsScreen_GetJoypad
|
||||
jr nc, .check
|
||||
@@ -783,7 +781,6 @@ IDNoString:
|
||||
OTString:
|
||||
db "OT/@"
|
||||
|
||||
|
||||
StatsScreen_PlaceFrontpic:
|
||||
ld hl, wTempMonDVs
|
||||
predef GetUnownLetter
|
||||
@@ -1029,7 +1026,6 @@ EggALotMoreTimeString:
|
||||
next "lot more time to"
|
||||
next "hatch.@"
|
||||
|
||||
|
||||
StatsScreen_AnimateEgg:
|
||||
call StatsScreen_GetAnimationParam
|
||||
ret nc
|
||||
@@ -1126,7 +1122,6 @@ GetNicknamePointer:
|
||||
ld a, [wCurPartyMon]
|
||||
jp SkipNames
|
||||
|
||||
|
||||
CheckFaintedFrzSlp:
|
||||
ld hl, MON_HP
|
||||
add hl, bc
|
||||
|
||||
Reference in New Issue
Block a user