This commit is contained in:
Karkat
2017-10-08 23:08:15 -04:00
3 changed files with 7 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ DrawDungeonCompassCounts:
LDA $7EF438 : AND.w #$00F0 : LSR #4 LDA $7EF438 : AND.w #$00F0 : LSR #4
BRA ++ BRA ++
+ : CMP.w #$0014 : BNE + ; Tower of Hera + : CMP.w #$0014 : BNE + ; Tower of Hera
LDA $7EF435 : AND.w #$001C : LSR #5 LDA $7EF435 : AND.w #$001C : LSR #2
BRA ++ BRA ++
+ : CMP.w #$0016 : BNE + ; Thieves' Town + : CMP.w #$0016 : BNE + ; Thieves' Town
LDA $7EF437 : AND.w #$000F LDA $7EF437 : AND.w #$000F
@@ -50,7 +50,7 @@ DrawDungeonCompassCounts:
LDA $7EF439 : AND.w #$00F0 : LSR #4 LDA $7EF439 : AND.w #$00F0 : LSR #4
BRA ++ BRA ++
+ : CMP.w #$001A : BNE + ; Ganon's Tower + : CMP.w #$001A : BNE + ; Ganon's Tower
LDA $7EF436 : AND.w #$00F8 : LSR #5 LDA $7EF436 : AND.w #$00F8 : LSR #3
BRA ++ BRA ++
+ : ++ + : ++
JSL.l HexToDec JSL.l HexToDec

View File

@@ -1,4 +1,4 @@
Copyright 2016, 2017 ALT Computer Solutions Copyright 2016, 2017 Equilateral IT
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

View File

@@ -275,6 +275,7 @@ AddReceivedItemExpandedGetItem:
AND #$0F : CMP #$08 : !BGE ++ AND #$0F : CMP #$08 : !BGE ++
%ValueShift() %ValueShift()
ORA $7EF368 : STA $7EF368 ; Map 1 ORA $7EF368 : STA $7EF368 ; Map 1
BRL .done
++ ++
!SUB #$08 !SUB #$08
%ValueShift() %ValueShift()
@@ -285,6 +286,7 @@ AddReceivedItemExpandedGetItem:
AND #$0F : CMP #$08 : !BGE ++ AND #$0F : CMP #$08 : !BGE ++
%ValueShift() %ValueShift()
ORA $7EF364 : STA $7EF364 ; Compass 1 ORA $7EF364 : STA $7EF364 ; Compass 1
BRL .done
++ ++
!SUB #$08 !SUB #$08
%ValueShift() %ValueShift()
@@ -295,6 +297,7 @@ AddReceivedItemExpandedGetItem:
AND #$0F : CMP #$08 : !BGE ++ AND #$0F : CMP #$08 : !BGE ++
%ValueShift() %ValueShift()
ORA $7EF366 : STA $7EF366 ; Big Key 1 ORA $7EF366 : STA $7EF366 ; Big Key 1
BRL .done
++ ++
!SUB #$08 !SUB #$08
%ValueShift() %ValueShift()