let's dev 1/17/18

added bob toggle
more updates to shops (fixed sprite overload issues)
This commit is contained in:
Karkat
2018-01-17 00:01:13 -05:00
parent fd8b63200c
commit 471c14d790
6 changed files with 114 additions and 12 deletions

View File

@@ -724,6 +724,10 @@ org $308172 ; PC 0x180172
GenericKeys:
db #$00 ; #00 = Dungeon-Specific Keys (Default) - #$01 = Generic Keys
;================================================================================
org $308173 ; PC 0x180173
Bob:
db #$01 ; #00 = Off - #$01 = On (Default)
;================================================================================
org $308190 ; PC 0x180190
TimerStyle:
db #$00 ; #$00 = Off (Default) - #$01 Countdown - #$02 = Stopwatch