Compare commits
5 Commits
GKNew
...
fix_credit
| Author | SHA1 | Date | |
|---|---|---|---|
| e11a5bd96a | |||
|
|
71ae68db77 | ||
|
|
fb35c96e11 | ||
|
|
758449b7b9 | ||
|
|
27a19ce299 |
@@ -36,8 +36,10 @@ SetDeathWorldChecked:
|
|||||||
JMP DoWorldFix
|
JMP DoWorldFix
|
||||||
|
|
||||||
.dungeon
|
.dungeon
|
||||||
|
LDA.l MosaicLevel : BNE .dontfix ; this is a sanc & quit
|
||||||
LDA.l Bugfix_PreAgaDWDungeonDeathToFakeDW : BNE .done ; if the bugfix is enabled, we do nothing on death in dungeon
|
LDA.l Bugfix_PreAgaDWDungeonDeathToFakeDW : BNE .done ; if the bugfix is enabled, we do nothing on death in dungeon
|
||||||
JMP DoWorldFix_skip_mirror_check
|
.dontfix
|
||||||
|
JMP DoWorldFix_skip_mirror_check
|
||||||
|
|
||||||
.pyramid
|
.pyramid
|
||||||
LDA.b #$40 : STA.l CurrentWorld ; set flag to dark world
|
LDA.b #$40 : STA.l CurrentWorld ; set flag to dark world
|
||||||
@@ -72,8 +74,10 @@ SetDeathWorldChecked_Inverted:
|
|||||||
JMP DoWorldFix
|
JMP DoWorldFix
|
||||||
|
|
||||||
.dungeon
|
.dungeon
|
||||||
|
LDA.l MosaicLevel : BNE .dontfix ; this is a sanc & quit
|
||||||
LDA.l Bugfix_PreAgaDWDungeonDeathToFakeDW : BNE .done ; if the bugfix is enabled, we do nothing on death in dungeon
|
LDA.l Bugfix_PreAgaDWDungeonDeathToFakeDW : BNE .done ; if the bugfix is enabled, we do nothing on death in dungeon
|
||||||
JMP DoWorldFix_Inverted_skip_mirror_check
|
.dontfix
|
||||||
|
JMP DoWorldFix_Inverted_skip_mirror_check
|
||||||
|
|
||||||
.castle
|
.castle
|
||||||
LDA.b #$00 : STA.l CurrentWorld ; set flag to dark world
|
LDA.b #$00 : STA.l CurrentWorld ; set flag to dark world
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.3 KiB |
@@ -503,6 +503,8 @@ CreditsLineBlank:
|
|||||||
|
|
||||||
%smallcredits("YOUR SPRITE BY", "yellow")
|
%smallcredits("YOUR SPRITE BY", "yellow")
|
||||||
|
|
||||||
|
%blankline()
|
||||||
|
|
||||||
%addarbline(YourSpriteCreditsHi)
|
%addarbline(YourSpriteCreditsHi)
|
||||||
%addarbline(YourSpriteCreditsLo)
|
%addarbline(YourSpriteCreditsLo)
|
||||||
|
|
||||||
@@ -539,6 +541,8 @@ CreditsLineBlank:
|
|||||||
if !FEATURE_PATREON_SUPPORTERS
|
if !FEATURE_PATREON_SUPPORTERS
|
||||||
%smallcredits("PATREON SUPPORTERS", "yellow")
|
%smallcredits("PATREON SUPPORTERS", "yellow")
|
||||||
|
|
||||||
|
%blankline()
|
||||||
|
|
||||||
%addarbline(PatronCredit1Hi)
|
%addarbline(PatronCredit1Hi)
|
||||||
%addarbline(PatronCredit1Lo)
|
%addarbline(PatronCredit1Lo)
|
||||||
|
|
||||||
@@ -609,8 +613,6 @@ endif
|
|||||||
%emptyline()
|
%emptyline()
|
||||||
%emptyline()
|
%emptyline()
|
||||||
%emptyline()
|
%emptyline()
|
||||||
%emptyline()
|
|
||||||
%emptyline()
|
|
||||||
|
|
||||||
if !FEATURE_PATREON_SUPPORTERS == 0
|
if !FEATURE_PATREON_SUPPORTERS == 0
|
||||||
%emptyline()
|
%emptyline()
|
||||||
@@ -624,6 +626,7 @@ if !FEATURE_PATREON_SUPPORTERS == 0
|
|||||||
%emptyline()
|
%emptyline()
|
||||||
%emptyline()
|
%emptyline()
|
||||||
%emptyline()
|
%emptyline()
|
||||||
|
%emptyline()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
;===================================================================================================
|
;===================================================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user