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 const_def
; wPokegearFlags ; wPokegearFlags
const ENGINE_RADIO_CARD const ENGINE_RADIO_CARD
@@ -64,7 +64,7 @@
const ENGINE_UNLOCKED_UNOWNS_UNUSED_7 const ENGINE_UNLOCKED_UNOWNS_UNUSED_7
; wVisitedSpawns ; wVisitedSpawns
const ENGINE_FLYPOINT_PLAYERS_HOUSE const ENGINE_FLYPOINT_PLAYERS_HOUSE
const ENGINE_FLYPOINT_VIRIDIAN_POKECENTER const ENGINE_FLYPOINT_DEBUG
const ENGINE_FLYPOINT_PALLET const ENGINE_FLYPOINT_PALLET
const ENGINE_FLYPOINT_VIRIDIAN const ENGINE_FLYPOINT_VIRIDIAN
const ENGINE_FLYPOINT_PEWTER const ENGINE_FLYPOINT_PEWTER

View File

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

View File

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