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:
@@ -415,7 +415,6 @@ PopulateDecoCategoryMenu:
|
||||
dbw 0, 0
|
||||
dbw 0, 0
|
||||
|
||||
|
||||
GetDecorationData:
|
||||
ld hl, DecorationAttributes
|
||||
ld bc, 6
|
||||
@@ -466,7 +465,6 @@ DoDecorationAction2:
|
||||
dw DecoAction_setupornament
|
||||
dw DecoAction_putawayornament
|
||||
|
||||
|
||||
GetDecorationFlag:
|
||||
call GetDecorationData
|
||||
ld de, 3 ; event flag
|
||||
@@ -515,7 +513,6 @@ GetDecoName:
|
||||
dw .doll
|
||||
dw .bigdoll
|
||||
|
||||
|
||||
.invalid
|
||||
ret
|
||||
|
||||
@@ -922,7 +919,6 @@ DecorationFlagAction_c:
|
||||
ld a, c
|
||||
jp DecorationFlagAction
|
||||
|
||||
|
||||
GetDecorationName_c:
|
||||
ld a, c
|
||||
call GetDecorationID
|
||||
@@ -932,7 +928,6 @@ GetDecorationName_c:
|
||||
pop de
|
||||
ret
|
||||
|
||||
|
||||
SetSpecificDecorationFlag:
|
||||
ld a, c
|
||||
call GetDecorationID
|
||||
|
||||
Reference in New Issue
Block a user