We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1017e98 commit 79d0523Copy full SHA for 79d0523
patches/src/map_area.asm
@@ -20,8 +20,6 @@ lorom
20
!map_icon_settings = $85B600 ; must match reference in customize.rs - bits are set to disable map icons.
21
!etank_color = $82FFFE ; must match address customize.rs
22
!room_name_option = $82FFFA ; must match address customize.rs
23
-!bank_a7_freespace_start = $A7FFC0
24
-!bank_a7_freespace_end = $A7FFE0
25
26
incsrc "constants.asm"
27
@@ -1322,8 +1320,6 @@ org $90AAFD
1322
1320
AND #$83FE ; was: AND #$01FF
1323
1321
CMP #$0010
1324
1325
-warnpc !bank_a7_freespace_end
1326
-
1327
; game state 0e hook (fade-in to pause)
1328
org !bank_82_freespace2_start
1329
write_room_name_tiles:
0 commit comments