-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
177 additions
and
101 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#pragma once | ||
|
||
void GoToStatsViewerFromOverworld(void); | ||
void GoToStatsViewerFromBag(void); |
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,8 +1,4 @@ | ||
.if ABILITY_CHANGER | ||
.org 0x88189F1 | ||
s_goto EventScript_AbilityChanger | ||
|
||
.org 0x8152F2E | ||
s_callnative (DrawFrameTest | 1) | ||
s_end | ||
.endif |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
.if STATS_VIEWER | ||
|
||
.org 0x83c5564 + (44 * ITEM_STATS_VIEWER) | ||
.area 0xE, 0x0 | ||
.string "STATS VIEWER" | ||
.endarea | ||
|
||
.org 0x83c5564 + (44 * ITEM_STATS_VIEWER) + 28 | ||
.word (ItemUseOutOfBattle_StatsViewer | 1) | ||
|
||
.org 0x83c5564 + (44 * ITEM_STATS_VIEWER) + 24 | ||
.byte 0x1, 0x1 | ||
|
||
.org 0x83c5564 + (44 * ITEM_STATS_VIEWER) + 26 | ||
.byte 0x5 | ||
|
||
.org 0x83c5564 + (44 * ITEM_STATS_VIEWER) + 20 | ||
.word @StatsViewer_Desc | ||
|
||
.autoregion | ||
@StatsViewer_Desc: | ||
.string "A device which lets\nyou see your\nPOKeMON's stats." | ||
.endautoregion | ||
|
||
.endif |
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.