0 Members and 1 Guest are viewing this topic.
^^i'll do the same as yunhuaquick question- in star fox 64 there is a robot named "rob64," who helps you in training mode and gives you items throughout the game. what do you think of a rob-ti character for this game?
i'M NOT SURE WHAT A SWORD SKILL IS BUT HERE'S THE SWORD ANIMATION FROM THE TWO SPRITES ON PG 13
IOMemAddress:.dw $843F-6.dw 57+6.dw $84BF.dw 73.dw $8588.dw 356.dw $89EC.dw 78.dw $8C4D.dw $8F00-$8C4DIOSaveLoad: ld ix,IOMemAddress ld hl,appbackupscreen+(767-(564-6)) ;reading address ld a,4 call IOSaveLoad1 ld hl,plotsscreen+(767-691) ld a,1IOSaveLoad1: ld e,(ix+0) ;write to address ld d,(ix+1) ld bc,4 add ix,bc ld c,(ix-2) ld b,(ix-1) bit 0,(iy+0) ;if not zero jr nz,$+8 ;Jump to WRITE out to memory locations ex de,hl ldir ex de,hl jr $+4 ldir dec a jr nz,IOSaveLoad1 ret