move farore and kydrog sprite
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
;==============================================================================
|
||||
; Sprite Properties
|
||||
;==============================================================================
|
||||
; =========================================================
|
||||
; Cutscene Kydrog Sprite Properties
|
||||
; =========================================================
|
||||
|
||||
!SPRID = $7B; The sprite ID you are overwriting (HEX)
|
||||
!NbrTiles = 6 ; Number of tiles used in a frame
|
||||
!Harmless = 01 ; 00 = Sprite is Harmful, 01 = Sprite is Harmless
|
||||
@@ -31,7 +32,7 @@
|
||||
|
||||
%Set_Sprite_Properties(Sprite_Kydrog_Prep, Sprite_Kydrog_Long)
|
||||
|
||||
;==============================================================================
|
||||
; =========================================================
|
||||
|
||||
Sprite_Kydrog_Long:
|
||||
{
|
||||
@@ -47,7 +48,7 @@ Sprite_Kydrog_Long:
|
||||
PLB ; Get back the databank we stored previously
|
||||
RTL ; Go back to original code
|
||||
}
|
||||
;==============================================================================
|
||||
; =========================================================
|
||||
|
||||
Sprite_Kydrog_Prep:
|
||||
{
|
||||
@@ -63,7 +64,7 @@ Sprite_Kydrog_Prep:
|
||||
RTL
|
||||
}
|
||||
|
||||
;==============================================================================
|
||||
; =========================================================
|
||||
|
||||
Sprite_Kydrog_Main:
|
||||
{
|
||||
@@ -153,7 +154,7 @@ Sprite_Kydrog_Main:
|
||||
}
|
||||
}
|
||||
|
||||
;==============================================================================
|
||||
; =========================================================
|
||||
|
||||
Sprite_Kydrog_Draw:
|
||||
{
|
||||
@@ -211,7 +212,7 @@ Sprite_Kydrog_Draw:
|
||||
|
||||
RTS
|
||||
|
||||
;==============================================================================
|
||||
; =========================================================
|
||||
|
||||
.start_index
|
||||
db $00
|
||||
@@ -228,16 +229,3 @@ Sprite_Kydrog_Draw:
|
||||
.sizes
|
||||
db $02, $02, $02, $02, $02, $02
|
||||
}
|
||||
|
||||
; I forget what this is lol
|
||||
; org $02ECF8
|
||||
; dw $0029
|
||||
|
||||
; ==============================================================================
|
||||
|
||||
; 169BC
|
||||
; org $02E9BC
|
||||
; LoadOverworldFromSpecialOverworld:
|
||||
|
||||
; org $029E65
|
||||
; JSR LoadOverworldFromSpecialOverworld
|
||||
|
||||
Reference in New Issue
Block a user