aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorNarishma-gb <194818981+Narishma-gb@users.noreply.github.com>2025-01-30 23:26:55 +0100
committerGitHub <noreply@github.com>2025-01-30 17:26:55 -0500
commit43f21cc4948682b51b4c72bcef38631f95b47bfe (patch)
tree2f647622559fce6bae9d4ebb1d669c5cec3db426 /macros
parentConsistently refer to CGB, not GBC (#491) (diff)
downloadpokeyellow-43f21cc4948682b51b4c72bcef38631f95b47bfe.tar.gz
pokeyellow-43f21cc4948682b51b4c72bcef38631f95b47bfe.tar.xz
pokeyellow-43f21cc4948682b51b4c72bcef38631f95b47bfe.zip
Fix some label typos, and add some constants instead of raw numbers (#492)
Diffstat (limited to 'macros')
-rw-r--r--macros/scripts/maps.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/scripts/maps.asm b/macros/scripts/maps.asm
index c5f0d1d0..b5799e64 100644
--- a/macros/scripts/maps.asm
+++ b/macros/scripts/maps.asm
@@ -106,8 +106,8 @@ ENDM
;\1 event flag
;\2 view range
;\3 TextBeforeBattle
-;\4 TextAfterBattle
-;\5 TextEndBattle
+;\4 TextEndBattle
+;\5 TextAfterBattle
MACRO trainer
DEF _ev_bit = \1 % 8
DEF _cur_bit = CURRENT_TRAINER_BIT % 8