diff options
| author | vulcandth <vulcandth@gmail.com> | 2023-11-22 15:09:21 +0000 |
|---|---|---|
| committer | vulcandth <vulcandth@gmail.com> | 2023-11-22 15:09:21 +0000 |
| commit | 1dcc16b34791510e478fc04675d79b2b6a63f9e8 (patch) | |
| tree | 19711e6fe62c4acf5f3c6a00cc38572048ba05d5 /ram | |
| parent | Fix some map text constants (diff) | |
| download | pokeyellow-1dcc16b34791510e478fc04675d79b2b6a63f9e8.tar.gz pokeyellow-1dcc16b34791510e478fc04675d79b2b6a63f9e8.tar.xz pokeyellow-1dcc16b34791510e478fc04675d79b2b6a63f9e8.zip | |
Delete a couple EOL whitespace.
Diffstat (limited to 'ram')
| -rw-r--r-- | ram/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index 82a5f14c..3deb114a 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -1796,7 +1796,7 @@ wUnusedD366:: db wCurMapHeader:: wCurMapTileset:: db -wCurMapHeight:: db +wCurMapHeight:: db wCurMapWidth:: db wCurMapDataPtr:: dw wCurMapTextPtr:: dw |
