Skip to content

Commit

Permalink
Reserve more space in mon_palettes and mon_party_sprites.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqui committed Dec 4, 2014
1 parent def4d82 commit df93b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/mon_palettes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ MonsterPalettes: ; 725c8 (1c:65c8)
db PAL_BROWNMON ; DRAGONITE
db PAL_MEWMON ; MEWTWO
db PAL_MEWMON ; MEW
ds NUM_POKEMON+-151
1 change: 1 addition & 0 deletions data/mon_party_sprites.asm
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,4 @@ MonPartyData: ; 7190d (1c:590d)
dn SPRITE_SNAKE, SPRITE_SNAKE ;Dratini/Dragonair
dn SPRITE_SNAKE, SPRITE_MON ;Dragonite/Mewtwo
dn SPRITE_MON, 0 ;Mew/Padding
ds (NUM_POKEMON+-151)/2+1

0 comments on commit df93b8b

Please sign in to comment.