Identify more sprite-related constants
Start more documentation
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
MovementPointers: ; 5075
|
||||
; entries correspond to macros/movement.asm enumeration
|
||||
dw Movement_turn_head_down ; 00
|
||||
dw Movement_turn_head_up ; 01
|
||||
dw Movement_turn_head_left ; 02
|
||||
|
@@ -64,6 +64,7 @@ RunScriptCommand:
|
||||
|
||||
|
||||
ScriptCommandTable:
|
||||
; entries correspond to macros/event.asm enumeration
|
||||
dw Script_scall ; 00
|
||||
dw Script_farscall ; 01
|
||||
dw Script_ptcall ; 02
|
||||
|
@@ -236,6 +236,7 @@ DoTradeAnimation: ; 29082
|
||||
; 290af
|
||||
|
||||
.JumpTable: ; 290af
|
||||
; entries correspond to macros/trade_anim.asm enumeration
|
||||
dw TradeAnim_AdvanceScriptPointer ; 00
|
||||
dw TradeAnim_ShowGivemonData ; 01
|
||||
dw TradeAnim_ShowGetmonData ; 02
|
||||
|
Reference in New Issue
Block a user