Merge pull request #95 from CaitSith2/fix_aga_tower_compass

Fix Agahnim Tower compass counter
This commit is contained in:
KatDevsGames
2021-02-18 17:31:12 -06:00
committed by GitHub

View File

@@ -67,7 +67,7 @@ CompassCount_Desert:
CompassCount_Agah:
%DrawConstantNumber(0,2)
SEP #$20
LDA $7EF435 : AND.b #$02
LDA $7EF435 : AND.b #$03
JMP DrawDungeonCompassCounts_return_spot
CompassCount_Swamp: