Skip to content

Commit

Permalink
fixed yoshi's fireball
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Feb 24, 2021
1 parent 40ad9a9 commit a132261
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pixi/asm/ExtraDefines/dynamic_spritesets_defines.asm
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
!yoshi_tongue_body_tile = $49
!yoshi_throat_tile = $58
!yoshi_egg_tile = $59
!yoshi_fire_1_tile = $82
!yoshi_fire_2_tile = $84
!yoshi_fire_1_tile = $8C
!yoshi_fire_2_tile = $8E

!berry_tile = $80

Expand Down
10 changes: 10 additions & 0 deletions pixi/asm/dss/remaps.asm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ pushpc
yoshi_throat_props:
db $00

org $029F7A
yoshi_fireball_tilemap_1:
db !yoshi_fire_1_tile
org $029F7E
yoshi_fireball_tilemap_2:
db !yoshi_fire_2_tile
org $029F8B
yoshi_fireball_prop:
db $34

org $029F5C
water_bubble_tilemap:
db !water_bubble_tile
Expand Down

0 comments on commit a132261

Please sign in to comment.