diff options
| author | dannye <33dannye@gmail.com> | 2025-01-30 21:40:19 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2025-01-30 21:40:19 -0600 |
| commit | 6cb885a9f68b9f445d7fa45279731336fe0247d4 (patch) | |
| tree | 39736ab1dd8ebcc57f8e981db6103285743d5530 /macros | |
| parent | Identify unnamed functions in map_sprites.asm (#126) (diff) | |
| parent | Fix some label typos, and add some constants instead of raw numbers (#492) (diff) | |
| download | pokeyellow-6cb885a9f68b9f445d7fa45279731336fe0247d4.tar.gz pokeyellow-6cb885a9f68b9f445d7fa45279731336fe0247d4.tar.xz pokeyellow-6cb885a9f68b9f445d7fa45279731336fe0247d4.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'macros')
| -rw-r--r-- | macros/scripts/maps.asm | 4 |
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 |
