Miscellaneous cleanup
This commit is contained in:
@@ -8448,9 +8448,6 @@ IsMobileBattle2:
|
||||
cp LINK_MOBILE
|
||||
ret
|
||||
|
||||
LINK_BATTLE_RECORD_LENGTH EQUS "(sLinkBattleRecord1End - sLinkBattleRecord1)" ; 18
|
||||
NUM_LINK_BATTLE_RECORDS EQUS "((sLinkBattleStatsEnd - sLinkBattleRecord) / LINK_BATTLE_RECORD_LENGTH)" ; 5
|
||||
|
||||
_DisplayLinkRecord:
|
||||
ld a, BANK(sLinkBattleStats)
|
||||
call OpenSRAM
|
||||
|
@@ -804,7 +804,6 @@ PlayerMovementPointers:
|
||||
ld a, BANK(Script_ForcedMovement)
|
||||
ld hl, Script_ForcedMovement
|
||||
call CallScript
|
||||
; ld a, -1
|
||||
ld c, a
|
||||
scf
|
||||
ret
|
||||
|
@@ -1,7 +1,7 @@
|
||||
ObjectActionPairPointers:
|
||||
; entries correspond to OBJECT_ACTION_* constants (see constants/map_object_constants.asm)
|
||||
; normal action, frozen action
|
||||
table_width 2 + 2, ObjectActionPairPointers
|
||||
; normal action, frozen action
|
||||
dw SetFacingStanding, SetFacingStanding
|
||||
dw SetFacingStandAction, SetFacingCurrent
|
||||
dw SetFacingStepAction, SetFacingCurrent
|
||||
|
Reference in New Issue
Block a user