Sorry to bother you guys again but i have run into something and i need some assistance. i'm using a personal edit of davismaximus Epoch of Anarchy, Edited to 1.1 by【MFG】gui0007. i have been trying to change the victory screen portrait and it doesn't seem to work.
9000,3 is supposed to be the victory port but it only displays 9000,1

Code
;-------------------------------------------------------------------
;Victory screen definition
;This is the screen that is shown when you win a match in arcade mode.
;It will not be displayed on the last match of arcade mode.
[Victory Screen]
enabled = 1
time = 300 ;Time to show screen
fadein.time = 8
fadeout.time = 15
;Winner's portrait and name
p1.offset = 200,20
p1.spr = 9000,3
p1.facing = 1
p1.scale = 1,1
;p1.window = 0,0, 1279,500
p1.name.offset = 75,375
p1.name.font = 1,0,1
;Win quote text
winquote.text = "Winner!" ;Default win quote text to show
winquote.offset = 75,400
winquote.font = 2,0,1
winquote.window = 0,100, 600,480 ;400,300
winquote.textwrap = w ;Word wrap
Am i doing something wrong?