Allow 4 unique signs in each large OW screen

This commit is contained in:
Kevin Cathcart
2019-08-20 20:08:34 -04:00
parent 81807861ce
commit 7ba136ee10
3 changed files with 36 additions and 5 deletions

View File

@@ -530,25 +530,30 @@ Music_GTower:
db $16
;--------------------------------------------------------------------------------
; OWG EDM bridge sign text pointer (Message id of the map05)
; OWG EDM bridge sign text pointer (Message id of the upper left of map05 = map05)
;--------------------------------------------------------------------------------
org $07F501
dw #$018E
;--------------------------------------------------------------------------------
; GT sign text pointer (Message id of the map43)
; GT sign text pointer (Message id of the upper right of map43 = map44)
;--------------------------------------------------------------------------------
org $07F57D
org $07F57F
dw #$0190
;--------------------------------------------------------------------------------
; Pyramid sign text pointer (Message id of the map5B)
; Pyramid sign text pointer (Message id of the upper left of map5B = map5B)
;--------------------------------------------------------------------------------
org $07F5AD
dw #$0191
;--------------------------------------------------------------------------------
; HC (inverted) sign text pointer (Message id of the map1B)
; HC (inverted) left sign text pointer (Message id of the upper left of map1B = map1B)
;--------------------------------------------------------------------------------
org $07F52D
dw #$0190
;--------------------------------------------------------------------------------
; HC (inverted) right sign text pointer (Message id of the upper right of map1B = map1C)
;--------------------------------------------------------------------------------
org $07F52F
dw #$0191
;--------------------------------------------------------------------------------
;Map Pendant / Crystal Indicators