-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/pret/pokered
- Loading branch information
Showing
287 changed files
with
2,580 additions
and
2,463 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
; party menu icons | ||
; used in MonPartySpritePointers (see data/icon_pointers.asm) | ||
const_def | ||
const ICON_MON ; $0 | ||
const ICON_BALL ; $1 | ||
const ICON_HELIX ; $2 | ||
const ICON_FAIRY ; $3 | ||
const ICON_BIRD ; $4 | ||
const ICON_WATER ; $5 | ||
const ICON_BUG ; $6 | ||
const ICON_GRASS ; $7 | ||
const ICON_SNAKE ; $8 | ||
const ICON_QUADRUPED ; $9 | ||
const ICON_PIKACHU ; $A | ||
|
||
DEF ICON_TRADEBUBBLE EQU $e | ||
const ICON_MON ; $0 | ||
const ICON_BALL ; $1 | ||
const ICON_HELIX ; $2 | ||
const ICON_FAIRY ; $3 | ||
const ICON_BIRD ; $4 | ||
const ICON_WATER ; $5 | ||
const ICON_BUG ; $6 | ||
const ICON_GRASS ; $7 | ||
const ICON_SNAKE ; $8 | ||
const ICON_QUADRUPED ; $9 | ||
const ICON_PIKACHU ; $a | ||
const_skip 3 | ||
const ICON_TRADEBUBBLE ; $e | ||
|
||
DEF ICONOFFSET EQU $40 ; difference between alternating icon frames' tile IDs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.