Misc fixes

This commit is contained in:
mid-kid 2019-08-21 14:43:21 +02:00
parent 0d48d829d4
commit 1f172badc4
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
; EngineFlags indexes (see engine/engine_flags.asm)
; EngineFlags indexes (see data/engine_flags.asm)
const_def
; wPokegearFlags
const ENGINE_RADIO_CARD
@ -64,7 +64,7 @@
const ENGINE_UNLOCKED_UNOWNS_UNUSED_7
; wVisitedSpawns
const ENGINE_FLYPOINT_PLAYERS_HOUSE
const ENGINE_FLYPOINT_VIRIDIAN_POKECENTER
const ENGINE_FLYPOINT_DEBUG
const ENGINE_FLYPOINT_PALLET
const ENGINE_FLYPOINT_VIRIDIAN
const ENGINE_FLYPOINT_PEWTER

View File

@ -2,7 +2,7 @@ MANIA_OT_ID EQU 00518
GiveShuckle:
; Adding to the party.
xor a
xor a ; PARTYMON
ld [wMonType], a
; Level 15 Shuckle.

View File

@ -430,7 +430,7 @@ RestoreDefaultMovement:
ret
.ok
ld a, SPRITEMOVEFN_STANDING
ld a, SPRITEMOVEDATA_STANDING_DOWN
ret
ClearObjectMovementByteIndex:
@ -2466,7 +2466,7 @@ RefreshPlayerSprite:
jr ContinueSpawnFacing
SpawnInFacingDown:
ld a, 0
ld a, DOWN
ContinueSpawnFacing:
ld bc, wPlayerStruct
call SetSpriteDirection