You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use maskbits some more
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
BugContestantPointers: ; 13783
|
||||
dw BugContestant_BugCatcherDon ; This reverts back to the player
|
||||
; there are NUM_BUG_CONTESTANTS + 1 entries
|
||||
dw BugContestant_BugCatcherDon ; this reverts back to the player
|
||||
dw BugContestant_BugCatcherDon
|
||||
dw BugContestant_BugCatcherEd
|
||||
dw BugContestant_CooltrainerMNick
|
||||
@@ -12,6 +13,12 @@ BugContestantPointers: ; 13783
|
||||
dw BugContestant_SchoolboyKipp
|
||||
; 13799
|
||||
|
||||
; contestant format:
|
||||
; db class, id
|
||||
; dbw 1st-place mon, score
|
||||
; dbw 2nd-place mon, score
|
||||
; dbw 3rd-place mon, score
|
||||
|
||||
BugContestant_BugCatcherDon:
|
||||
db BUG_CATCHER, DON
|
||||
dbw KAKUNA, 300
|
||||
|
||||
Reference in New Issue
Block a user