projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34c31c0
)
roompattern: fixed constant names for left and right door...
author
Lukas Krickl
<lukas@krickl.dev>
Tue, 12 Aug 2025 20:46:11 +0000
(22:46 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Tue, 12 Aug 2025 20:46:11 +0000
(22:46 +0200)
src/roompatterns.s
patch
|
blob
|
history
diff --git
a/src/roompatterns.s
b/src/roompatterns.s
index a78b1b61f25788782ae9d7f9b8c0f1a5c42dea2a..03838a91b662d293f22bc9a8f41e37477372bb15 100644
(file)
--- a/
src/roompatterns.s
+++ b/
src/roompatterns.s
@@
-101,8
+101,8
@@
room_pattern_special1:
#define DOOR_TILE_TOP 0x2E
#define DOOR_TILE_BOTTOM 0x0E
-#define DOOR_TILE_LEFT 0x
2
C
-#define DOOR_TILE_RIGHT 0x
0
C
+#define DOOR_TILE_LEFT 0x
0
C
+#define DOOR_TILE_RIGHT 0x
2
C
; translation tables for tiles
@@
-113,7
+113,7
@@
room_pattern_tile_translation:
.db 0x44, 0x42
.db 0x00 ; floor
; doors
- .db DOOR_TILE_TOP, DOOR_TILE_BOTTOM, DOOR_TILE_
RIGHT, DOOR_TILE_LEF
T
+ .db DOOR_TILE_TOP, DOOR_TILE_BOTTOM, DOOR_TILE_
LEFT, DOOR_TILE_RIGH
T
; roof
.db 0x48