Skip to content

Commit

Permalink
playerid: Use symbolic name for ips_segment
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Jul 3, 2020
1 parent 842de23 commit 532da5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playerid.s
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
jsr game_show_playerid_game_mod

.segment "JMP_MENU_SHOW_PLAYERID_BG"
ips_segment "JMP_MENU_SHOW_PLAYERID_BG",$85EC
ips_segment "JMP_MENU_SHOW_PLAYERID_BG",render_mode_menu_screens+18 ; $85EC

; in render_mode_menu_screens; replaces "sta PPUSCROLL"
jsr game_show_playerid_menu_mod
Expand Down

0 comments on commit 532da5b

Please sign in to comment.