mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
clean up pic animation sections
This commit is contained in:
parent
fa2e0108b9
commit
6690f3901a
@ -1,3 +1,4 @@
|
|||||||
|
FramesPointers:
|
||||||
dw BulbasaurFrames
|
dw BulbasaurFrames
|
||||||
dw IvysaurFrames
|
dw IvysaurFrames
|
||||||
dw VenusaurFrames
|
dw VenusaurFrames
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
UnownFramesPointers:
|
||||||
dw UnownAFrames
|
dw UnownAFrames
|
||||||
dw UnownBFrames
|
dw UnownBFrames
|
||||||
dw UnownCFrames
|
dw UnownCFrames
|
||||||
@ -24,3 +25,4 @@
|
|||||||
dw UnownXFrames
|
dw UnownXFrames
|
||||||
dw UnownYFrames
|
dw UnownYFrames
|
||||||
dw UnownZFrames
|
dw UnownZFrames
|
||||||
|
|
||||||
|
23
main.asm
23
main.asm
@ -84071,11 +84071,10 @@ INCLUDE "battle/anim_commands.asm"
|
|||||||
INCLUDE "battle/anim_objects.asm"
|
INCLUDE "battle/anim_objects.asm"
|
||||||
|
|
||||||
|
|
||||||
; Pic animations I
|
SECTION "Pic Animations 1", ROMX, BANK[$34]
|
||||||
|
|
||||||
SECTION "bank34", ROMX, BANK[$34]
|
|
||||||
|
|
||||||
; Pic animations asm
|
; Pic animations asm
|
||||||
|
|
||||||
Functiond0000: ; d0000
|
Functiond0000: ; d0000
|
||||||
ld hl, $c4ac
|
ld hl, $c4ac
|
||||||
ld a, [IsInBattle]
|
ld a, [IsInBattle]
|
||||||
@ -85138,27 +85137,21 @@ UnownBitmasksPointers: INCLUDE "gfx/pics/unown_bitmask_pointers.asm"
|
|||||||
INCLUDE "gfx/pics/unown_bitmasks.asm"
|
INCLUDE "gfx/pics/unown_bitmasks.asm"
|
||||||
|
|
||||||
|
|
||||||
; Pic animations II
|
SECTION "Pic Animations 2", ROMX, BANK[$35]
|
||||||
|
|
||||||
SECTION "bank35", ROMX, BANK[$35]
|
INCLUDE "gfx/pics/frame_pointers.asm"
|
||||||
|
|
||||||
; Frame definitions
|
|
||||||
FramesPointers: INCLUDE "gfx/pics/frame_pointers.asm"
|
|
||||||
; Inexplicably, Kanto frames are split off from Johto
|
|
||||||
INCLUDE "gfx/pics/kanto_frames.asm"
|
INCLUDE "gfx/pics/kanto_frames.asm"
|
||||||
|
|
||||||
|
|
||||||
; Pic animations III
|
|
||||||
|
|
||||||
SECTION "bank36", ROMX, BANK[$36]
|
SECTION "bank36", ROMX, BANK[$36]
|
||||||
|
|
||||||
FontInversed: INCBIN "gfx/misc/font_inversed.1bpp"
|
FontInversed: INCBIN "gfx/misc/font_inversed.1bpp"
|
||||||
|
|
||||||
; Johto frame definitions
|
|
||||||
INCLUDE "gfx/pics/johto_frames.asm"
|
|
||||||
|
|
||||||
; Unown frame definitions
|
SECTION "Pic Animations 3", ROMX, BANK[$36]
|
||||||
UnownFramesPointers: INCLUDE "gfx/pics/unown_frame_pointers.asm"
|
|
||||||
|
INCLUDE "gfx/pics/johto_frames.asm"
|
||||||
|
INCLUDE "gfx/pics/unown_frame_pointers.asm"
|
||||||
INCLUDE "gfx/pics/unown_frames.asm"
|
INCLUDE "gfx/pics/unown_frames.asm"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user