diff options
author | xCrystal <rgr.crystal@gmail.com> | 2016-05-21 19:14:28 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2016-05-21 19:14:28 +0200 |
commit | 972037ab368c93a844905db9ed432b06ed605679 (patch) | |
tree | 4590da5b9449c972b15523365a336def4490b72a /src/engine/home.asm | |
parent | 45b8d56bd93c7c5049b3dd31faed01ba560ab293 (diff) |
rename text macro to textpointer and text/line/done for better text readability
Diffstat (limited to 'src/engine/home.asm')
-rwxr-xr-x | src/engine/home.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 5d1938b..15368bd 100755 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -1,4 +1,4 @@ -GLOBAL GrassEnergyCardGfx +GLOBAL CardGraphics GLOBAL TextOffsets ; rst vectors @@ -5456,7 +5456,7 @@ LoadCardGfx: ; 2fa0 (0:2fa0) srl h srl h srl h - ld a, BANK(GrassEnergyCardGfx) + ld a, BANK(CardGraphics) add h call BankswitchHome pop hl |