Add support for more than 8 techniques (#34) (#28)

This commit is contained in:
xCrystal
2024-02-19 17:10:33 +01:00
parent 2f8ffccd54
commit 2f1608576a
10 changed files with 103 additions and 43 deletions

View File

@@ -54,6 +54,6 @@ DebugLevel2_Map1_MapSpaces:
space 0, 12, $0, GO_LEFT ; 15
.BS1:
branchdir LEFT, 13, 0
branchdir UP, 3, 0
branchdir LEFT, 13, 0, 0
branchdir UP, 3, 0, 0
endbranch

View File

@@ -118,11 +118,11 @@ DebugLevel5_Map1_MapSpaces:
space 16, 4, $0, 8 ; 43
.BS2:
branchdir RIGHT, 3, 0
branchdir UP, 35, 0
branchdir RIGHT, 3, 0, 0
branchdir UP, 35, 0, 0
endbranch
.BS36:
branchdir RIGHT, 37, 0
branchdir UP, GO_UP, 0
branchdir RIGHT, 37, 0, 0
branchdir UP, GO_UP, 0, 0
endbranch