Skip to content

Commit

Permalink
commented pokeball function
Browse files Browse the repository at this point in the history
  • Loading branch information
YamaArashi committed Aug 30, 2015
1 parent 2ff0f3f commit 38d771d
Show file tree
Hide file tree
Showing 5 changed files with 247 additions and 99 deletions.
5 changes: 5 additions & 0 deletions constants/misc_constants.asm
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ HP_BAR_RED EQU 2
; D733 flags
BIT_TEST_BATTLE EQU 0

; battle type constants
BATTLE_TYPE_NORMAL EQU 0
BATTLE_TYPE_OLD_MAN EQU 1
BATTLE_TYPE_SAFARI EQU 2

; serial

ESTABLISH_CONNECTION_WITH_INTERNAL_CLOCK EQU $01
Expand Down
Loading

0 comments on commit 38d771d

Please sign in to comment.