Skip to content

Commit

Permalink
Use db instead of ds 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Oct 6, 2024
1 parent 1aa3fb2 commit 996b517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ram/wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ wSerialEnemyDataBlock:: ; ds $1a8

ds 9

wEnemyPartyCount:: ds 1
wEnemyPartyCount:: db
wEnemyPartySpecies:: ds PARTY_LENGTH + 1

wEnemyMons::
Expand Down

0 comments on commit 996b517

Please sign in to comment.