Renamed wall flag
authorLukas Krickl <lukas@krickl.dev>
Thu, 10 Oct 2024 16:41:41 +0000 (18:41 +0200)
committerLukas Krickl <lukas@krickl.dev>
Thu, 10 Oct 2024 16:41:41 +0000 (18:41 +0200)
src/map.s
src/wram.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 
index d69c7992bb713c52a6c1a39f9075a0c0f81bf6da..86eb1085567a5cc8430d4e6dba7dcf3b99b91131 100644 (file)
@@ -81,7 +81,7 @@ damage_anim: .adv 1
 
 ; room flags
 .se 1
-.de ROOM_F_WALL, 1
+.de RF_WALL, 1
 
   ; pointer to current room struct 
 curr_room: .adv 2