Skip to content

Commit

Permalink
TreeMonSet_City should still generate encounters
Browse files Browse the repository at this point in the history
not like preventing encounters saved space anyway
  • Loading branch information
itsdarsh authored Oct 16, 2021
1 parent 2cfc388 commit 2b235c7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions engine/events/treemons.asm
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,9 @@ GetTreeMons:
; Return the address of TreeMon table a in hl.
; Return nc if table a doesn't exist.

cp 8
cp NUM_TREEMON_SETS
jr nc, .quit

and a
jr z, .quit

ld e, a
ld d, 0
ld hl, TreeMons
Expand Down

0 comments on commit 2b235c7

Please sign in to comment.