This commit is contained in:
spannerisms
2023-02-14 01:24:43 -05:00
parent c0b7605c12
commit aae1e2a1f3
5 changed files with 6657 additions and 5 deletions

View File

@@ -7,7 +7,6 @@ OWWriteCommand = $08
;---------------------------------------------------------------------------------------------------
function OWW_RLESize(s) = s<<8
!OWW_STOP = $8000
@@ -53,7 +52,7 @@ Overworld_LoadNewTiles:
; format:
; dw <tile>, <pos>
; or if bit 15 is set
; dw <command>
; dw <command>, <params>...
; commands are:
; 1sss ssss dccc cccc
; s - size (if applicable)
@@ -357,6 +356,7 @@ Overworld_LoadNewTiles:
;===================================================================================================
OverworldMapChangePointers:
; light world
dw $0000 ; 00
dw $0000 ; 01
dw $0000 ; 02