diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-14 10:21:18 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-14 13:32:09 -0400 |
commit | f37cf959c930ae9595f9f71ce0d9b17dcf5421d0 (patch) | |
tree | 33cc0d34fec73e972f4fb040b8b31f59b7e69805 /engine/debug | |
parent | aa97e196dd5b37e89db5ddf154dc7aea9b02a045 (diff) |
Clean up some data, using macros for multiline list entries
Diffstat (limited to 'engine/debug')
-rw-r--r-- | engine/debug/test_battle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/debug/test_battle.asm b/engine/debug/test_battle.asm index 92f74576..01b9825e 100644 --- a/engine/debug/test_battle.asm +++ b/engine/debug/test_battle.asm @@ -6,7 +6,7 @@ TestBattle: ; Don't mess around ; with obedience. - ld a, %10000000 ; EARTHBADGE + ld a, 1 << BIT_EARTHBADGE ld [wObtainedBadges], a ld hl, wFlags_D733 |