Users browsing this thread: 1 Guest(s)
The 15th Man Project: ASM Thread

#4
Posts: 763
Threads: 83
Thanks Received: 55
Thanks Given: 7
Joined: Apr 2015
Reputation: 22
Status
Obliviscence
This is where I'm at with the sprites:

I've got it functionally working and tested, I can add a new sprite into blank space in an expanded ROM and edit the various pointer lists and palette data to get them functioning in the overworld and battle. The main thing I need to hammer out is the palettes for save data, shop menus, and party selection menu. I see the data that's changing, but haven't quite tracked down what is which and what values to use... Also I will have to handle expanding and moving the data for this. But at the very least its functional...

my notes so far.
Code:
PC Sprite Sheet Expansion

Map Pointers

C0/6992:    BFF2D0C0    LDA $C0D0F2,X    (Loads pointer to Map character graphics)
C0/6996:    852A        STA $2A
C0/6998:    1A          INC A
C0/6999:    852D        STA $2D
C0/699B:    18          CLC
C0/699C:    690F        ADC #$0F
C0/699E:    8530        STA $30
C0/69A0:    1A          INC A
C0/69A1:    8533        STA $33
C0/69A3:    BFF3D0C0    LDA $C0D0F3,X    (Loads pointer to Map character graphcis)
C0/69A7:    852B        STA $2B
C0/69A9:    852E        STA $2E
C0/69AB:    8531        STA $31
C0/69AD:    8534        STA $34
C0/69AF:    BF3CD2C0    LDA $C0D23C,X    (Bank pointers and Number of Bytes to Copy per Tile for Map Char Gfx)
C0/69B3:    852C        STA $2C
C0/69B5:    852F        STA $2F
C0/69B7:    8532        STA $32
C0/69B9:    8535        STA $35
C0/69BB:    A600        LDX $00
C0/69BD:    8620        STX $20

Bank pointers and Number of Bytes to Copy for Map Character Gfx (2 bytes each)
C0/D23C - C0/D385

Pointers to Map Character Graphics (2 bytes each)
C0/D0F2 - C0/D23A



Battle Pointers (needs to be moved in order to expand list!)
c2/ce43:
00 00 D5
A0 16 D5
40 2D D5
E0 43 D5
80 5A D5
20 71 D5
C0 87 D5
60 9E D5
00 B5 D5
A0 CB D5
40 E2 D5
E0 F8 D5
80 0F D6
20 26 D6
C0 3C D6
60 53 D6
00 6A D6
60 7F D6
C0 94 D6
20 AA D6
80 BF D6
E0 D4 D6
40 EA D6
C0 3C D6

C1/3D6E:    BF43CEC2    LDA $C2CE43,X     (Pointer to start of character battle graphics)

Battle Palette Table (If pointers are moved, this table doesn't, just expand the table over the old pointer list)
C2/CE2B: 02 01     
C2/CE2D: 04 04       
C2/CE2F: 00 00       
C2/CE31: 00 03     
C2/CE33: 03 04      
C2/CE35: 05 03     
C2/CE37: 03 05  
C2/CE39: 01 00      
C2/CE3B: 00 03     
C2/CE3D: 06 01       
C2/CE3F: 00 03  
C2/CE41: 03 00
  Find
 



Messages In This Thread
The 15th Man Project: ASM Thread - by madsiur - 06-15-2013, 10:12 AM
RE: The 15th Man Project: ASM Thread - by B-Run - 06-15-2013, 11:08 AM
RE: The 15th Man Project: ASM Thread - by madsiur - 06-15-2013, 08:40 PM
RE: The 15th Man Project: ASM Thread - by B-Run - 06-20-2013, 05:05 PM
RE: The 15th Man Project: ASM Thread - by madsiur - 06-20-2013, 07:11 PM
RE: The 15th Man Project: ASM Thread - by madsiur - 06-29-2013, 11:28 AM
RE: The 15th Man Project: ASM Thread - by B-Run - 06-29-2013, 06:59 PM
RE: The 15th Man Project: ASM Thread - by B-Run - 08-12-2013, 10:11 PM
RE: The 15th Man Project: ASM Thread - by madsiur - 08-12-2013, 11:13 PM
RE: The 15th Man Project: ASM Thread - by Eggers - 08-14-2013, 02:13 AM
RE: The 15th Man Project: ASM Thread - by B-Run - 08-14-2013, 10:22 AM
RE: The 15th Man Project: ASM Thread - by Eggers - 08-21-2013, 12:56 AM
RE: The 15th Man Project: ASM Thread - by Eggers - 08-23-2013, 02:17 PM
RE: The 15th Man Project: ASM Thread - by B-Run - 08-23-2013, 04:28 PM
RE: The 15th Man Project: ASM Thread - by Eggers - 08-23-2013, 09:44 PM
RE: The 15th Man Project: ASM Thread - by B-Run - 08-23-2013, 10:54 PM
RE: The 15th Man Project: ASM Thread - by Eggers - 08-23-2013, 11:39 PM
RE: The 15th Man Project: ASM Thread - by Eggers - 08-31-2013, 02:46 PM
RE: The 15th Man Project: ASM Thread - by B-Run - 09-09-2013, 10:16 AM
RE: The 15th Man Project: ASM Thread - by Eggers - 09-09-2013, 04:27 PM
RE: The 15th Man Project: ASM Thread - by B-Run - 09-09-2013, 11:37 PM
RE: The 15th Man Project: ASM Thread - by madsiur - 09-10-2013, 12:36 AM
RE: The 15th Man Project: ASM Thread - by B-Run - 09-11-2013, 09:51 AM
RE: The 15th Man Project: ASM Thread - by B-Run - 09-11-2013, 04:34 PM
RE: The 15th Man Project: ASM Thread - by madsiur - 09-11-2013, 05:36 PM
RE: The 15th Man Project: ASM Thread - by B-Run - 09-13-2013, 11:14 AM
RE: The 15th Man Project: ASM Thread - by B-Run - 10-07-2013, 09:55 AM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite