projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb784d
)
Renamed wall flag
author
Lukas Krickl
<lukas@krickl.dev>
Thu, 10 Oct 2024 16:41:41 +0000
(18:41 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Thu, 10 Oct 2024 16:41:41 +0000
(18:41 +0200)
src/map.s
patch
|
blob
|
history
src/wram.s
patch
|
blob
|
history
diff --git
a/src/map.s
b/src/map.s
index 96f169b310c878b31cb03577957a4722c178cd88..f21c1eaee3eea2832bcf9efef353d74047f8f46f 100644
(file)
--- a/
src/map.s
+++ b/
src/map.s
@@
-157,7
+157,7
@@
base_room:
.db TCORNBOL, TWALLD1, TWALLD1, TWALLD1, TDOORDL, TDOORDR, TWALLD1, TWALLD1, TWALLD1, TCORNBOR
; tile flags for the room
base_room_flags:
-.db
0
, 0, 0, 0, 0, 0, 0, 0, 0, 0
+.db
RF_WALL
, 0, 0, 0, 0, 0, 0, 0, 0, 0
.db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
.db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
.db 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
diff --git
a/src/wram.s
b/src/wram.s
index d69c7992bb713c52a6c1a39f9075a0c0f81bf6da..86eb1085567a5cc8430d4e6dba7dcf3b99b91131 100644
(file)
--- a/
src/wram.s
+++ b/
src/wram.s
@@
-81,7
+81,7
@@
damage_anim: .adv 1
; room flags
.se 1
-.de R
OOM_
F_WALL, 1
+.de RF_WALL, 1
; pointer to current room struct
curr_room: .adv 2