Hi, everyone! I am working on Kunio Kun no Nekketsu Soccer League (J).nes. I got stock again \ I hope someone help me.
I want to move (4P) in the following screen :
I can move (P) But not 4. It seems 4 is hard coded. I tried using Name Table Viewer :
Then I insert a write breakpoint for 2074 at PPU in debugger. Debugger stopped two times right before showing up (4P).
First stop and some code backward :
07:E9F9:AD 02 20 LDA $2002 = #$14
07:E9FC:A5 2F LDA $002F = #$20
07:E9FE:8D 06 20 STA $2006 = #$74
07:EA01:A5 2E LDA $002E = #$74
07:EA03:8D 06 20 STA $2006 = #$74
07:EA06:A5 1C LDA $001C = #$84
07:EA08:8D 07 20 STA $2007 = #$9D
Second stop and some code backward :
07:F035:8D 91 06 STA $0691 = #$00
07:F038:AD 02 20 LDA $2002 = #$14
07:F03B:AD B6 06 LDA $06B6 = #$20
07:F03E:8D 06 20 STA $2006 = #$74
07:F041:AD B7 06 LDA $06B7 = #$74
07:F044:8D 06 20 STA $2006 = #$74
07:F047:A2 00 LDX #$00
07:F049:AC B8 06 LDY $06B8 = #$01
07:F04C:C0 21 CPY #$21
07:F04E:B0 E3 BCS $F033
07:F050:BD B9 06 LDA $06B9,X @ $06B9 = #$84
07:F053:8D 07 20 STA $2007 = #$BF
I couldn't go any farther. :banghead: