-
Notifications
You must be signed in to change notification settings - Fork 817
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consistent labels for each nickname in RAM
- Loading branch information
Showing
57 changed files
with
382 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
StringBufferPointers:: | ||
; entries correspond to arguments for text_buffer (TX_STRINGBUFFER) | ||
dw wStringBuffer3 ; 0 | ||
dw wStringBuffer4 ; 1 | ||
dw wStringBuffer5 ; 2 | ||
dw wStringBuffer2 ; 3 | ||
dw wStringBuffer1 ; 4 | ||
dw wEnemyMonNick ; 5 | ||
dw wBattleMonNick ; 6 | ||
dw wStringBuffer3 ; 0 | ||
dw wStringBuffer4 ; 1 | ||
dw wStringBuffer5 ; 2 | ||
dw wStringBuffer2 ; 3 | ||
dw wStringBuffer1 ; 4 | ||
dw wEnemyMonNickname ; 5 | ||
dw wBattleMonNickname ; 6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.