5 Commits

Author SHA1 Message Date
e11a5bd96a Fix credits spacing 2025-01-01 14:58:55 -06:00
Lexi Rose
71ae68db77 Merge pull request #221 from aerinon/SancAndQuitFix
fix: sanc & quit fix
2024-10-25 14:16:06 -05:00
aerinon
fb35c96e11 fix: sanc & quit fix 2024-10-25 12:45:44 -06:00
Lexi Rose
758449b7b9 Merge pull request #220 from spannerisms/real
tourney stuff
2024-10-11 09:18:05 -07:00
spannerisms
27a19ce299 tourney stuff 2024-10-10 23:33:20 -04:00
4 changed files with 11 additions and 4 deletions

View File

@@ -36,8 +36,10 @@ SetDeathWorldChecked:
JMP DoWorldFix
.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
JMP DoWorldFix_skip_mirror_check
.dontfix
JMP DoWorldFix_skip_mirror_check
.pyramid
LDA.b #$40 : STA.l CurrentWorld ; set flag to dark world
@@ -72,8 +74,10 @@ SetDeathWorldChecked_Inverted:
JMP DoWorldFix
.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
JMP DoWorldFix_Inverted_skip_mirror_check
.dontfix
JMP DoWorldFix_Inverted_skip_mirror_check
.castle
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

View File

@@ -503,6 +503,8 @@ CreditsLineBlank:
%smallcredits("YOUR SPRITE BY", "yellow")
%blankline()
%addarbline(YourSpriteCreditsHi)
%addarbline(YourSpriteCreditsLo)
@@ -539,6 +541,8 @@ CreditsLineBlank:
if !FEATURE_PATREON_SUPPORTERS
%smallcredits("PATREON SUPPORTERS", "yellow")
%blankline()
%addarbline(PatronCredit1Hi)
%addarbline(PatronCredit1Lo)
@@ -609,8 +613,6 @@ endif
%emptyline()
%emptyline()
%emptyline()
%emptyline()
%emptyline()
if !FEATURE_PATREON_SUPPORTERS == 0
%emptyline()
@@ -624,6 +626,7 @@ if !FEATURE_PATREON_SUPPORTERS == 0
%emptyline()
%emptyline()
%emptyline()
%emptyline()
endif
;===================================================================================================