Skip to content

Commit

Permalink
Merge branch 'battle_engine' of https://github.com/rh-hideout/pokeeme…
Browse files Browse the repository at this point in the history
…rald into pull-bev2
  • Loading branch information
BuffelSaft committed Jun 6, 2021
2 parents 35dac61 + 3448e19 commit 5bb8171
Show file tree
Hide file tree
Showing 445 changed files with 30,417 additions and 26,838 deletions.
2 changes: 1 addition & 1 deletion asm/macros/battle_script.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1364,7 +1364,7 @@
various \battler, 15
.endm

.macro arenajudmengtstring id:req
.macro arenajudgmentstring id:req
various \id, VARIOUS_ARENA_JUDGMENT_STRING
.endm

Expand Down
6 changes: 3 additions & 3 deletions asm/macros/event.inc
Original file line number Diff line number Diff line change
Expand Up @@ -918,10 +918,10 @@
.byte 0x76
.endm

@ Draws an image of the winner of the contest. In FireRed, this command is a nop. (The argument is discarded.)
.macro showcontestwinner a:req
@ Draws an image of the winner of the contest. winnerId is any CONTEST_WINNER_* constant.
.macro showcontestpainting winnerId:req
.byte 0x77
.byte \a
.byte \winnerId
.endm

@ Displays the string at pointer as braille text in a standard message box. The string must be formatted to use braille
Expand Down
4 changes: 2 additions & 2 deletions berry_fix/charmap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ RESUME_MUSIC = FC 18

TRANSPARENT = 00
WHITE = 01
DARK_GREY = 02
LIGHT_GREY = 03
DARK_GRAY = 02
LIGHT_GRAY = 03
RED = 04
LIGHT_RED = 05
GREEN = 06
Expand Down
4 changes: 2 additions & 2 deletions berry_fix/payload/charmap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ RESUME_MUSIC = FC 18

TRANSPARENT = 00
WHITE = 01
DARK_GREY = 02
LIGHT_GREY = 03
DARK_GRAY = 02
LIGHT_GRAY = 03
RED = 04
LIGHT_RED = 05
GREEN = 06
Expand Down
4 changes: 2 additions & 2 deletions charmap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ RESUME_MUSIC = FC 18

TRANSPARENT = 00
WHITE = 01
DARK_GREY = 02
LIGHT_GREY = 03
DARK_GRAY = 02
LIGHT_GRAY = 03
RED = 04
LIGHT_RED = 05
GREEN = 06
Expand Down
Loading

0 comments on commit 5bb8171

Please sign in to comment.