Skip to content

Commit

Permalink
fixed vulture dig
Browse files Browse the repository at this point in the history
  • Loading branch information
sporchia committed Jun 27, 2017
1 parent a45fb5f commit 4d89eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LTTP_RND_GeneralBugfixes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ org $3FFFFF ; <- 1FFFFF
db #$00 ; expand file to 2mb

org $1FFFF8 ; timestamp rom
dl #$20170620
dl #$20170626

;================================================================================

Expand Down
2 changes: 1 addition & 1 deletion tables.asm
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ org $308086 ; PC 0x180086
GanonAgahRNG:
db #$00 ; $00 = static rng, $01 = no extra blue balls/warps
;--------------------------------------------------------------------------------
org $308090 ; PC 0x180090 (0x40 bytes)
org $308100 ; PC 0x180100 (0x40 bytes)
ShovelSpawnTable:
db $B2 ; Gold Bee
db $D8, $D8, $D8 ; Single Heart
Expand Down

0 comments on commit 4d89eac

Please sign in to comment.