Skip to content

Commit 79d0523

Browse files
committed
remove old references to bank a7 in map_area.asm
1 parent 1017e98 commit 79d0523

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

patches/src/map_area.asm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ lorom
2020
!map_icon_settings = $85B600 ; must match reference in customize.rs - bits are set to disable map icons.
2121
!etank_color = $82FFFE ; must match address customize.rs
2222
!room_name_option = $82FFFA ; must match address customize.rs
23-
!bank_a7_freespace_start = $A7FFC0
24-
!bank_a7_freespace_end = $A7FFE0
2523

2624
incsrc "constants.asm"
2725

@@ -1322,8 +1320,6 @@ org $90AAFD
13221320
AND #$83FE ; was: AND #$01FF
13231321
CMP #$0010
13241322

1325-
warnpc !bank_a7_freespace_end
1326-
13271323
; game state 0e hook (fade-in to pause)
13281324
org !bank_82_freespace2_start
13291325
write_room_name_tiles:

0 commit comments

Comments
 (0)