forked from pret/pokered
-
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.
commit fe8d3c5 Author: vulcandth <[email protected]> Date: Sat Mar 26 15:59:36 2022 -0500 Build the Virtual Console patches with `make red_vc` and `make blue_vc` (pret#351) commit 07df4a5 Author: Rangi <[email protected]> Date: Thu Mar 17 20:36:13 2022 -0400 Refactor pkmncompress.c to use common.h Fixes pret#349 commit 570d83b Author: Rangi <[email protected]> Date: Tue Mar 15 17:35:30 2022 -0400 Use noreturn for usage_exit commit e175577 Author: Rangi <[email protected]> Date: Tue Mar 15 17:29:07 2022 -0400 Use -flto for all tools commit a75dd22 Author: Rangi <[email protected]> Date: Tue Mar 8 21:52:57 2022 -0500 Slightly refactor some C tools commit 7e78c11 Author: Rangi <[email protected]> Date: Fri Mar 4 18:21:12 2022 -0500 Gen 1's Minimize graphic was not a complete 8x8 tile commit 9523681 Author: stringflow <[email protected]> Date: Thu Dec 9 17:30:15 2021 +0100 Fix incorrect comment about money received after battle (pret#346) * fix incorrect comment about money received after battle * fix incorrect comment in wram.asm commit 09e92c5 Author: Rangi <[email protected]> Date: Tue Nov 23 21:00:07 2021 -0500 Use ~X instead of $ff ^ X commit 865d37e Author: Rangi <[email protected]> Date: Tue Nov 23 20:56:57 2021 -0500 Use compound assignment operators commit 64e2b66 Author: Rangi <[email protected]> Date: Tue Nov 23 20:53:05 2021 -0500 Require rgbds 0.5.2 commit 157b593 Author: Rangi <[email protected]> Date: Sat Nov 6 13:24:19 2021 -0400 Use `dn` for wave instrument samples, like pokecrystal commit f68af5c Author: Yoann Fievez <[email protected]> Date: Sat Nov 6 00:45:09 2021 +0100 Add some constants for options (pret#344) Co-authored-by: Rangi <[email protected]> commit 8349bfd Author: Yoann Fievez <[email protected]> Date: Fri Nov 5 20:40:15 2021 +0100 Refactorize check button pressed (pret#340) commit b44a10a Author: Yoann Fievez <[email protected]> Date: Thu Nov 4 20:17:17 2021 +0100 Update 'make compare' for no pret repo and add 'make' for fork (pret#339) commit 2ee8ce2 Author: Rangi <[email protected]> Date: Wed Nov 3 17:07:08 2021 -0400 Comment on the CooltrainerFAI bug Fixes pret#308 commit e4845d3 Merge: 58d08bf 0af787e Author: Rangi <[email protected]> Date: Tue Nov 2 19:58:17 2021 -0400 Merge branch 'master' of https://github.com/pret/pokered commit 58d08bf Author: Rangi <[email protected]> Date: Tue Nov 2 19:57:08 2021 -0400 Identify some percentage constant values commit 0af787e Author: IIMarckus <[email protected]> Date: Fri Oct 8 04:30:39 2021 -0600 Kill Freenode. commit fc899e1 Author: Rangi <[email protected]> Date: Tue Oct 5 21:02:42 2021 -0400 `warp_event` warp IDs start at 1, like in pokegold/pokecrystal commit 5266001 Author: Rangi <[email protected]> Date: Tue Oct 5 20:46:46 2021 -0400 Clean up some redundant or unusual event comments commit d48a318 Author: Rangi <[email protected]> Date: Sun Sep 26 23:20:57 2021 -0400 Align `object_event` coordinates Fixes pret#336 commit 30acb46 Author: Amber Brault <[email protected]> Date: Sun Sep 26 22:57:55 2021 -0400 Fix typos (pret#334) commit 2c4f358 Author: Yoann Fievez <[email protected]> Date: Mon Sep 27 04:56:09 2021 +0200 Unify map event gen1 gen2 (pret#335) * Update sign to bg_event pret#289 * Rename warp to warp_event * Replace object to object_event * Move warp macro parameter from warp x, y, id, map to warp_event x, y, map, id commit f1285f8 Author: Rangi <[email protected]> Date: Wed Sep 8 20:59:22 2021 -0400 `ASSERT LOW(wSpriteStateData1) == 0 && LOW(wSpriteStateData2) == 0` commit 7ee8a65 Author: Rangi <[email protected]> Date: Sat Aug 28 17:02:20 2021 -0400 wcf4b -> wStringBuffer commit 2364261 Author: SatoMew <[email protected]> Date: Sun Aug 1 03:53:52 2021 +0100 Remove old tile animation comments (pret#333) They stopped being accurate after pret#304 and aren't really necessary.
- Loading branch information
Showing
338 changed files
with
5,171 additions
and
3,617 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
# compiled roms | ||
*.gbc | ||
*.gb | ||
*.patch | ||
|
||
# rgbds extras | ||
*.map | ||
|
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,15 +1,15 @@ | ||
AgathasRoom_Object: | ||
db $0 ; border block | ||
|
||
def_warps | ||
warp 4, 11, 2, BRUNOS_ROOM | ||
warp 5, 11, 3, BRUNOS_ROOM | ||
warp 4, 0, 0, LANCES_ROOM | ||
warp 5, 0, 0, LANCES_ROOM | ||
def_warp_events | ||
warp_event 4, 11, BRUNOS_ROOM, 3 | ||
warp_event 5, 11, BRUNOS_ROOM, 4 | ||
warp_event 4, 0, LANCES_ROOM, 1 | ||
warp_event 5, 0, LANCES_ROOM, 1 | ||
|
||
def_signs | ||
def_bg_events | ||
|
||
def_objects | ||
object SPRITE_AGATHA, 5, 2, STAY, DOWN, 1, OPP_AGATHA, 1 | ||
def_object_events | ||
object_event 5, 2, SPRITE_AGATHA, STAY, DOWN, 1, OPP_AGATHA, 1 | ||
|
||
def_warps_to AGATHAS_ROOM |
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,15 +1,15 @@ | ||
BikeShop_Object: | ||
db $e ; border block | ||
|
||
def_warps | ||
warp 2, 7, 4, LAST_MAP | ||
warp 3, 7, 4, LAST_MAP | ||
def_warp_events | ||
warp_event 2, 7, LAST_MAP, 5 | ||
warp_event 3, 7, LAST_MAP, 5 | ||
|
||
def_signs | ||
def_bg_events | ||
|
||
def_objects | ||
object SPRITE_BIKE_SHOP_CLERK, 6, 2, STAY, NONE, 1 ; person | ||
object SPRITE_MIDDLE_AGED_WOMAN, 5, 6, WALK, UP_DOWN, 2 ; person | ||
object SPRITE_YOUNGSTER, 1, 3, STAY, UP, 3 ; person | ||
def_object_events | ||
object_event 6, 2, SPRITE_BIKE_SHOP_CLERK, STAY, NONE, 1 ; person | ||
object_event 5, 6, SPRITE_MIDDLE_AGED_WOMAN, WALK, UP_DOWN, 2 ; person | ||
object_event 1, 3, SPRITE_YOUNGSTER, STAY, UP, 3 ; person | ||
|
||
def_warps_to BIKE_SHOP |
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,15 +1,15 @@ | ||
BillsHouse_Object: | ||
db $d ; border block | ||
|
||
def_warps | ||
warp 2, 7, 0, LAST_MAP | ||
warp 3, 7, 0, LAST_MAP | ||
def_warp_events | ||
warp_event 2, 7, LAST_MAP, 1 | ||
warp_event 3, 7, LAST_MAP, 1 | ||
|
||
def_signs | ||
def_bg_events | ||
|
||
def_objects | ||
object SPRITE_MONSTER, 6, 5, STAY, NONE, 1 ; person | ||
object SPRITE_SUPER_NERD, 4, 4, STAY, NONE, 2 ; person | ||
object SPRITE_SUPER_NERD, 6, 5, STAY, NONE, 3 ; person | ||
def_object_events | ||
object_event 6, 5, SPRITE_MONSTER, STAY, NONE, 1 ; person | ||
object_event 4, 4, SPRITE_SUPER_NERD, STAY, NONE, 2 ; person | ||
object_event 6, 5, SPRITE_SUPER_NERD, STAY, NONE, 3 ; person | ||
|
||
def_warps_to BILLS_HOUSE |
Oops, something went wrong.