Use dname macro to automatically pad names with "@" characters (#1198)

This commit is contained in:
Rangi
2025-08-17 09:48:05 -04:00
committed by GitHub
parent b1f8d423a2
commit 86acbe5b55
13 changed files with 594 additions and 574 deletions

View File

@@ -91,6 +91,6 @@ _GiveOddEgg:
ret
.Odd:
db "ODD@@@@@@@@@"
dname "ODD", MON_NAME_LENGTH + 1
INCLUDE "data/events/odd_eggs.asm"