You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Implement clearing level in RAM according to End Space effect, supporting up to 4 clearable stages per level; Implement unlocking levels [Commit 1] (#35)
This commit is contained in:
@@ -37,7 +37,7 @@ DebugLevel2_Map1_MapEvents:
|
||||
DebugLevel2_Map1_MapSpaces:
|
||||
space 6, 16, $0, 1 ; 0
|
||||
space 6, 14, $0, 2 ; 1
|
||||
space 6, 12, .BS1 ; 2 .BS1
|
||||
space 6, 12, .BS1 ; 2
|
||||
space 6, 10, $0, GO_UP ; 3
|
||||
space 20, 2, $0, 5 ; 4
|
||||
space 22, 2, $0, 6 ; 5
|
||||
@@ -47,7 +47,7 @@ DebugLevel2_Map1_MapSpaces:
|
||||
space 22, 14, $0, 10 ; 9
|
||||
space 20, 14, $0, 11 ; 10
|
||||
space 20, 16, $0, 12 ; 11
|
||||
space 20, 18, $0, 12 ; 12
|
||||
space 20, 18, ES1, 12 ; 12
|
||||
|
||||
space 4, 12, $0, 14 ; 13
|
||||
space 2, 12, $0, 15 ; 14
|
||||
|
@@ -30,4 +30,4 @@ DebugLevel2_Map2_MapSpaces:
|
||||
space 4, 2, $0, 8 ; 7
|
||||
space 6, 2, $0, 9 ; 8
|
||||
space 6, 6, $0, 10 ; 9
|
||||
space 6, 8, $0, 10 ; 10
|
||||
space 6, 8, ES2, 10 ; 10
|
||||
|
@@ -105,7 +105,7 @@ DebugLevel5_Map1_MapSpaces:
|
||||
space 8, 8, $0, 32 ; 31
|
||||
space 10, 8, $0, 33 ; 32
|
||||
space 12, 8, $0, 34 ; 33
|
||||
space 14, 8, $0, 34 ; 34
|
||||
space 14, 8, ES1, 34 ; 34
|
||||
|
||||
space 6, 2, $0, 36 ; 35
|
||||
space 6, 0, .BS36 ; 36
|
||||
|
Reference in New Issue
Block a user