let's dev 1/20/18

This commit is contained in:
Karkat
2018-01-20 00:15:04 -05:00
parent d0efce2e98
commit 20ce4fe0e2
6 changed files with 133 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ org $3FFFFF ; <- 1FFFFF
db #$00 ; expand file to 2mb
org $1FFFF8 ; <- FFFF8 timestamp rom
db #$20, #$18, #$01, #$18 ; year/month/day
db #$20, #$18, #$01, #$19 ; year/month/day
;================================================================================
@@ -62,6 +62,8 @@ db #$20, #$18, #$01, #$18 ; year/month/day
!REDRAW = "$7F5000"
!GANON_WARP_CHAIN = "$7F5032";
!TILE_UPLOAD_BUFFER = "$7EA180";
!FORCE_HEART_SPAWN = "$7F5033";
!SKIP_HEART_SAVE = "$7F5034";