diff options
| author | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:55:49 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:55:49 -0500 |
| commit | 604eb493c42b457f9e006e2cf67f29c15e0d1d0b (patch) | |
| tree | 6e64376d2d2594acdf97b0aee3d7449577853508 /engine/bank3d.asm | |
| parent | Merge branch 'master' of https://github.com/pret/pokered into merge-pokered (diff) | |
| download | pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.gz pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.tar.xz pokeyellow-604eb493c42b457f9e006e2cf67f29c15e0d1d0b.zip | |
Remove more address comments
Diffstat (limited to 'engine/bank3d.asm')
| -rw-r--r-- | engine/bank3d.asm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/engine/bank3d.asm b/engine/bank3d.asm index 6efff351..b37bdd00 100644 --- a/engine/bank3d.asm +++ b/engine/bank3d.asm @@ -298,7 +298,6 @@ TitleScreenPikachuTilemap: db $00, $b9, $ba, $8a, $8a, $8a, $8a, $8a, $8a, $bb, $bc, $00 db $00, $00, $bd, $8a, $8a, $8a, $8a, $8a, $8a, $be, $bf, $00 -; f46f9 (3d:46f9) PokemonLogoGraphics: INCBIN "gfx/pokemon_logo.2bpp" PokemonLogoGraphicsEnd: YellowLogoGraphics: INCBIN "gfx/yellow_titlescreen.2bpp" @@ -445,7 +444,7 @@ PrintStrengthTxt: jp PrintText Text_f5b17: - TX_FAR _UsedStrengthText ; 2d:417e + TX_FAR _UsedStrengthText TX_ASM ld a, [wcf91] call PlayCry @@ -453,7 +452,7 @@ Text_f5b17: jp TextScriptEnd Text_f5b28: - TX_FAR _CanMoveBouldersText ; 2d:4193 + TX_FAR _CanMoveBouldersText db "@" IsSurfingAllowed: @@ -488,11 +487,11 @@ CoordsData_f5b64: db $ff CurrentTooFastText: - TX_FAR _CurrentTooFastText ; 2d:41ab + TX_FAR _CurrentTooFastText db "@" CyclingIsFunText: - TX_FAR _CyclingIsFunText ; 2d:41ca + TX_FAR _CyclingIsFunText db "@" AddItemToInventory_: |
