forked from pret/pokered
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
potential crash fix
- Loading branch information
Showing
5 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+388 KB
releases/2.6.2/Pokemon_PureBlue_v2.6.2.bps → releases/2.6.3/Pokemon_PureBlue_v2.6.3.bps
Binary file not shown.
Binary file renamed
BIN
+391 KB
releases/2.6.2/Pokemon_PureGreen_v2.6.2.bps → releases/2.6.3/Pokemon_PureGreen_v2.6.3.bps
Binary file not shown.
Binary file renamed
BIN
+388 KB
releases/2.6.2/Pokemon_PureRed_v2.6.2.bps → releases/2.6.3/Pokemon_PureRed_v2.6.3.bps
Binary file not shown.
File renamed without changes.
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,9 +1,9 @@ | ||
db "2.6.2" | ||
db "2.6.3" | ||
|
||
; wGameInternalVersion values | ||
const_def | ||
const INTERNAL_VERSION_ORIGINAL_GAME ; also any versions prior to 2.6.0 | ||
const INTERNAL_VERSION_2_6_0 ; also 2.6.1 | ||
const INTERNAL_VERSION_2_6_2 | ||
const INTERNAL_VERSION_2_6_2 ; also 2.6.3 | ||
|
||
DEF CURRENT_INTERNAL_VERSION EQU INTERNAL_VERSION_2_6_2 |